
02-25-2010, 03:41 AM
|
|
|
Join Date: May 2009
Location: NJ
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by egyptsons
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
|
Same with me. Anyone know the correct conditionals?
|