Lucky Bastard Posted April 27, 2004 Posted April 27, 2004 Hi guys, gals, As you can tell I am new here. I have started playing around with osCommerce for the first time today. Installed it on a test URL (see below) and have installed a couple of custome contributions, namely: Simple Template System Define Main Page Everything worked fine after this, then I went to install the Categopry Tab with Subs (CTS) custom contribution and all of a sudden I have got a stray drop down box (top left column of index page) which lists Catalog, Hardware, blah, blah, blah. It apepars just above the Categories infobox. MY TEST URL I am not sure if it has anything to do with that CTS contribution as I then backed out the changes detailed in the install readme file that came with the CTS contribution and as you can see the drop down box is still there. So this makes we wonder when this stray drop down box started to appear...just because I can't remember it being there before installing the CTS module (which is now backed out) doesn't mean it wasn't there before. Side not, if you are the author of the CTS I am in no way blaming you for this..basically it comes down to my NEWBIEness!! :) All I want to do is remedy this and remove this as it looks strange! :) Any help would be much appreciated! Also I should note that I have looked at the column_left.php (which is visually where it appears to sit in) and I can't see anything that would cause the stray drop down box there, the top of the code in that file reads : <?php /* $Id: column_left.php,v 1.1 2003/09/08 19:26:22 jhtalk Exp jhtalk $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // STS: ADD $sts_block_name = 'header2columnleft'; require(STS_RESTART_CAPTURE); // STS: EOADD if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } // STS: ADD $sts_block_name = 'categorybox'; require(STS_RESTART_CAPTURE); // STS: EOADD
Recommended Posts
Archived
This topic is now archived and is closed to further replies.