TheTrueHero Posted July 5, 2006 Posted July 5, 2006 After much consideration, I decided to completely redesign my website. Here is the new design. Anyways, for this design I want to completely remove the right side-bar, and want to put everything on the left one that is already there. Anyone know how to go about doing that?
Silverado05 Posted July 5, 2006 Posted July 5, 2006 DO NOT VIST THIS SITE!!! IT HAS A VIRUS THAT WILL DOWNLOAD ONCE YOU CLICK ON THE LINK. Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.
bill110 Posted July 5, 2006 Posted July 5, 2006 After much consideration, I decided to completely redesign my website. Here is the new design. Anyways, for this design I want to completely remove the right side-bar, and want to put everything on the left one that is already there. Anyone know how to go about doing that? catalog/includes/column_left.php and catalog/includes/column_right.php If you want everything from the right moved to the left just copy all the code from: require(DIR_WS_BOXES . 'shopping_cart.php'); in column_right.php to the end and then past it before the ?> at the end of column_left.php. Be sure to only have one ?> at the end. you then have to go to each page that refrences column_right and remove this 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 //--> </table></td> It is usually close to the end. good luck! My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Silverado05 Posted July 5, 2006 Posted July 5, 2006 Did you visit the site? He does't have a stock site nor does he even have right column. Its a scam to download crap to your computer DO NOT VISIT THE LINK ABOVE. Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.
TheTrueHero Posted July 5, 2006 Author Posted July 5, 2006 Are you kidding me? That's my test design, wow. And thanks bill, I'll try it.
TheTrueHero Posted July 5, 2006 Author Posted July 5, 2006 Anyways, this is what I have so far. As you can see, the tables are messed up, but I don't know what is doing it. The stuff in 'index.php' isn't that wide, and you can see empty space to the right and to the left of the main text there. Also, I completely removed all information in the left and right column bars, but I'm still hoping to integrate the left column bar with the navigation I already have on the left. Anyone? I'm pretty sure I've seen something similar to this before.
mtechama Posted July 5, 2006 Posted July 5, 2006 Anyways, this is what I have so far. As you can see, the tables are messed up, but I don't know what is doing it. The stuff in 'index.php' isn't that wide, and you can see empty space to the right and to the left of the main text there. Also, I completely removed all information in the left and right column bars, but I'm still hoping to integrate the left column bar with the navigation I already have on the left. Anyone? I'm pretty sure I've seen something similar to this before. Pualo does this site really have a virus on it? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
mtechama Posted July 5, 2006 Posted July 5, 2006 Dude This is a Fake Website it does have a Virus do not go to any of the links that TheTrueHero has posted. Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
TheTrueHero Posted July 5, 2006 Author Posted July 5, 2006 Are you kidding me? Where is there a virus?
mtechama Posted July 5, 2006 Posted July 5, 2006 All the links Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
TheTrueHero Posted July 5, 2006 Author Posted July 5, 2006 I'm uploading my backup...but when I click on the links nothing happens. A virus certainly doesn't download though.
mtechama Posted July 5, 2006 Posted July 5, 2006 I'm uploading my backup...but when I click on the links nothing happens. A virus certainly doesn't download though. try clicking services I got alot junk came up on my screen and tries to download something to my computer Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
TheTrueHero Posted July 5, 2006 Author Posted July 5, 2006 I just get a 404 error...maybe it's the banner exchange ads I have there?
eddieburroughs Posted July 7, 2006 Posted July 7, 2006 catalog/includes/column_left.php and catalog/includes/column_right.php If you want everything from the right moved to the left just copy all the code from: require(DIR_WS_BOXES . 'shopping_cart.php'); in column_right.php to the end and then past it before the ?> at the end of column_left.php. Be sure to only have one ?> at the end. you then have to go to each page that refrences column_right and remove this 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 //--> </table></td> It is usually close to the end. good luck! Thanks Bill for this bit of info I needed just this. I was wondering if the files to change were just the ones in the cataloge directory and not any other folders? I changed those in the catalue directory and everything so far seems to work. thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.