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 |
#1542
|
|||
|
|||
i didn't say it's not working, cause it's working, but some option doesn't work, example:
i try: "ad thread last post content" look for ads on the thread, nothing. |
#1543
|
|||
|
|||
Here is a simple way to add your banners in a CMS widget.
You will need to create a PHP Execution by doing the following: Step 1: 1. In the admincp go to vBulletin CMS>Widgets 2. Click on "Create New Widget" at the bottom. 3. Choose "PHP Direct Execution" in the Widget Type drop down at the top. 4. Give your widget a title - do not make it too long as your box will be whatever size you have in your CMS. 5. Now click the "Save" button. Step 2: 1. Go to vBulletin CMS>Widgets and select the widget you just made. 2. Click on the "Configure" link all the way to the right. 3. Delete all the test inside the box when it pops up. 4. Place this code in the box: Code:
$templater = vB_Template::create('banner_sidebar'); $output = $templater->render(); Step 3: 1. Go to Styles & Templates>Style Manager click the drop down box on the right side and choose "Add New Template". 2. In the "Title" box put "banner_sidebar" without the quotes. 3. Now in the large box below place your code for your banners like you would any other template. For instance I put this: Code:
<div align="center">@vbbanners:4@</div><br /> <div align="center">@vbbanners:5@</div><br /> <div align="center">@vbbanners:6@</div><br /> <div align="center">@vbbanners:7@</div><br /> <div align="center">@vbbanners:8@</div><br /> <div align="center">@vbbanners:9@</div> 4. Now click the "Save" button. Step 4: 1. Enter your banner info using the positions that you put code to in your new template and save the banners. |
#1544
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#1545
|
||||
|
||||
Quote:
For example, the inbuilt ad locations of vbulletin require you to define additional rules from within Advertising, else they will not show at all. In these definitions you would use then the RBS placeholders instead of other HTML and everything works out just fine |
#1546
|
||||
|
||||
Very nice! :up:
|
#1547
|
|||
|
|||
I need to exclude the banners from a specific mobile style. What's the simplest way to do this?
|
#1548
|
||||
|
||||
Quote:
I imagine however, you are using the advertising ... then maybe selecting the style will help. |
#1549
|
|||
|
|||
Quote:
But this worked. I edited the RBS Banner Insertion plugin as follows: I inserted Code:
/** don't display banners for Mobile 2 style **/ if (STYLEID!=134) { Code:
} May I suggest that an option to exclude certain styles might be added in a new version? |
#1550
|
||||
|
||||
Quote:
I would have made for each style an ad, instead, if I really had to, or rather not used the ad system at all and modified the relative templates in a way that I could do without it. As a matter of fact, using the ad system slows down the forums quite a bit ... it is useful and simple, but not a long term solution for heavily loaded systems |
#1551
|
||||
|
||||
@all
I soon will review the code and add a few features. Is there anything you may wish to add? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|