Quote:
Originally Posted by cbehan
"Manage Ads" has managed to insert the code into the correct templates.
ad_global_below_navbar
<div id="ad_global_below_navbar"><vb:if condition="!is_member_of($bbuserinfo, 28)"><div style="text-align:center"><!--@vbbanners:0@--></div><vb:if condition="$adsshown[] = 1"></vb:if></vb:if></div>
It sounds to me like there's an issue with the product....or more likely my understanding/setup.
|
You can choose usergroups from the banner settings. Cleanup:
<div id="ad_global_below_navbar"><div style="text-align:center"><!--@vbbanners:0@--></div></div>
A better way is to put the banner into the template ad_navbar_below and cleanup even more, because ad_global_below_navbar is shown only at certain additionel conditions. The combination of both makes it difficult to understand what makes the banner show.
<div align="center"><!--@vbbanners:0@--></div>