PDA

View Full Version : Small image by staff on active members list


rgbivens
06-13-2006, 06:59 PM
I've searched all over this forum but can't seem to find out how to add a small image next to all staff members on the active users list. Basically I want anywhere the staff members name appears (aside from postbit) in active user list, list of who is viewing a certain forum, ect...

I've attached an example of what it should look like with the image that I have made. The image file is located in the following dir: public_html/forum/images/misc/{image}

Any help would be great!

-Grant

kr580
06-13-2006, 08:21 PM
Go in the Usergroups Manager and select the admin usergroup. The edit page should have 'Username HTML Markup' at the top. In the second box add
<img src="imageurl" width="x" height="x" border="0" /> and edit to your liking. Now repeat with the rest of the staff usergroups.

Did a test on mine and it looks like:
https://vborg.vbsupport.ru/

rgbivens
06-13-2006, 10:14 PM
Go in the Usergroups Manager and select the admin usergroup. The edit page should have 'Username HTML Markup' at the top. In the second box add
<img src="imageurl" width="x" height="x" border="0" /> and edit to your liking. Now repeat with the rest of the staff usergroups.

Did a test on mine and it looks like:
http://www.nflnow.net/forums/imagehosting/1448f2c093cec5.jpg
Thanks man, I swear I tried that 10 times...I guess I just had a wrong image path or something...I got it working now though.

-Grant

kr580
06-13-2006, 10:30 PM
Heh, no problem. 11th time's the charm.