Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    7
    Plugin Contributions
    0

    Default Removing Sideboxes from ALL EZ Pages

    I started by trying this:

    https://www.zen-cart.com/tutorials/i...hp?article=249

    However, it didnt work. I have the sidebox "Search" turned on right now, and it shows on everything! Here is my code:

    Code:
    <?php
    /**
     * search sidebox - displays keyword-search field for customer to initiate a search
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: search.php 2834 2006-01-11 22:16:37Z birdbrain $
     */
      if (!isset($ez_page_id) || !in_array($ezpage_id,explode(",",'1,2,3,4,5,6,7,8,9,10'))) 
     {
      require($template->get_template_dir('tpl_search.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_search.php');
    
      $title = '<label>' . BOX_HEADING_SEARCH . '</label>';
      $title_link = false;
      require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
      }
    ?>

  2. #2
    Join Date
    May 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Removing Sideboxes from ALL EZ Pages

    PS, I want it off on every EZ Page.... but im just trying to get it to shut off at all right now!

  3. #3
    Join Date
    May 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Removing Sideboxes from ALL EZ Pages

    I found the answer, never mind....

 

 

Similar Threads

  1. Removing Sideboxes from Specific Pages?
    By eyal8r in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Mar 2010, 10:52 PM
  2. Removing sideboxes from EZ pages
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jun 2008, 09:11 PM
  3. Removing Images From Product Pages without removing them from Category Pages
    By googlepasta in forum Templates, Stylesheets, Page Layout
    Replies: 23
    Last Post: 5 Jan 2008, 04:06 PM
  4. Removing New Products from ALL pages
    By Joné in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 1 Aug 2006, 07: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