smozgur
Well-known member
I'm trying to add conditional statement in the author_info of post_article_macro but nothing is working.
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.
$thread
object and no curly braces in the in_array function.
HTML:
<xf:if is="in_array($thread.node_id, [11,12])">