Quote:
Originally Posted by RickyH
You would need to create a new div tag under the navbar just above the body_wrapper to house the ads, then code the ads into the div tag itself and css it in correctly. What kind of ads do you want? Animated Images? Slideshow of Images?
|
They are just a single row of 6 small images, jpgs & gifs linking to other sites.
Quote:
Originally Posted by nerbert
Turns out very little information is available in the navbar so I had to use $GLOBALS
This should do the trick:
Code:
<vb:if condition="!in_array($GLOBALS['forumid'], array(2,3,4,5))">
------YOUR ADS GO HERE-------
</vb:if>
This will not show ads for forums 2, 3, 4 or 5
|
That only shows them when viewing a thread, they need to be there all the time.
I have a found a way round this now by creating another style exactly the same in appearance etc for the section I don't want the ads in.
In ad manager I have then ticked the conditional
Display this ad if... User is browsing using style in the original style. So this now displays the ads in all sections except the one I don't want it to which has it's own style.
Hope this makes sense?
Thanks for the help though folks :up: