Thread: Menu change

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Oct 2009
    Posts
    26
    Plugin Contributions
    0

    Default Re: Menu change

    Hi - I am having an issue as well....

    My template has tabs which change colour based upon the current page.

    I have just modified the menu to include a ez-page "Testimonials". This is ID=9. Below is the standard template code for specials and the new one I have added

    Code:
    <?php
    if ($current_page_base == 'specials') { $active = 'tab_active'; 
    	} else { $active = '';
    }?>
    		<li id="<?php echo $active;?>"><a href="index.php?main_page=specials"><?php echo TOP_MENU_SPECIALS;?></a></li>
    
    <?php 
    if ($current_page_base == 'page&id=9') { $active = 'tab_active'; 
    	} else { $active = '';
    }?>
    		<li id="<?php echo $active;?>"><a href="index.php?main_page=page&id=9"><?php echo TOP_MENU_TESTIMONIALS;?></a></li>
    The problem is I am not getting the selected tab "active" (which changes its colour) using $current_page_base == 'page&id=9. Is there something special to use for a ez-page in this context ???

    Website http://www.adorablebabycakes.com.au

    Thanks

  2. #12
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Menu change

    if ($current_page_base == 'page&id=9')

    $current_page_base will only ever equal 'page' for ez-pages; you need to keep the id test separate:
    PHP Code:
    if (($current_page_base == 'page') and ($_GET['id'] == '9')) 

  3. #13
    Join Date
    Oct 2009
    Posts
    26
    Plugin Contributions
    0

    Default Re: Menu change

    Thanks Glenn

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 AM
  2. How change the Menu
    By cccdigital in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jan 2009, 10:57 PM
  3. Drop down menu - change colour?
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Dec 2007, 05:16 PM
  4. Change the lower menu
    By Timeout in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jun 2006, 06:36 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