Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2006
    Posts
    35
    Plugin Contributions
    0

    Default Configuring left and top without the default sideboxes

    Hi, I would just like to know if it's possible to make all the sideboxes be 0 and make the left side empty and after making it empty, I'll add my DIV codes to make it my own design. I tried making all sideboxes set to 0 but when I put my DIV Codes on the tpl_box_default_left, it doesn't appear and when I enable 1 sidebox, the sidebox appear together with my DIV design.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Configuring left and top without the default sideboxes

    Do you have a picture of what you want to do?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Dec 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Configuring left and top without the default sideboxes

    None at the moment, I was just wondering if there's a way to that I can put a custom left sidebox without using the default sideboxes.

  4. #4
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Configuring left and top without the default sideboxes

    There are a lot of ways to do what you are trying to do. What I have done in the past is to create my own left column boxes in the modules folder - so I have includes/modules/column_left.php (the default) and I have includes/modules/MY TEMPLATE/column_left_nav.php (my custom nav side).

    Now on the pages where I want the custom left to show I simpy change this line
    $left_column_file = 'column_left.php';

    in includes/templates/MY TEMPLATE/common/tpl_main_page.php to read :
    $left_column_file = 'column_left_nav.php';

    Now every page that calls that template page is going to show my custom left side bar. You can further customize this on a page by page basis - read the info in the template files to achieve this.

    I have used this method and successfully create a Zen site with 41 defined pages, 4 defined menus, and the menus vary on pages depending on where you are.

    Works like a charm

    Hope that helps!
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  5. #5
    Join Date
    Dec 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Configuring left and top without the default sideboxes

    Thanks. It helps a lot.

 

 

Similar Threads

  1. turning off right, and left column, and keep the sideboxes
    By keneso in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 26 Jan 2012, 12:17 PM
  2. Only homepage without right and left column sideboxes
    By dreamlex in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 May 2009, 06:34 PM
  3. How to get only the content ($body_code) of the page without headers and sideboxes?
    By chillout_buddha in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Apr 2009, 01:59 AM
  4. Want to free up categories on the left and move it to the top
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Jun 2008, 04:39 AM
  5. How to hide the top left corner's Logo and Tagline?
    By tat1973 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Nov 2007, 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