Trying to add content using this in ad_message_body:
33. How can I show content in more than one post?
<xen:if is="in_array({$post.post_id}, array(x, y, z))">
This content will show in posts x, y, and z
</xen:if>
Or rather this:
<xen:if is="in_array({$post.post_id}, array(1, 5, 10))">
This content will show in posts x, y, and z
</xen:if>
But it doesn't appear to be showing.
If I use other conditionals it does work. So guests conditional or whatever.
What am I doing wrong?
same here. any idea, why this doesn't work with xf 1.5?
thank you