Quote:
Originally Posted by Lynne
I'm afraid I don't understand what you are trying to do and what template you are trying to do it in.
|
Lynne,
I'm in postbit legacy.
What I'm trying to do is to highlight posts to let users know that the post has been reported and waiting moderators review. This will prevent users from quoting or replying to such post until someone has taken a look.
We have a dedicated forum for reported posts. So What I want to do is create a conditional in postbit that will
1) highlight the reported post (the code I posted earlier does that)
<vb:if condition="$post['reportthreadid'] > 0">THIS POST IS REPORTED</vb:if>
2) remove the highlight once there is a reply to the report in reported post forum (I was hoping the ">1" will do that, but that's not the case)
Does this explanation help please?