Hi - thanks for replying. This is what I've added in threadbit template:
PHP Code:
<if condition="$thread['forumid'] == 87 AND is_member_of($thread['postuserid'], 6)">
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]" style="BACKGROUND-COLOR: yellow">$thread[title_editable]>
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
</if>
It isn't working - it does nothing. I tried doing the highlight with no conditional and it worked, so it must be the conditional part. Please help. Thanks.