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 |
#1152
|
|||
|
|||
Why don't you try to insert your Flash banner this way:
HTML Code:
<code> <object height="60" width="468" type="application/x-shockwave-flash" data="path/to/banner.swf?clickTAG=http://urlgoes.here/"/> <param name="WMode" value="transparent"/> <param name="quality" value="high"/> <param name="menu" value="false"/> <param name="allowFullScreen" value="true"/> <param name=play value=true> <param name=loop value=true> <param name="movie" value="path/to/banner.swf?clickTAG=http://urlgoes.here/"/> <p>Alternative text goes here</p> </object> </code> |
#1153
|
|||
|
|||
Quote:
The problem comes when you have a banner in such a position that a menu needs to drop down over them. My modification of the code allows that. But, now when the banner is clicked sometimes two windows open. One with the actual proper link, another with the banner itself. Quote:
|
#1154
|
|||
|
|||
Then simply ignore the clickTAG part and have your client insert the destination link. Either way, the code I provided was just a suggestion.
|
#1155
|
|||
|
|||
I had installed Rotating Banner System. This system is working on Header 1, and Below Navbar, but not Above Content 1. I do not know why. Can anyone tell me? Thanks.
|
#1156
|
|||
|
|||
Quote:
If you only have 2 banners and they are already displayed in Header 1 and Below Navbar, the Above Content has nothing to display. |
#1157
|
|||
|
|||
For those having the same problem I was having with the flash banner itself loading in one window and the link for the banner in another, the attached swf fixes that problem.
In the original swf supplied with the Banner System, there were two items, one with an onClipEvent (mouseUp) and one with an on (release) event which are in effect the same thing, and this was causing two windows to open. This swf eliminates the onClipEvent (mouseUp) for the banner container and leaves the on (release) for the button. That way click tracking continues to work. Changes made to flash source: REMOVED: Code:
onClipEvent (mouseUp) { getURL(_root.banner, "_blank"); } Code:
on (release) { getURL(_root.jlink, "_blank"); } |
#1158
|
|||
|
|||
Quote:
|
#1159
|
|||
|
|||
Quote:
I just checked, and I have the same problem. |
#1160
|
|||
|
|||
How can we solve this problem? Thanks.
|
#1161
|
||||
|
||||
It's been a long time since I used this mod and with new changes and features I cannot get this to work on my vB 3.6.7 version.
I have tried every imaginable thing and the templates are returning only the raw code of placeholder name. Here are the screenshots of my settings: Banner Settings: General settings: and Template code on my navbar template I have vBSEO and I used custom placeholder name to avoid HTML cleanup issue. At beginning nothing was even showing up. Once I changed hook locations for plugin Banner Insertion from global_complete to parse_templates, only the raw placeholder code is shown and not the actual banner as in: Code:
#reklama:0# #reklama:1# I am using image banner and need to have click tracking feature enabled. Many thanks for your time. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|