The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change Moderated Post Color
Hi,
Does anyone know how to change the color of a moderated post? Instead of the default light blue color can it be changed to a different color? I did a search but didn't find a related thread. Thank you in advance for any ideas on how to do this. --------------- Added [DATE]1212087680[/DATE] at [TIME]1212087680[/TIME] --------------- Oh boy, i must have asked a dumb question as no one wants to answer. LOL Any help out there? It would be greatly appreciated. I tried looking in the styles area but did not see anything specifically for the moderated post color. |
#2
|
|||
|
|||
I could use some help on this one as well, any suggestions?
|
#3
|
||||
|
||||
Moderated posts simply have a logo displayed in the corner - it still uses the standard postbit(_legacy) template.
|
#4
|
||||
|
||||
it's already available for you..
FIND in postbit template: HTML Code:
<if condition="$show['moderated']"> <td class="alt2" id="td_post_$post[postid]"> <else /> <td class="alt1" id="td_post_$post[postid]"> </if> HTML Code:
<if condition="$show['moderated']"> <td class="ADD_NEW_CLASS" id="td_post_$post[postid]"> <else /> <td class="alt1" id="td_post_$post[postid]"> </if> |
#5
|
||||
|
||||
I answered this question a few days ago - Moderating
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|