Thread: Banner Manager

Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    1,487
    Plugin Contributions
    0

    Default Banner Manager

    im looking to move one of the banners that the banner manager controls to display on the homepage only and in the text area on the homepage.

    i know i need to edit the tpl file for index default but what code do i need to move and where should i move the code from?? ie i cant display the banner twice so can move banner 1 etc.


  2. #2
    Join Date
    Feb 2007
    Posts
    1,487
    Plugin Contributions
    0

    Default Re: Banner Manager

    SORTED IT

    using the developers tool i searched for SHOW_BANNERS_GROUP_SET2 and found it wan't used so i added the following code to my tmp for index default

    Code:
    <!-- bof  Banner2 -->
    <?php
      if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }
    ?>
    <!-- Eof  Banner2 -->


 

 

Similar Threads

  1. [Done v1.3.8] Banner manager
    By draftdesign in forum Bug Reports
    Replies: 6
    Last Post: 26 May 2010, 10:09 AM
  2. Banner Manager
    By bf gift gallery in forum General Questions
    Replies: 5
    Last Post: 22 Sep 2008, 05:02 AM

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
  •