Log in

View Full Version : forum home members list - bold admin and mods


trainer
03-23-2004, 06:45 PM
forum home members list - how do i setup to bold admin and mods usernames? i can't seem to find it for VB3

thanks

deathemperor
03-24-2004, 01:10 AM
in ther usergroup manager, choose the usergroup you want to have bold name --> edit --> put in 'Username HTML Markup' the open and close tag of <strong> or <b>
you are done to bold their name.

HC.
03-24-2004, 02:02 AM
admin lead in <span title="Administrator" style="COLOR#000000"><b><i> lead out </i></b></span>
Mods lead in <span title="Moderator" style="COLOR: #000000"><b> lead out </b></span>
hope this helps
this makes admin Bold and it and hover over name says administrator
mods Bold with hover over name Moderator

deathemperor
03-24-2004, 10:40 AM
if <span> then why not use this instead:<span title="Administrator" style="COLOR#000000;font-Style:Bold">
I wonder why vb.com has title when hover admin/mod's names but no where else has.

Greivog
02-22-2005, 10:50 AM
Thanks guys.

I have done this on mine - It works, but it dosnt actually change the colour.

I have used Hunterscentrals code:

<span title="Administrator" style="COLOR#FF0000"><b><i> (Should be Red)
<span title="Moderator" style="COLOR: #00036FF"><b> (Should be blue)

Any ideas?

Ta

Paul

Ah

Its ok, i have fixed it. needed the ":" between COLOUR and # and the Mods i put to many 0's in :)

Cheers

Paul