News:

Welcome to SMF Ads Support Forum

Main Menu
Coinbase

queuing ads

Started by 7thking, July 15, 2008, 08:35:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

7thking

i'm selling banner space on my smf forum
this means that i'm using the ad mod to put banners on the smf

is there a way that the ads are automatically rotated after a fixed time, like say 24hours?

like if a banner is put up today, it will expire in 24hours and the next in line banner will be displayed

is there a way to automate this process?

riversen

not in this mod. You need to fix this with your own PHP code and insert it as an ad.

ccbtimewiz

The above can be created using the rand() function. Simply create a small script that rotates between image1.jpg, image2.jpg, and so on defined in an alloted time, which can be defined in a variable.