Sorry for my vagueness.
Quote:
Originally Posted by Lynne
edit the postbit template. Find these lines:
HTML Code:
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td class="alt1" id="td_post_$post[postid]">
</if>
And change it to something like:
HTML Code:
<if condition="$show['moderated']">
<td style="background-color:yellow;" id="td_post_$post[postid]">
<else />
<td class="alt1" id="td_post_$post[postid]">
</if>
|
I did exactly the above to no avail. Once I tried it on the postbit legacy though, it worked great.
Thanks for the help!