Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: How to disable right sidebar when on a cat page which has subcats?

    If I'd like to hide the right column from all, except home page, ezpages and say one category (id 7)
    How would I code that?
    Thanks

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

    Default Re: How to disable right sidebar when on a cat page which has subcats?

    PHP Code:
    if ($this_is_home_page or ($current_page_base == 'page') or ($current_page_base == 'index' and $cPath == '7')) {
      
    //show right col
    } else {
       
    $flag_disable_right true;


  3. #3
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: How to disable right sidebar when on a cat page which has subcats?

    Terrific thanks

 

 

Similar Threads

  1. Category Sidebox keep Parent Cat/Subcats open?
    By mteipe in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Aug 2010, 12:47 AM
  2. How can I show products on Cat with subCats page
    By bumba000 in forum General Questions
    Replies: 2
    Last Post: 12 Jan 2008, 10:23 PM

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