Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default add new slide to front page

    I raised this question some time ago, but I have no solution. I have 5 slides on my front page, each doing as they should. In admin, under Configuration, Abbington Mega, I have 5 Banner Display Groups, in where I can set which banner to display. I am assuming that if I want to have, say, 6 slides, I need to have here

    Banner display Group 6

    where I can indicate which banner to display as the, say, 6th slide.

    Where would I add this?

    I am looking at /tpl_home_slider.php, where I see this:

    <?php
    if (SHOW_BANNERS_GROUP_SET9 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET9)) {
    if ($banner->RecordCount() > 0) {
    echo zen_display_banner('static', $banner);
    }
    }
    ?>
    <?php
    if (SHOW_BANNERS_GROUP_SET10 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET10)) {
    if ($banner->RecordCount() > 0) {
    echo zen_display_banner('static', $banner);
    }
    }
    ?>
    <?php
    if (SHOW_BANNERS_GROUP_SET11 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET11)) {
    if ($banner->RecordCount() > 0) {
    echo zen_display_banner('static', $banner);
    }
    }
    ?>
    <?php
    if (SHOW_BANNERS_GROUP_SET12 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET12)) {
    if ($banner->RecordCount() > 0) {
    echo zen_display_banner('static', $banner);
    }
    }
    ?>
    <?php
    if (SHOW_BANNERS_GROUP_SET13 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET13)) {
    if ($banner->RecordCount() > 0) {
    echo zen_display_banner('static', $banner);
    }
    }
    ?>

    So, I am also assuming that in order to add Banner Group6, I need to add something here. What do I add?

    I have no problem creating a new banner group. What I cannot understand is how to link this banner group to the display of slides on the front page. I would appreciate some direction.

  2. #2
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: add new slide to front page

    Sorry, I've put this in the wrong place somehow. Can it be moved to the Abbington Mega thread?

  3. #3
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: add new slide to front page

    Please delete this thread. It is misplaced, and has been copied to where it should be.

 

 

Similar Threads

  1. How can i add .swf files or slide-show add-ons?
    By sercan35ksk in forum General Questions
    Replies: 1
    Last Post: 31 Dec 2010, 10:10 AM
  2. how can i add add to cart with image on front page
    By chrisnasah in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Oct 2010, 04:39 PM
  3. Slide new/all products in home page
    By anthares in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Jan 2010, 11:49 PM
  4. Front Page New Items?
    By squeakypants in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Nov 2006, 04:33 AM
  5. New Products on front page / add audio
    By Oceandawg in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Jun 2006, 07:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR