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 |
#392
|
||||
|
||||
Paste this in an empty file and call it as you like, e.g. rbs_html.php
PHP Code:
HTML Code:
<html> <head> <title>Untitled</title> </head> <body> <iframe src="rbs_html.php" width="468" height="85" scrolling="no"></iframe> </body> </html> |
#393
|
|||
|
|||
Hi
I have successfully got this mod displaying a banner in the header of my forum, but i would like it to display in the footer of each page too. I have tried to edit footer, forumdisplay templates etc but it doesnt work, could someone give me step to step info on how to add a banner to footer of all pages please? Thanks |
#394
|
||||
|
||||
Maybe you don't have enough banners in your database?
|
#395
|
|||
|
|||
I've added my banners and things are looking good. JFYI, the click counter didn't appear to be working as expected, I had the "limit" set at 0, when I make it 1M it appeared to count. I have only tested that a couple of times, while checking the links and getting the banners loaded. I'm thinking that it has to do with "refreshing" like seeing the menu correctly needed logging out and back in.
As I also remember reading some previous posts, there was a discussion whether the banners rotated without "refreshing" the forum page. In my case it does appears to need the page refreshed, to bring up a different banner, which BTW is fine with me. |
#396
|
|||
|
|||
Quote:
I'm not understanding Reset Notifications, does this reset the counters, i.e. at the end of the month after a report has been sent? If not have you thought about being able to reset the counters i.e. at the end of the month. Thanks again for a great mod. |
#397
|
||||
|
||||
Quote:
To see the number of clicks (and other data) updated, you need to browse the banners in ACP, no AJAX or other magic there As for your PM, the error page you show is probably coming from a "missing page". If your rbs_html.php file is in the /forum/ folder, the IFRAME source must read: src="/forum/rbs_html.php". In fact, it does not appear to exist in / If you need cycling the banners at certain intervals, the above HTML can be changed with a REFRESH meta tag, so your banners would rotate at your refresh rate. |
#398
|
||||
|
||||
This option resets a flag which indicates the mail was sent to users. This is useful if the mail has not arrived or if you test your settings, in order to repeat the notification.
|
#399
|
|||
|
|||
Thanks again, I found that I had a "line" at the top of the rbs_html.php code. Its always something small. It is working, I just need to "adjust" it a little to fit in the iframe right.
As for "rotating" the banner, there appeared to be some confusion as to whether it rotated on its own, without refreshing the page or when the page was refreshed. On my site it rotates when the page is refreshed which is fine for me. |
#400
|
|||
|
|||
Quote:
PHP Code:
I also added the margin controls in the html code. <iframe src="/forum/rbs_html.php" width="600" height="80" scrolling="no" marginheight="0" marginwidth="0" ></iframe> One or both of these fixed it tested in IE 5 and FireFox 3.5 |
#401
|
||||
|
||||
I meant the refresh inside the small HTML snipplet ... of course you may also refresh the main page.
All double quotes must be escaped with \" in the PHP code I sent, else part or all of the HTML code disappears. Thus: <style type="text/css"> => <style type=\"text/css\"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|