Results 1 to 2 of 2

removing right column??

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 ...

      
  1. #1
    New Member
    Join Date
    Dec 2003
    Posts
    18
    Rep Power
    0


    Default removing right column??

    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

  2. #2
    New Member
    Join Date
    Dec 2003
    Posts
    11
    Rep Power
    0


    Default

    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.

Similar Threads

  1. Removing Boxes
    By rbudj in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 07-26-2005, 10:03 PM
  2. Removing column_left with BTS
    By innovations in forum osCMax v1.7 General Mods Discussion
    Replies: 3
    Last Post: 05-11-2005, 01:29 PM
  3. Removing review
    By reid in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 04-20-2004, 12:11 AM
  4. Move all in rh column to left and remove RH column
    By jloyzaga in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-24-2004, 04:24 PM
  5. Removing New Products Box
    By sillykc in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 02-09-2004, 09:04 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
  •