The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick Question
Could anyone please tell me how I could make adverts rotate in the position displayed below?
The only advert mod I have seen in a search had set positions. |
#2
|
||||
|
||||
Are you talking after every page load? Or after the load, it changes after so much time?
|
#3
|
|||
|
|||
Ah sorry should have explained that.
Every page load, only on the forum home. |
#4
|
||||
|
||||
This could easily be accomplished by using a plugin on global_start and surrounding it by:
if(THIS_SCRIPT == 'index') { } and choosing a random ad from the database. |
#5
|
|||
|
|||
Anyone any other solutions as I dont understand the above?
|
#6
|
||||
|
||||
Quick answer: No, there is no ad mod that allows you to put ads anywhere you want on a page.
Consider hiring a coder if you really must have it. |
#7
|
||||
|
||||
Well, it is not really an easy task if you don't understand PHP. The easiest way would be to store your ad data within the database (link, image, id) and use PHP to fetch a random row and insert it into a variable that will display it anywhere.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|