JoyFreak
Well-known member
I'm trying to add conditional statement in the author_info of post_article_macro but nothing is working.
Both of these don't work. Please help me.
Code:
<xf:if is="in_array({$forum.node_id}, [11,12])">
</xf:if>
Code:
<xf:if is="$xf.visitor.canStartConversationWith($post.User)">
</xf:if>
Both of these don't work. Please help me.