MyBB Community Forums

Full Version: Random text in profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When you visit some one's profile and click on the "Extra Content" tab it says this
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et..."
I went through all of the UCP settings and came across nothing to change that. I also disabled all plugins to see if that made that tab appear in the first place (It didn't). How can I change the text in this, or remove it all together?
which theme you are using ? can we have your forum url ..
it looks like that random text is added into member_profile template of the theme
It's just an extra tab for stuff you can put in there.

Go to your Templates > vienna > Member Templates > member_profile look for this and delete it.


<div class="panel panel-4">
					<h2>Extra content</h2>
					<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
				</div>
Ok thanks, I'll try that