Version: 1.02, by AnhTuanCool
Developer Last Online: Sep 2006
Version: 3.0.5
Rating:
Released: 01-18-2005
Last Update: 01-27-2005
Installs: 108
DB Changes
No support by the author.
Banners & Ads System
---------------------------------
by AnhTuanCool
Fully Tested on vb 3.0.5
Description:
Banners & Ads System allows you to have a slot on every pages in your forum for showing banners and ads. Banners and ads in database will randomly pickout to show everytime new page is loaded. Admin options in admincp allow you to fully administrate your banners and ads.
Feautures:
- Show Random Banner or Ad on everypage
- Clickable Link (of course )
Admin Feautures:
- Master Switch on/off
- Fully Add/Edit/Delete Banners, Ads Factors (such as title, dimension, links, etc...)
- Enable/Disable Banners To Be Shown (if you set Disable to a banner, it will not show)
- Banner Template Layout Alterable
- Show Banner Anywhere on your global templates
Updates:
Jan 28th - Add update to display banner anywhere rather than the nav
Install Instruction and Screenshots:
See attachments.
If you find this hack useful, also get informed by any new release & update, please click INSTALL. Thanks,
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
check this out www.lextreme.com/2jz The banner is in the center. However, the rest of the forum also align to the center. I want the rest of the forum align to the left but the banner align to the center. Secondly, its it possible to have the banner all the way up to the top where the forum logo is located?
6. Open your navbar template:
Find:
==================================
<!-- / nav buttons bar -->
==================================
Add After:
==================================
$banner
I´m new about this but I understad the first of this
1. Create table - Make sure to add your table prefix if you have
==================================
CREATE TABLE `banners` (
`adid` INT UNSIGNED NOT NULL AUTO_INCREMENT ,
`title` VARCHAR( 250 ) NOT NULL DEFAULT '',
`status` INT( 1 ) NOT NULL DEFAULT '0',
`dateline` INT NOT NULL DEFAULT '0',
`html` VARCHAR( 250 ) NOT NULL DEFAULT '' ,
`url` VARCHAR( 250 ) NOT NULL DEFAULT '#',
`type` INT( 1 ) NOT NULL DEFAULT '1',
`width` INT( 10 ) DEFAULT '0' NOT NULL,
`height` INT( 10 ) DEFAULT '0' NOT NULL,
PRIMARY KEY ( `adid` )
);
==================================
but shuld I create this to mysql qvery to or ??
2. Master switch
==================================
INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'setting_enbanners_title', 'Enable Banners & Ads System', 5000);
INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'setting_enbanners_desc', 'If this option set to Yes, overal show banners and ads on navbar function will be turned on.', 5000);