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 |
#1892
|
||||
|
||||
Quote:
PHP Code:
|
#1893
|
|||
|
|||
Unfortunately, the range() function call is not allowed in templates.
Thanks! |
#1894
|
||||
|
||||
well you still could use a plugin
... actually % (modulo) should work ... thus if (n % 15) == 0 then do something |
#1895
|
|||
|
|||
Quote:
|
#1896
|
||||
|
||||
Yes we can: you may
Like this, maybe? (You need a banner there at location 0): Code:
<div class="bannerBox"><!--@vbbanners:0@--></div> |
#1897
|
||||
|
||||
Hi Giovanni,
Any chance of implementing the thumbnails in banners list ? https://vborg.vbsupport.ru/showpost....postcount=1714 |
#1898
|
|||
|
|||
Many thanks to Mystics from vb-germany.com. He gave me the following code for the postbit_legacy and this one is working like a charme:
Code:
<vb:if condition="THIS_SCRIPT == 'showthread' AND (($post['postcount'] % 15 == 10) OR $post['postcount'] == 10)"> <div class="thread_controls"> <div style="width: 100%; text-align: center"> <!--@vbbanners:3@--> </div> </div> <vb:elseif condition="THIS_SCRIPT == 'showthread' AND (($post['postcount'] % 15 == 5) OR $post['postcount'] == 5)" /> <div class="thread_controls"> <div style="width: 100%; text-align: center"> <!--@vbbanners:2@--> </div> </div> </vb:if> |
#1899
|
|||
|
|||
Thank you :up:
|
#1900
|
||||
|
||||
Quote:
|
#1901
|
|||
|
|||
Quote:
I'm not going to waste a lot of time here... Let's just say you run a forum that is prone to attracting a lot of hackers, crackers, etc... Do you have a patched file that won't produce the all-too-common to not be addressed error: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|