Quote:
Originally Posted by Robert Waanders
Hey Guys,
I'm having trouble placing the banner on my forum... IN options -> rotating banners system options I've changed the Nth Placeholder to <!--@vbbanners:0@-->, I have placed this option in the header template as: [ad_header_logo]<else /><!--@vbbanners:0@--></if>
I don't see any banners at all... What am I doing wrong, yes there are the default headers, and i have created a banner myself on position 0...
Robert
|
If you have changed the placeholder in the options to: <!--@vbbanners:0@-->, the banners never show up, because you actually try to use a constant. To make the banners work, they need to use a dynamid placeholder, where "0" must be "%d", thus: <!--@vbbanners:%d@-->
Some other valid examples:
@vbbanners:%d@
(mybanners:%d)
$my-ad-placeholder-%d-!