
Originally Posted by
chowardart
Sorry to keep asking, but my results... I added a new image (rapslide6.jpg where the other slides are (images/banners/). I added the slide listing in the store's Banner Manager, and matched the info set up of the other five rapslide images already there. Then I went to tpl_home_slider.php file, copied the rapslide5 code and pasted it in after the 5 code and changed it to 6:
<?php
if (SHOW_BANNERS_GROUP_SETRAP6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETRAP6)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
?>
(so now there's 1 through 6)
Refresh the main page but it still shows only 5... Did I miss a step?