How to set up Banner ads format ?

Get help with installation and running official modules for phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
muhammadiq
Posts: 25
Joined: Wed 23. Jan 2008, 05:16

How to set up Banner ads format ?

Post by muhammadiq »

How to set up Banner ads format ?
I try to click create ad place and the banner ads format drop down menu is empty...so how can I define the dimension of banner format there ??...
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Re: How to set up Banner ads format ?

Post by forefront »

This query populates the default ads format table:

Code: Select all

INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(1, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Leaderboard', 728, 90, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(2, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Banner', 468, 60, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(3, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Small Square', 200, 200, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(4, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Square', 250, 250, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(5, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Medium Rectangle', 300, 250, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(6, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Large Rectangle', 336, 280, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(7, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Skyscraper', 120, 600, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(8, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Wide Skyscraper', 160, 600, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(10, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Half Banner', 234, 60, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(11, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Square Button', 125, 125, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(12, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Small Rectangle', 180, 150, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(13, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Vertical Banner', 120, 240, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(14, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Mini Square', 120, 120, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(15, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Medium Scyscraper', 120, 450, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(16, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Micro Bar', 88, 31, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(17, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Vertical Rectangle', 240, 400, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(18, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Vertical Button', 120, 90, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(19, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Half Mini Square', 120, 60, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(20, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Half Page Ad', 300, 600, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(21, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Universal Flash Layer', 400, 400, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(22, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'PopUp', 250, 300, '');
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(23, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1, 'Target Button', 120, 150, '');
Don Bledsoe
FOREFRONT INTERNET
Post Reply