Log in

View Full Version : Rank next to the username in the threads


Zacharicus
06-15-2004, 06:11 AM
Hey,
I'd like to be able to add a small image for certain usergroups (so we are talking using ranks), but I'd like to add that little image on the left side of the user's name/nick in the threads.

Any ideas on how to do this with 3.0.1?

Like what they have done on the attached image (not sure if this is vB though).


Thank you


Zacharicus
www.intelligencenetwork.net

temsamane
04-03-2012, 09:24 PM
i am searching for this. did you found answer?

BirdOPrey5
04-03-2012, 09:54 PM
It is unlikely even if he did find the answer it would help you since his post was from 2004 and for vBulletin 3.0.1.

That said the easiest way to add a quick image in front of a username for an entire usergroup is to go to the Admin CP -> Usergroups -> Usergroup Manager. Choose the usergroup and simply add <img> HTML code to the HTML Markup opening tags box.

There is limited number of characters so try to make the file path as short as possible.

Something like:


<img src="images/x1.png" border="0" />&nbsp;


Should work fine... the $nbsp; is so you have a small blank space between the image and the username.