Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    21
    Plugin Contributions
    0

    Default SIdeboxes on INdex Page

    Can anyone tell me how to eliminate the Right Sidebox from the index page only?

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

    Default Re: SIdeboxes on INdex Page

    In /includes/templates/your_template/common/tpl_main_page.php, look at the comments at the top of the file. They describe how to do this. Add

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

    or simply

    $flag_disable_right = $this_is_home_page;

    near the top pf the file as shown.

  3. #3
    Join Date
    Feb 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: SIdeboxes on INdex Page

    That worked just fine. Thanks

 

 

Similar Threads

  1. Why strange /index/xxx urls showing my index page
    By creamcrackers in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 27 Mar 2012, 03:23 AM
  2. index page is blank after changing index.php
    By meesh in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Jul 2009, 05:37 PM
  3. An Announcement box on index page, and only on Index page
    By nigelt74 in forum General Questions
    Replies: 4
    Last Post: 25 Mar 2009, 01:41 AM
  4. Blank Index Page/Apache Errors - Optimize MYSQL Index
    By fr33k in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 23 Oct 2008, 10:58 PM
  5. hiding sideboxes on index page
    By mustang in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2008, 10:44 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