Guest Posted January 13, 2005 Posted January 13, 2005 Ok - here is my site - http://www.neblinarecords.com/catalog/index.php What i'd like to do is move the info box from the left column to the top of the right column. I thought this stuff was supposed to be in my includes/column_right.php file... this is all the code that is currently in there (including my addition for the information box): // STS: ADD $sts_block_name = 'columnleft2columnright'; require(STS_RESTART_CAPTURE); // STS: EOADD require(DIR_WS_BOXES . 'information.php'); // STS: ADD $sts_block_name = 'informationbox'; require(STS_RESTART_CAPTURE); // STS: EOADD require(DIR_WS_BOXES . 'reviews.php'); // STS: ADD $sts_block_name = 'reviewsbox'; require(STS_RESTART_CAPTURE); What is that columnleft2columnright thing about? Anybody have any clue as to what im doing wrong? Thanks.
boxtel Posted January 13, 2005 Posted January 13, 2005 Ok - here is my site - http://www.neblinarecords.com/catalog/index.php What i'd like to do is move the info box from the left column to the top of the right column. I thought this stuff was supposed to be in my includes/column_right.php file... this is all the code that is currently in there (including my addition for the information box): // STS: ADD $sts_block_name = 'columnleft2columnright'; require(STS_RESTART_CAPTURE); // STS: EOADD require(DIR_WS_BOXES . 'information.php'); // STS: ADD $sts_block_name = 'informationbox'; require(STS_RESTART_CAPTURE); // STS: EOADD require(DIR_WS_BOXES . 'reviews.php'); // STS: ADD $sts_block_name = 'reviewsbox'; require(STS_RESTART_CAPTURE); What is that columnleft2columnright thing about? Anybody have any clue as to what im doing wrong? Thanks. <{POST_SNAPBACK}> well, you installed STS, you should know. Treasurer MFC
Guest Posted January 13, 2005 Posted January 13, 2005 LOL. Actually i didn't. It was part of a template that I downloaded... so i guess that is what is controlling my box placement?
boxtel Posted January 13, 2005 Posted January 13, 2005 LOL. Actually i didn't. It was part of a template that I downloaded... so i guess that is what is controlling my box placement? <{POST_SNAPBACK}> sure, I suggest you download the STS contribution and see if there is any documentation to go with it. Treasurer MFC
Guest Posted January 13, 2005 Posted January 13, 2005 Figured it out. For my newbies out there, STS is a really cool thing... it lets you very very easily change the layout of your site... you can move the order of all your boxes in like 2 seconds. Nice :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.