Frapegliko, thank you very much. This is an excellent mod.
Quote:
Originally Posted by voteforbird
I'm using both YPN and Adsense. To ensure that only one type displays on each page, I have a rotator in my header. I then use a conditional in the body that basically says <if condition="$banner_no==3">YPN<else />Adsense</if>
This works perfectly on my homepage, but on showthread the $banner_no variable does not carry and has no value. Why is this?
|
Perfect! This was one of my concerns, and I believe you just fixed it. This works with $GLOBALS[bannerads] (i.e. in non-vB pages like vBA), or do I have to reference banner_no through $GLOBAL[] too?