Hello, I'm looking for a conditional that will highlight a reported post (in report thread), but not yet replied in the report thread.
The following code works to show a reported post
Code:
<vb:if condition="$post['reportthreadid'] > 0"></vb:if>
The problem is how to add the conditional that this is the ONLY post on that thread I tried replacing ">1" with "=1", but that does not work.