MyBB Community Forums

Full Version: No user info in profile (myIPB style)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone.

I have a big problem with display info in users profiles.
http://img717.imageshack.us/img717/2936/problemb.jpg

This is what i see... The same is in stats tab. Can enyone help me with it? Is there any fix?

URL to your forum please?
I have this problem too. Url to my forum: http://gatre.com.vn/forum
Thank you!
Same problem here (User Contact Info & Stats empty). How to solve it?
^ forum URL (& test user account) required ...
member_profile

find:
</div

replace with:
</div>

funny bug Smile
Perfect, it works now. ;-)
how do you get the signature to work on user profile? i fixed the div problem but it won't show the signature. if i put this in:
<div id="usertabs" class="usertabs">
<ul>
<li><a href="#" rel="aboutme" class="selected">About Me</a></li>
<li><a href="#" rel="contact">Contact Info</a></li>
<li><a href="#" rel="stats">Stats</a></li>

{$signature}
</ul></div>

and change the sign part to:
<div id="usertabs" class="usertabs">
<ul>
<li><a href="#" rel="aboutme" class="selected">About Me</a></li>
<li><a href="#" rel="contact">Contact Info</a></li>
<li><a href="#" rel="stats">Stats</a></li>
<li><a href="#" rel="signature">signature</a></li>
{$signature}
</ul></div>

it shows signature twice but it shows the signature of the user. i am trying to get it to work but only show once instead of twice.