vertmonkee Posted January 3, 2005 Posted January 3, 2005 I have removed column right and would like to know how to extend the new products box etc so the use the vacant space. I have tried a few things but can not get anything to work. Thanks
♥Chris Perkins Posted January 3, 2005 Posted January 3, 2005 Do you use the Simple Template System (STS)? If not, I'm sure that would enable you to shuffle that page around. http://www.oscommerce.com/community/contri...template+system
vertmonkee Posted January 4, 2005 Author Posted January 4, 2005 I'm not using the STS, but surely there is a way to change it without using this
boxtel Posted January 4, 2005 Posted January 4, 2005 I have removed column right and would like to know how to extend the new products box etc so the use the vacant space. I have tried a few things but can not get anything to work. Thanks <{POST_SNAPBACK}> you have to take all this out or the column remains: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0"> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> </table></td> Treasurer MFC
Guest Posted January 4, 2005 Posted January 4, 2005 <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0"><?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> </table></td> That's 38 files in the root folder! LOL :lol:
vertmonkee Posted January 4, 2005 Author Posted January 4, 2005 Thanks for that, Alpha Ray - fancy helping? lol looks like i've got a tedious evening, always worth it in the end.
Guest Posted January 4, 2005 Posted January 4, 2005 If you have programs like Dreamweaver, you perform search and replace an entire folder semi-automatically! If not, there's free trial!
Guest Posted January 4, 2005 Posted January 4, 2005 If you have programs like Dreamweaver, you perform search and replace an entire folder semi-automatically! If not, there's free trial! <{POST_SNAPBACK}> Also dont forget if you want to completley remove column right then you will have to modify the files with write a review box, notify a friend, etc, or you will end with errors on the right side of your site. I was going to remove column right until I thought of that!! Jubba
Guest Posted January 4, 2005 Posted January 4, 2005 It doesn't quite work like that. Also you can move any boxes to any part of the page as you wish. One of the most important things when customising osCommerce is to pay attention to the structure of the table. To under stand the structure of PHP, you'll have to pay attention to lines beginning with require and include functions. To make things even easier, give STS a try.
vertmonkee Posted January 4, 2005 Author Posted January 4, 2005 I have removed the table that Alpha Ray said to do. Great, everything has shifted so there is no longer that left over space on the right. The only problem is that above column left there is text saying " valign="top>" Any ideas why this has occured?
Guest Posted January 4, 2005 Posted January 4, 2005 Can only be 1 thing. 1 or more of the files have been edited incorrectly, please double check.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.