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 |
#222
|
|||
|
|||
Quote:
|
#223
|
|||
|
|||
Heres how to show banners within the header of your forums and how to get it to work to show correctly on your CMPS page.
First replace all the content of the Banner System plugin (at global_start hook) with this code below: Code:
// Banner Ads System by tnguy3n if($vbulletin->options['bannersys_mode']) { $getads = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "bannersys_banners WHERE status = '1' ORDER BY RAND() LIMIT 1"); $ads = $vbulletin->db->fetch_array($getads); $searchtext = '<!-- / banner ads -->'; $vbulletin->templatecache['header'] = str_replace($searchtext, $searchtext.fetch_template('bannerads'), $vbulletin->templatecache['header']); $vbulletin->db->free_result($getads); unset($getads); } Code:
<!-- / banner ads --> Note if you want to place the banners within your footer, replace templatecache value from header to footer, add the code where you want to show your banners, then add banner.php to your Footer Replacement settings. Thats it! Enjoy. Also I'm having a problem of my own. The settings to edit banners does not show in the control panel. I only see the settings that you would see under banneradmin.php?do=settings . If I want to edit my banners I have to manually enter the url to banneradmin.php?do=manage Seems like the cpnav_bannersystem.xml file isn't working correctly for me. Anyone know how to fix this? I can't get around the problem with entering the urls myself but I rather be able to do it in the admin control panel. |
#224
|
||||
|
||||
Quote:
Adding this codebit somewhere in includes/xml/cpnav_vbulletin.xml file: Code:
<navgroup text="Banner System" hr="true" displayorder="35"> <navoption displayorder="10"> <text>Banner Settings</text> <link>banneradmin.php?do=settings</link> </navoption> <navoption displayorder="20"> <text>Banner Manager</text> <link>banneradmin.php?do=manage</link> </navoption> <navoption displayorder="30"> <text>Banner Stats</text> <link>banneradmin.php?do=stats</link> </navoption> </navgroup> |
#225
|
|||
|
|||
thenks man ... i click install ;p
|
#226
|
||||
|
||||
I have installed this hack fine but...
nobody can see them in ie ( internet explorer ) ????? Vb 3.5.4 CMPS 2.1 www.hullchat.co.uk |
#227
|
|||
|
|||
working fine for me
vb 3.6 rc2 vba 2.2 www.oapsquad.com/forums/ if your using custom themes have you done this PHP Code:
|
#228
|
||||
|
||||
|
#229
|
|||
|
|||
i can see them
at the bottom of your page both in firefox & ie |
#230
|
|||
|
|||
I figured out what my problem was. I have bad eyes, I found where the banners can be edited.
On another note, I noticed that custom user groups the banner appears as a dot (at least for my site). The problem was fixed when I changed the banner links to open in a new window. If anyone is having problems viewing the banners, try changing the links to open in a new window. Oh and you can see how mine is running at CaliberSRT4.net Forums |
#231
|
|||
|
|||
Is there a way to place the banner in the header area on the right side?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|