The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Rotating Banner System Details »» | |||||||||||||||||||||||||||||||||||||||||||
With the Rotating Banner System software, you may publish literally anywhere standard banners and advertising, with no restriction but your imagination. Unlike many other products, it allows to show an unlimited amount of banners and advertising, which are randomly shown at the places you choose, and you may refer generically to an Ad by using specific placeholders.
Also the management is straight-forward and simple to use. Forum administrators with maintenance rights may add, edit and delete records from the Administration Control Panel (ACP), one of each representing a banner. After saving the new banner settings, they are immediately visible at your board. Compatibility: from vBulletin 3.6.5 onwards By the way, I do also install the hack on your boards, but since I am very, very busy, it may take some time (weeks) until it gets done. Tutorials:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
23 благодарности(ей) от: | ||
Alecsmith, amine13420, Filgga, fxdigi-cash, ggrimes620, goxy63, Insta-Gator, LOGECT, nuTTTz, Paul., rootsxrocks, scottkoz20, SWSUSA, tacklebox joe, Teascu Dorin, Tony_FPM, VB-STYLE, viper357, vithorius |
Comments |
#652
|
||||
|
||||
Ok, let's try to trace it down.
I have a clean installation and for me it works at any place for any placeholder, ranging from <!--@vbbanners:0@--> to <!--@vbbanners:9@-->. I do have also several production sites where it works perfectly well with any combination of rules, some of which are very complex. Together, we have found that vbSEO may clean HTML comments, thus the standard placeholders won't work at all, and would have to be replaced by a different one. (1) In order to catch all possible errors, please make sure, your placeholder in the options looks like <!--@vbbanners:%d@--> or like @vbbanners:%d@ (if you have vbSEO or other software which cleans HTML). It may have any other combination of characters, as long as a %d appears inside. %d is replaced with numbers between 0 and 9 at runtime. vbSEO or HTML cleaning software users: vBulletin Options - Rotating Banner System Options - Nth Placeholder: @vbbanners:%d@ All other users: vBulletin Options - Rotating Banner System Options - Nth Placeholder: <!--@vbbanners:%d@--> (2) Now put a: vbSEO or HTML cleaning software users: <div align="center">@vbbanners:0@</div> <div align="center">@vbbanners:1@</div> All other users: <div align="center"><!--@vbbanners:0@--></div> <div align="center"><!--@vbbanners:1@--></div> in the template: ad_navbar_below (3) and enable the default banners, moving the second banner to position 1. Both banners should appear, one below the other. --- On a standard installation, this combination of settings works 100% guaranteed on 4.0.2 PL1. I have set it up once again from scratch just to be sure. If it doesn't work for you, I'll install a test board with these settings on, in order to demonstrate the facts. Possible issues: - You are using a style which does not implement ad_navbar_below, or which comments out that template. In this case, no banner appears. - Your system caches pages (e.g. Apache mod_cache). Unless you refresh the page explicitly, the banners don't seem to rotate or won't even appear. - Your vBulletin Options - Rotating Banner System Options - Nth Placeholder is setup like: <!--@vbbanners:0@--> or @vbbanners:0@. In this case, only banners at location 0 appear. You should have set: <!--@vbbanners:%d@--> or @vbbanners:%d@ instead. |
#653
|
|||
|
|||
Quote:
I am using vBSEO but I don't use (and never have) the "HTML cleaning" option. Quote:
Quote:
Set correctly. |
#654
|
||||
|
||||
Quote:
So the next questions are: - Do you have a product or plugin which disables or jumps over the global_complete hook, or changes existing hook code? Since banners are rendered there, it is the only place I would look at. - Which of your products / plugins are working with this hook? - Do some of the other global_complete hooks call a PHP: die; or: exit(0); command? I suppose not, else no banners would be rendered... ... out of other options and ideas ... :erm: |
#655
|
|||
|
|||
Just wanted to share...I am new to this forum and to vBulletin and am just figuring out how to edit the templates and css....but I needed a rotating banner system...and really like the features in this mod. I have the latest version of vb 4.02 pl1 and after not being able to figure out how to edit the templates I decided to try adding the required code to the build in banner ad setup....and it worked like a charm.
I used the code <div align="center"><!--@vbbanners:0@--> <!--@vbbanners:2@--></div> and created a new ad "below navbar" and "above footer" and they work perfectly....so far. I wanted to banners side by side. Maybe it's a good shortcut and maybe it's not but right now it's working...really good, tracking the impressions and clicks just like it would otherwise...so maybe this could help someone else...until code changes and causes it not to work... Hey a guy has to be creative right? Check it out if you want to here and please let me know what you think. |
#656
|
|||
|
|||
I would like to put rotating banner instead of default vbulletin logo. Is this possible?
I have putted code in ad_header_logo, and removed image of vbulletin logo, but there is space between image and navigation bar. You can see it here: http://www.bg-anime.com/forum.php Can someone help me with this? |
#657
|
||||
|
||||
Hm. You mean use this as a logo rotator? Yes, I guess you could. In your case I'm not so sure it's the space below that's messing you up, it's the lack of space above to balance it out. Have you tried adding a <br> in there to move it down a bit? Beyond that I have no clue; it's all in the CSS somewhere.
|
#658
|
||||
|
||||
Quote:
|
#659
|
|||
|
|||
Quote:
But, with your help I have found Logo rotator, which will resolve my problems Thanks! |
#660
|
|||
|
|||
Guys if your adding adsence it could take up to an hour for it to show have patience...
|
#661
|
|||
|
|||
That's only true when you're creating a new banner. I'm using existing banners and those should show up immediately, just as they do if they are added via hard coding.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|