The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove moderator styles on forum index
Hey,
I am wondering how can I remove the styles related to my Moderator usergroup from my forum homepage? I currently have my moderators listed under the forums on my index page, and the styles for this usergroup are bold and the color blue. But I want to have the moderators names the color black and remove the bold weight. I looked in the FORUMHOME template and added this code: Code:
<li><a class="username" href="{vb:link member, {vb:raw row}}" style="font-weight: none;color: #000000;">{vb:raw moderator.username}</a></li> Code:
<a style="font-weight: none;color: #000000;" href="http://www.lilwaynehq.com/testvb/members/dino-8617.html" class="username"><span style="font-weight: bold;color: #1E90FF;">Dino</span></a> Thanks |
#2
|
||||
|
||||
Im guessing these are added through usergroup permissions, you can edit from there..
You just want an exception on forumhome page that these should be regular and everywhere else bold?? |
#3
|
|||
|
|||
Quote:
I can't figure out how to make this happen though Does anyone have any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|