Login / Register
User
Pass



Forget pass?

Search KnowledgeBase

 

 

 

Main > Banners
Minimize Text   Default    Enlarge Text
 

How do I add banners to my template

Print
Save to list
E-mail
Created 2006-04-17
Modified
Views 1
Author Administrator

If you use the admin->tools->banners to upload banners to your site you need to add a code snippet to your templates or pages where you wish these banners to be rotated.

Use the following code as an example

<? Banner::displayBanner('468x60');?>

Should your banners be a different size then just change the dimensions in the code. You can use this code in several places if you wish to display banners of different sizes in different portions of the template or use the same size banners in different places (for example in the header or footer). Please be aware that this will rotate ALL banners of the size denoted in the code snippet. If you wish to have a more targetted banner ad server we would recommend you consider installing and integrating OpenX

 




Related Articles
Why is there no code in the affiliate code page?
Within the affiliate system, the affiliate can get code for banners to place on their site to start earning referrals. The code is generated automatically based on...
What is the affiliate software?
The affiliate system helps you to generate additional traffic and revenue at little or no risk associated with other click-thru programs because you only pay the affiliate...
How do I open up a member page to guest users?
Near the top of most pages you will see the following line of code:   include('session_handler.inc'); This is what controls making sure the user is logged...