evalguy Posted March 10, 2007 Posted March 10, 2007 Just started configuring osC and it was quite easy to remove certain boxes on the left and right columns. (As simple as removing the "require(DIR_WS_INCLUDES, ...)" statements. But I can't seem to figure out how to remove the "New Products for March" box in the lower middle of the main page. Any clues? Thanks.
Jack_mcs Posted March 10, 2007 Posted March 10, 2007 Remove the following code in the index.php file <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
evalguy Posted March 11, 2007 Author Posted March 11, 2007 Ahhh... that did it! I had tried commenting it out earlier, but apparently it needed to be completely removed as you said. Thanks.
Jack_mcs Posted March 11, 2007 Posted March 11, 2007 It can be commented out but you can't use html comments. It's best to just remove it if you have no use of it. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
evalguy Posted March 11, 2007 Author Posted March 11, 2007 Actually just figured that out also. If I comment from "include(..." but leave the <td> and </td> then it works. Also, it needs to be commented out in two places. Thanks, -Neil.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.