Guy’s I’m wanting to add 2 more slides to the banner. I have the image files in the banner folder.
I have also add the following patch to sql
INSERT INTO `banners` (`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`, `banners_open_new_windows`, `banners_on_ssl`, `banners_sort_order`) VALUES
('', 'rsbslide6', 'http://www.picaflor-azul.com', 'banners/rsbslide6.jpg', 'rsbslide6', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rsbslide7', 'http://www.picaflor-azul.com', 'banners/rsbslide7.jpg', 'rsbslide7', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0');
I can look in the tools banner manager and see they are in it.
Then I insert sql patch
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
(NULL, 'Banner Display Groups - Rsbslide6', 'SHOW_BANNERS_GROUP_SETRSB6', 'rsbslide6', 'Rsbslide 6', @configuration_group_id, 37, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rsbslide7', 'SHOW_BANNERS_GROUP_SETRSB7', 'rsbslide7', 'Rsbslide 7', @configuration_group_id, 38, NOW(), NULL, NULL);
It loads but I do not have the two extra slides in the banner, still the 5 only show . What am I doing wrong. Site is up at http://thecubden.org/store/