![]() |
How do you added images next to User name
If a member is in a certain Group I created I want them to have a little image next to there name like this site:
http://www.pirate4x4.com/forum/showt...threadid=70173 Notice the little red star next to a few names? How do I do this? |
huh... that site has nothing special... its normal default vbulletin :)
|
See how the user DRM has a little star next to his name? I want to be able to do that to a certain group.
|
open functions.php
find: PHP Code:
after it add: PHP Code:
|
That puts the image on the left of their name. How do I get it so it's:
Name <space> Image |
just change Xenon's code around...
And swap the image and the $post[username] ;) g-force2k2 |
Such as:
if($post[usergroupid]==9) $post[username].$post[username]="<img src=jeep.gif>"; That just adds the image and does not show the username. |
try
PHP Code:
g-force2k2 |
you mean:
PHP Code:
|
Newbie Q: How do I find the user group ID #?
|
All times are GMT. The time now is 06:37 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|