Thanks for your article
I want to add advertisement after the first post in some special forums
so I edit the "ad_showthread_firstpost" Template and add this
Code:
<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>
But nothing change in the special forums and the ads not appear
also if I used this
Code:
<vb:if condition="!in_array($forum[forumid], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>
it's appear in all forums not only the special (1,2,3)
Can you advice me plz ?
Best regards