How to add image rank in titles for user??

akilis

New Member
I have opened many tittle ranks not usergroup ranks,so depending of the post numbers they do,the title will change in this case,but i wish i could add an image for this title ranks not just letters as they are right now...

anyone know which code should I use ?
 
you do not want to use the title change. What you want to do is use the user ranks :) you need to set it up so that when user A gets X number of post they move to usergroup X. Usergroup X has userbar b, so when they reach a certain number of posts their userbar changes :)

Is that what you meant?
 
No bro,I mean for User Title not User groups.,i know i already have ranks for user groups but i decided to add user titles for members who belongs to member group,this is what i mean -
admincp/Member Titles/User title manager:

Code:
Title           <b><font color=black>Forumist </font></b>
 
Minimum Posts     100

so now this word Forumist its appearing under the username in postbit,but i want to add an image rank like this example :
648143.jpg
instead of this title,or would be better both letters and the image ...

i hope you udnerstand me!
 
k, I think I understand you. Instead of putting the title as "forumist" put the html code of the picture that you want to show instead :) That should do it for you.

HTML:
<img src="http://savepic.ru/648143.jpg" alt="forumist" />
 
Actually, I think he said he wanted the title with the image underneath it. This works for me locally... should work for you


HTML:
<span align="center"><b>Member</b><br><img src="http://yoursite.com/images/rating/rating_1.gif"></span>


Don't forget to update counters to regenerate to the new titles
 
Back
Top