Surendra.S
Active member
Hi All,
How to display content only in threads of particular forums ?
For eg, I want to display ADs only in the threads that belong to one of these forums with Node Ids - 4 or 6 or 8
I tried to create an Advertisement with code below, but it does not seem to work.
Please help.
How to display content only in threads of particular forums ?
For eg, I want to display ADs only in the threads that belong to one of these forums with Node Ids - 4 or 6 or 8
I tried to create an Advertisement with code below, but it does not seem to work.
Code:
<xf:if is="in_array({$thread.node_id}, [4,6,8])">
Place AD Code here
</xf:if>
Please help.