Quote:
Originally Posted by Warden-B-
In the postbit legacy, there is this code in red:
|
Strange, I don't have that code in my postbit legacy. I'll have to export and re-up the package.
Here's the same section in my postbit legacy
Code:
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
I'll fix up the package this morning, thanks for pointing that out.