Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    18
    Plugin Contributions
    0

    Default Remove the right column

    I turn off right column admin>layout settings. But is there a way to turn it off or on for a few pages only. İ.e. for main page it turned off, for another page its on. Thanks.
    Last edited by sercan35ksk; 5 Jan 2011 at 09:17 PM.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Remove the right column

    Quote Originally Posted by sercan35ksk View Post
    I turn off right column admin>layout settings. But is there a way to turn it off or on for a few pages only. İ.e. for main page it turned off, for another page its on. Thanks.
    open includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php

    find the following line(s) of code

    if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes _on_here,separated_by_commas,and_no_spaces')) ) {
    $flag_disable_right = true;
    }

    immediately after this line add the following:

    if ($this_is_home_page) {
    $flag_disable_right = true;
    }

 

 

Similar Threads

  1. Remove Left Column and add images on right column
    By steve Nezia in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Jun 2011, 03:40 PM
  2. I want to remove the right column in all category pages: tutorial didn't work for me
    By ktrainyo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Nov 2009, 11:57 AM
  3. How do I remove the right column?
    By bparker in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 29 Sep 2009, 06:29 PM
  4. Trying to remove the background line and right column from mother_earth template
    By Patrick_Mathews in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Jan 2008, 11:29 PM
  5. Remove Right Column
    By jheir16 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Oct 2007, 12:34 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