Quote:
Originally Posted by mattyk72
Is it possible to have mutliple sets of rotators?
For example, can I have a banner rotator at the top of my page with lets say 5 ads going, and then a seperate rotator at the bottom of my page with 5 different ads going too?
|
I don't see why it could not be done you would have to create the same thing over again but maybe do somethuing like this.
1. Go to your ADMINCP and create a template called "banner2" and insert the same code that you used in your first template but make the changes to the banners you want showing this this particular one.
2. Now still in your ADMINCP go to PLUGIN SYSTEM-->ADD NEW PLUGIN
HOOK LOCATION is "global_start"
TITLE is "banner2"
PLUGIN PHP CODE:
PHP Code:
eval('$banner2 = "' . fetch_template('banner2') . '";');
3. Insert the following code in your footer: