The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Banner Ads System Details »» | |||||||||||||||||||||||||
Banner Ads System
Author: Thinh Nguyen (tnguy3n) Support: www.vbviet.org ############### Banner Ads System Expanded version supports Adsense, Adbrite, Flash, Inframe, etc. Click on the link below for more info & to purchase: http://www.vbviet.com/index.php?act=...od&productId=8 ############### This simple rotational banner ads system get random ads from your database and display globally under navbar on your board. It's been fully tested on vb 3.5.2, but it should work fine for all 3.5 Gold version. FEATURES: - Banner stats tracker - Ability to enable/disable - Admin ability to add/modify/delete banners - Admin ability to view banner stats/detail for each banner - more ################# STRUCTURE: - New Files: 3 - New Template: 1 - New db tables: 2 - Product: 1 ################# INSTALLATION: 1. Upload files to appropriate dir in your forumroot 2. UPload product xml file in your Product Manager ################# If you find this hack useful or wish to sponsor/support future development of the hack, you can donate to If you need custom version of this hack, pls contact me. :::::UPDATE::::: The product xml above will add 2 plugins and the ads stays fixed under navbar. This, however, may not be working with some custom skins if navbar template's codebit are changed. To fix that problem, open Banner System plugin (at global_start hook), replace the whole content with: PHP Code:
HTML Code:
$bannerads If you want to show the ads globally on your forums, put that code in either header or navbar or footer template. To enable/disable or change other settings of Banner System: vBulletin Options -> Banner System Settings - Banner System Mode: yes = enable, no = disable - Show Banners to Logged In Users: yes = everyone (including logged in users), no = only guests - Ads In New Window: yes = open in new window, no = open in same window Show Your Support
|
Comments |
#242
|
|||
|
|||
Quote:
|
#243
|
|||
|
|||
Hi guys!
The mod is great, but can anyone said me how post 2-4 banner on the same time (side by side) on the header, with this plug-in?:ermm: Thanks for any help!!! |
#244
|
|||
|
|||
Burntire,
when i put in the full path it made all the banners go to the same url, any thoughts? |
#245
|
|||
|
|||
Quote:
Just so we are clear this fixes the problem of the banner ads not redirecting when clicked on if you are using CMPS to create your sites home page. Code:
<if condition="$vboptions['bannersys_mode']"> <if condition="$bbuserinfo['userid'] == '0'"> <br /> <table class="tborder" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td><a href="http://www.YOURSITE.com/forums/banner.php?$session[sessionurl]do=redirect&bannerid=$ads[bannerid]" <if condition="$vboptions['bannersys_popup']">target='_blank'</if>><img src="$ads[imgurl]" width="$ads[bwidth]" height="$ads[bheight]" border="0"></a></td> </td> </table> <br /> <else /> <if condition="$vboptions['bannersys_ads2all'] AND $bbuserinfo['userid']"> <br /> <table class="tborder" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td><a href="http://www.YOURSITE.com/forums/banner.php?$session[sessionurl]do=redirect&bannerid=$ads[bannerid]" <if condition="$vboptions[bannersys_popup]">target="_blank"</if>"><img src="$ads[imgurl]" width="$ads[bwidth]" height="$ads[bheight]" border="0"></a></td> </td> </table> </if> </if> </if> |
#246
|
|||
|
|||
Quote:
What the problem is the links are not redirecting to the url, it works in the cp but not on the site. |
#247
|
|||
|
|||
Hope someone can gelp. Im using a Kartel fixed theme and am unable to get the banners to display, Im pretty sure ive set it up correctly.
Ive amended the global start hook in banner plugin manager. Im using the following to try and display the banners but with the no luck in FORUMHOME PHP Code:
|
#248
|
|||
|
|||
Hi
Can this be placed elsewhere, please see the 3 boxes below the nacbar on my site, i would like this to show in the Partners box (3rd 1) Is this possible please? |
#249
|
|||
|
|||
Cool idea - perhaps you can add onto it more?
$banneradnav , $banneradfooter, $banneradheader And selectable when you add a banner in the admincp? |
#250
|
|||
|
|||
I have been searching everywhere. Can someone please help me to add a flash banner to my site? I have this mod, fully functional on CMPS and all, bt now I just need to enable flash banners to be used.
Thanks! |
#251
|
|||
|
|||
This hack is working fine on 3.6.0.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|