Results 1 to 4 of 4

Threaded View

  1. #2
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: Help hiding a sidebox from certain pages

    I also use this (another of Ajeh's posts)

    PHP Code:
     if (!isset($ezpage_id) || !in_array($ezpage_id,explode(",",'1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35'))) {
        require(
    $template->get_template_dir('tpl_categories.php',DIR_WS_TEMPLATE$current_page_base,'sideboxes'). '/tpl_categories.php');

        
    $title BOX_HEADING_CATEGORIES;
        
    $title_link false;

        require(
    $template->get_template_dir($column_box_defaultDIR_WS_TEMPLATE$current_page_base,'common') . '/' $column_box_default); 
    But swapping $ezpage_id for $manufacturers_id does not work either??

    (I must point out that I really don't know what I am doing)
    Last edited by ray-the-otter; 18 Apr 2013 at 11:41 AM.

 

 

Similar Threads

  1. v151 Hiding certain product from menu
    By sports guy in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 11 Apr 2013, 05:28 AM
  2. v150 Help with hiding shipping options when posting to certain countries
    By daffo084 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 31 Aug 2012, 12:03 PM
  3. v150 WHATS NEW CATAGORY HELP .. hiding certain products
    By jgirl5799 in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 6 Aug 2012, 02:32 AM
  4. Hiding subcat from category sidebox
    By Tim M in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 5 Jan 2009, 11:51 PM
  5. Sidebox content on certain pages
    By nick04263 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Mar 2007, 03:12 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