MyBB Community Forums

Full Version: Problem with User title in User profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I made a Ranking system in my forums by post quantity on user titles

like
Quote:Rank: 999 <br> Leecher <br> *message* 0 post
Rank: 980 <br> Leecher <br> *message* 15 posts
Rank: 976 <br> Leecher <br> *message* 30 posts
when you are in a thread
the Rank shows perfectly
[Image: t1.jpg]

see??

but when you are in show users profile
http://www.beatdj.net/member.php?action=profile&uid=52

this is what happens
[Image: t2.jpg]

Any knows why ? Confused
Expand your Member templates, paste the code of any templates here that start with member_profile_ and have a green name, and also paste the code from the member_profile_groupimage template whether it's green or not.
member_profile_groupimage (global
Quote:<img src="{$displaygroup['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />


and about a green one Confused i did not find anyone
[Image: r1.jpg]
(2009-09-25, 01:54 PM)glas Wrote: [ -> ]member_profile_groupimage (global
Quote:<img src="{$displaygroup['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />


and about a green one Confused i did not find anyone
[Image: r1.jpg]

------------------
I fixed it

Thanks matt for guiding me =)
Before:

Quote:<img src="{$displaygroup['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />
After:
Quote:<img src="{$displaygroup['image']}" title="{$usertitle}<br />