PDA

View Full Version : is there a hack that does this?


Gez
06-18-2007, 02:29 PM
Hi, i was wondering if there is a hack available that adds a little image right under the user title, for example a badge for admins, moderator, super moderator, supporting vendors

attached is a pic of exactly where i would like to add the image...

Is there currently a hack out there that does this?

cddw.ltd
06-18-2007, 03:00 PM
do it yourself :D

Use - <img src="images/under_name/$post[usergroupid].gif"> and put that in your "postbit" template.

then simply create your images and call them whatever number you want for the usergroup..

I.E. usergroup 6 (which is admins on my forum) would show the image

www.yourdomain.com/forum/images/under_name/6.gif

as the pic :)
Hope that helps :)

dyna88
06-18-2007, 04:20 PM
You could use the built in user ranks system....

da420
06-18-2007, 04:24 PM
Yes, I imagine the ranks system would be much easier than making the template edit.

Gez
06-18-2007, 06:17 PM
how do it through the user ranks system?

dyna88
06-18-2007, 06:55 PM
<a href="http://www.vbulletin.com/docs/html/user_ranks" target="_blank">http://www.vbulletin.com/docs/html/user_ranks</a>