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 |
#1232
|
||||
|
||||
Quote:
You may check this if you disable the ones you have already seen. If they don't show you probably haven't setup the right rule. You may need to use refresh on yourself, but on a life site the banners rotate very well and almost evenly. |
#1233
|
||||
|
||||
It was answered in the way that each single location can be reused for N banners and rarely you would find enough occasions to use all 10 banner locations together
|
#1234
|
||||
|
||||
Yeah, I understand that for 99% of sites out there. I'm putting together a site where I need many more. Would adding more locations be hard to incorporate?
|
#1235
|
||||
|
||||
Quote:
You are free to do these changes for your own ... I don't like to sound cynical but 10 locations are really enough if you use them together with all other imaginable filters (usergroups, sections, date/time) I agree with you, if you skip these settings and make it a location based setup. But you can reuse one location, for example, to show in each of your forum sections a different and dedicated banner set. Most banner software is location based, and this means you have to create for each banner a location. Here, you can use one location for many different banners and the scope can be different. |
#1236
|
||||
|
||||
Thanks for your reply. If it requires that many changes to the code, then I won't worry about it. The reason I need so many is I planned to use this mod for an additional use alongside advertizing while using custom placement via the code tag.
Maybe creating additional locations can be an additional future in the future? |
#1237
|
||||
|
||||
Quote:
|
#1238
|
||||
|
||||
Ohhh, that makes sense, I didn't know you could use the same code tag with the same ID multiple times on the same page. In that case, 9 locations should be plenty! Thanks for your help on this one
|
#1239
|
||||
|
||||
Hi Giovanni,
I am trying to have my banners (for guests only) between the first and second post of my threads. However it is not showing the banners at all Here is the code I am using on postbit_legacy: Code:
<if condition="$show['guest']"> <if condition="(($post[postcount] % $vboptions[maxposts] == 1) and !$GLOBALS['vbulletin']->GPC['ajax'])"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr><br /> <td align="center"> #reklama:2# </td> </tr> </table> </if> </if> Any hints how to make this work ? Thanks for your time. |
#1240
|
||||
|
||||
Maybe:
($post[postcount] % $vboptions[maxposts]) == 1 makes the difference? I believe without extra parentesis it operates as if: $post[postcount] % ($vboptions[maxposts] == 1) The expression may fail due to a division by 0 and thus never execute ... |
#1241
|
||||
|
||||
Quote:
Here's a sample link with banner (through mt_rand() plugin) between first and second post. http://www.insurance-forums.net/foru...-t30355-3.html Note the banner, on navbar is produced by your product but the one between first and second posts is the other plugin. If you have time to check, in that link, I left the placeholder between the banner and the Quick Register form. You will notice it is returning a blank. I may be wrong so please correct if I am doing so, but my assumption is that the limitation that it should only be run on global_complete hook is maybe causing to stop displaying in postbit_legacy. Thanks, Val. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|