Tina Posted December 6, 2002 Share Posted December 6, 2002 Please take a look at this site: http://pjsarmyandnavy.net/shop/default.php...80f453c14e92aeb See the box below the text and above the footer? Where do I delete this box? Thanks[/img] Link to comment Share on other sites More sharing options...
Guest Posted December 6, 2002 Share Posted December 6, 2002 Guess its a new products infobox header and border. Try to comment out in catalog/default.php line: <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Have a nice day Tom Link to comment Share on other sites More sharing options...
mattice Posted December 6, 2002 Share Posted December 6, 2002 It's the 'what's new' module that doesn't have anything to display but still creates the box. I think. "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Guest Posted December 6, 2002 Share Posted December 6, 2002 Tina, If you don't want that to show, I would comment it out instead of deleting it...it's in the default.php and it called default_specials. Link to comment Share on other sites More sharing options...
Tina Posted December 6, 2002 Author Share Posted December 6, 2002 Thanks all....how do I comment it out, instead of deleting it? Thanks again Link to comment Share on other sites More sharing options...
Guest Posted December 6, 2002 Share Posted December 6, 2002 LOLOLOL!!! Hi Guys!! We're all answering at the same time this morning...I'll go back to reading and have some more coffee.....l Link to comment Share on other sites More sharing options...
Tina Posted December 6, 2002 Author Share Posted December 6, 2002 Hey- I appreciate all the answers :) Without you guys, I couldnt have even begun this!!! Link to comment Share on other sites More sharing options...
mattice Posted December 6, 2002 Share Posted December 6, 2002 in the php code add a double forward slash before it: include(DIR_WS_MODULES . 'new_products.php'); should become // include(DIR_WS_MODULES . 'new_products.php'); "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
mattice Posted December 6, 2002 Share Posted December 6, 2002 on second thought it will be alot better to change your module so it only displays itself if there's actually something to display.... Can you post the first 10 or so lines from includes/modules/new_products.php ? "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Tina Posted December 6, 2002 Author Share Posted December 6, 2002 You guys are the BEST!!! Its gone ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.