The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Moderator Style on Index page
Hey,
I have changed the style of my 'Moderators' on my forum to show their usernames bold and a different color. I want that style to be used for the moderators usernames on all the pages, but except for the index page. I want their style to be like a normal user which is a red color and no boldness. So I am trying to find the best way to do this, and I have tried changing: Code:
<li><a class="username" href="{vb:link member, {vb:raw moderator}}">{vb:raw moderator.musername}</a></li> Code:
<li><a class="username" href="{vb:link member, {vb:raw moderator}}" style="color: #cc0000;font-weight: none;">{vb:raw moderator.musername}</a></li> Code:
<li><a class="username" href="{vb:link member, {vb:raw moderator.musername}}" style="color: #cc0000;font-weight: none;">{vb:raw moderator.musername}</a></li> Does anyone have any ideas for me to accomplish this... maybe to change the variable to just get the Moderators Username only? Hope you understand, thanks |
#2
|
||||
|
||||
use username instead of musername (the m is short for 'markup' i.e the decoration you have added to that groups user names)
|
#3
|
|||
|
|||
Perfect! Thanks Anseur
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|