Quote:
Originally Posted by y2ksw
Assumed you have 1 placeholder for each page, (almost) each page view will show a different one out of those 10 banners. The function shuffles the available banners and casually picks one. The casualty is pretty even. If you have more location 0 placeholders on the same page, the function picks more banners in the same way.
There is however no such "constantly in-place rotating", unless you will use the unsupported add-on. The standard behaviour is 1 banner each page view.
|
Here is the code I have in the template ad_navbar_below.
PHP Code:
<div align="center">@vbbanners:0@</div>
If I user the following code in the ad_navbar_below template and I also have 10 banners for location 0. Then shouldn't it rotate between all 10 banners and show one at a time?