fab_kukla Posted February 12, 2007 Share Posted February 12, 2007 I want to remove & disable the specials (on the right column) from the site completely, but I dont know where or how to do this. HELP NEEDED PLEASE! Link to comment Share on other sites More sharing options...
Guest Posted February 12, 2007 Share Posted February 12, 2007 I want to remove & disable the specials (on the right column) from the site completely, but I dont know where or how to do this. HELP NEEDED PLEASE! open /includes/column_right.php and change this : include(DIR_WS_BOXES . 'specials.php'); to this : // include(DIR_WS_BOXES . 'specials.php'); or you could comment out : /includes/boxes/specials.php Either will work. Corrie Link to comment Share on other sites More sharing options...
fab_kukla Posted February 12, 2007 Author Share Posted February 12, 2007 open /includes/column_right.phpand change this : include(DIR_WS_BOXES . 'specials.php'); to this : // include(DIR_WS_BOXES . 'specials.php'); or you could comment out : /includes/boxes/specials.php Either will work. Corrie Thanks for the reply, but I followed the first tip & I didn't see include(DIR_WS_BOXES . 'specials.php'); in the /includes/column_right.php. I'm a bit confused about how to comment out /includes/boxes/specials.php Any help will be appreciated Thanks Link to comment Share on other sites More sharing options...
Guest Posted February 12, 2007 Share Posted February 12, 2007 Thanks for the reply, but I followed the first tip & I didn't see include(DIR_WS_BOXES . 'specials.php'); in the /includes/column_right.php. I'm a bit confused about how to comment out /includes/boxes/specials.php Any help will be appreciated Thanks You must have a modified or templated version of OSC ? You could upload a file called /includes/boxes/specials.php that has only this inside : <?php ?> To block HTML comments, use this : <!-- this is commented out --> to block php comments, use this : /* this is commented out */ If your require is still there for the file though, you'll need to have a file there in its place - just dump up and empty file. Or - remove the file, and then you'll see where the required error is coming from! :-) Corrina Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.