Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    61
    Plugin Contributions
    0

    help question TO DISPLAY right column ONLY on main page (??)

    Hi - it may sound silly, but I can't find out the easy way of SHOWING right column ONLY on the main page: in tpl_main_page, there are lots of good ideas but it is only related to "how to NOT" - except the statement starting with "if (in_array($current_page_base,explode("...." (~ line 83)

    Now, if I want to display right column ONLY on main page, then I will have to list all other pages in that statement - that's seems like a lot of pages.... is there any other, simplier way?

    Thanks,
    Best,

    0100000101011010

    ---------------------------------
    It's not magic, it's just math!

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

    Default Re: TO DISPLAY right column ONLY on main page (??)

    Easy - just reverse the statement.
    PHP Code:
    if (!$this_is_home_page) {
      
    $flag_disable_right true;

    The "!" before $this_is_home_page is a negative, so the test will be true (and the flag set) if it is not home page.

  3. #3
    Join Date
    Nov 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: TO DISPLAY right column ONLY on main page (??)

    Duh! - thanks!
    Best,

    0100000101011010

    ---------------------------------
    It's not magic, it's just math!

 

 

Similar Threads

  1. Right side column on main page only
    By top hatt in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Aug 2011, 01:53 AM
  2. Replies: 14
    Last Post: 20 Oct 2010, 10:43 PM
  3. Right column only to display on homepage?
    By RobM in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Aug 2009, 12:45 PM
  4. Right Column to display ONLY on main page??
    By skyegospel in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Sep 2008, 10:18 AM
  5. Only display right column on certain pages
    By qubit in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jul 2007, 02:05 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR