XF 2.1 Trying to make a conditional statement with multiple conditions

Unique Username

Well-known member
Hello everyone,

Is it possible to create a display condition (widgets) to only display threads with 0 replies? What I am trying to succeed is to only display threads with 0 posts to a certain user group.

Code:
$xf.visitor.isMemberOf([62,56]) AND $forum.node_id == 6 AND $thread.reply_count > 2
 
Last edited:
Top Bottom