I want to have a particular style for posts which have been reported (i.e. reportthreadid <> 0). However, I do NOT want this style to be implemented if the thread that has been created as a result of the report has more than 1 post (i.e. if a moderator has responded to the reported thread, I want the style to be switched off).
I figure that this should be something like <if condition="get_thread_post_count($post['reportthreadid']) > 1)">...</if>, but I don't know what function to have instead of get_thread_post_count.
|