Ads don't seem to work properly when we add a conditional (from the list) in first post.
For instance if I want to display an add in Forum 1 and another add in Forum 2, it doesn't work. No ad are displayed.
I checked the ad_first-post template and the conditional looks OK. Both ads are activated.
For instance if I want to display an add in Forum 1 and another add in Forum 2, it doesn't work. No ad are displayed.
I checked the ad_first-post template and the conditional looks OK. Both ads are activated.
Code:
<div class="ad_first-post_inner"><vb:if condition="$page['channelid'] == 3">AD NUMBER 1<vb:if condition="$adsshown[] = 1"></vb:if></vb:if> <vb:if condition="$page['channelid'] == 12">AD NUMBER 2<vb:if condition="$adsshown[] = 2"></vb:if></vb:if></div>
Comment