Log in

View Full Version : Change Moderated Post Color


TroyTrojansFan
05-29-2008, 01:00 AM
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 1212087680 at 1212087680 ---------------

Oh boy, i must have asked a dumb question as no one wants to answer. LOL :D

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. :confused:

Nakadai
10-21-2008, 08:46 AM
I could use some help on this one as well, any suggestions?

Dismounted
10-21-2008, 08:53 AM
Moderated posts simply have a logo displayed in the corner - it still uses the standard postbit(_legacy) template.

Princeton
10-21-2008, 11:08 AM
it's already available for you..

FIND in postbit template:
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td class="alt1" id="td_post_$post[postid]">
</if>

REPLACE with:
<if condition="$show['moderated']">
<td class="ADD_NEW_CLASS" id="td_post_$post[postid]">
<else />
<td class="alt1" id="td_post_$post[postid]">
</if>

replace ADD_NEW_CLASS with your own class

Lynne
10-21-2008, 02:45 PM
I answered this question a few days ago - Moderating (https://vborg.vbsupport.ru/showthread.php?t=193642&highlight=yellow)