Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default remove review sidebox from homepage only

    is there a way to remove the sidebox "review" from the homepage only?

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: remove review sidebox from homepage only

    Create an over-ride for the reviews sidebox module file.

    This involves copying includes/modules/sideboxes/reviews.php to includes/modules/sideboxes/YOUR_TEMPLATE_NAME/reviews.php.

    Open up your new copied sidebox module file and change asf:

    Code:
    <?php
    
    
    BIG COMMENT BLOCK
    
    // test if box should display
        
    if ($this_is_home_page) {
        $show_reviews = false;
      } else {
        $show_reviews = true;
      }
    
    if ($show_reviews == true) {
    
    // if review must be approved or disabled do not show review
    
    etc etc (THIS IS YOUR EXISTING CODE >>>)
    
      }
    ?>
    Don't forget the closing } before ?>

  3. #3
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: remove review sidebox from homepage only

    For an indepth discussion you may also want to look at this thread which is dealing extensively with hide/show sideboxes based on page.

 

 

Similar Threads

  1. How to remove Featured [More] sidebox from homepage only?
    By bodkin77 in forum Customization from the Admin
    Replies: 4
    Last Post: 26 May 2013, 11:18 PM
  2. Remove sideboxes only from Homepage
    By directpc in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Apr 2013, 10:21 PM
  3. Blank Sidebox Only On Homepage
    By Globie in forum General Questions
    Replies: 2
    Last Post: 27 Oct 2008, 06:44 AM
  4. How to Remove Sidebar on Homepage only
    By MeltDown in forum Basic Configuration
    Replies: 1
    Last Post: 1 Mar 2007, 05:53 PM
  5. Placing Logos at Sidebox on homepage only
    By Stenrique in forum Basic Configuration
    Replies: 9
    Last Post: 19 Sep 2006, 06:14 AM

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