This is a discussion on removing right column?? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hello I want to delete the right column, but don't know the file to edit.... I checked 'index.php', but couldn't ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| hello I want to delete the right column, but don't know the file to edit.... I checked 'index.php', but couldn't find anything anyone? amilo |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| if you are using dreamweaver, you can do a search and replace on all the files in the catalog directory. search for: Code: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> and replace it with nothing (a space or carriage return). this will remove the right column from all your pages. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removing Boxes | rbudj | osCMax v2 Customization/Mods | 3 | 07-26-2005 10:03 PM |
| Removing column_left with BTS | innovations | osCMax v1.7 General Mods Discussion | 3 | 05-11-2005 01:29 PM |
| Removing review | reid | osCMax v1.7 Discussion | 6 | 04-20-2004 12:11 AM |
| Move all in rh column to left and remove RH column | jloyzaga | osCMax v1.7 Discussion | 0 | 03-24-2004 04:24 PM |
| Removing New Products Box | sillykc | osCommerce 2.2 Modification Help | 0 | 02-09-2004 09:04 AM |