Quote:
Originally Posted by Dragonsys
in the footer template, around the ad code put this:
Code:
<vb:if condition="THIS_SCRIPT != register">
AD DISPLAY CODE
</vb:if>
|
If I remember correctly, vb if conditions don't work in the AdminCP > Manage Ads section. The ad code isn't added to the footer directly, it is added via the Manage Ads section, as settings are made via "Display ad if..." section.
So, where would I add the code above since the ad code isn't directly added to the footer?
I did try to use your code to wrap this part in the footer template:
{vb:raw ad_location.ad_footer_end}
But when I went to the register page, the footer ad still showed, so it didn't work.
Can you tell me where I'm off here so I can get this working?
Thanks.