Guest Posted December 11, 2003 Share Posted December 11, 2003 I can find the file that holds the " Let's See What We Have Here" message. You see it when you make a selection under the "Catagories" section on the left. I just want to take out the image directly to the right of that " Let's See What We Have Here" message and find the file to edit. Thanks. Link to comment Share on other sites More sharing options...
Tariq Posted December 12, 2003 Share Posted December 12, 2003 Depending on what type of categories, and how many, you have, yui may want to try the Category Heading contrib. It allows your categories to have individual descriptions instead of only your main page, and echos the Category or sub category header to replace the "Whats here" message. One of these days, I will actually understand what I just changed... But reading the Manual DEFINATELY helps... Link to comment Share on other sites More sharing options...
Guest Posted December 12, 2003 Share Posted December 12, 2003 http://www.united-riders.com/catalog/index.php?cPath=21 My problem is I can't fix that dead image there nor can I find what file it's in. Anyone know?? Link to comment Share on other sites More sharing options...
dchockenberry Posted December 12, 2003 Share Posted December 12, 2003 just set image requirements to false and rename the image or delete it. the "Lets see what we have here" is in catalog/includes/languages/english.php or german.php or whatever.php Link to comment Share on other sites More sharing options...
ozEworks Posted December 12, 2003 Share Posted December 12, 2003 To find out what file it is. look at the category record. Under your Admin menu edit the category and see where the image is stored and what it is called. Instead of removing the image why not rename it to something elst and store a transparent pixel image in its place? There is a transparent pixel image in the images directory you can copy. That way, you can always add a picture later if you want really easily. Link to comment Share on other sites More sharing options...
ozEworks Posted December 12, 2003 Share Posted December 12, 2003 Don't forget to check your permissions on the image file! Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2003 Share Posted December 13, 2003 just a thought: you may try changing something in the index.php page under catalog/includes/languages/english directory you'll see a header defined as such define('HEADING_TITLE', 'Let\'s See What We Have Here'); just change the message or empty the quote to: define('HEADING_TITLE', ''); I'd do what he said with the image I'm still kinda new :P Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2003 Share Posted December 15, 2003 Well I cant figure this problem out. here is the English index.php file I'm getting this error now: Parse error: parse error, unexpected T_STRING in /var/www/html/united-riders/catalog/includes/languages/english/index.php on line 19 I just want this dead image to be removed: http://www.united-riders.com/catalog/index.php?cPath=21 I even relaced the index file to the orignal default one that came packaged and I still get the same dead image. Thanks! ------ <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'You have officially entered the United Riders Shop</b>.'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let's See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 ''); define('TEXT_NOW', '' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What's New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Link to comment Share on other sites More sharing options...
OceanRanch Posted December 15, 2003 Share Posted December 15, 2003 Don't use the admin->filemanger editor. Edit locally and ftp to server if you have to. Fix the single quotes in all of your defines with back slash \'. HTH Link to comment Share on other sites More sharing options...
Tariq Posted December 17, 2003 Share Posted December 17, 2003 the link for that file is here catalog/images/table_background_default.gif You need to reload that image, as it isnt defining any particular image for it your link is blank for what image it needs. catalog/images/ as far as the backslashes, I don't have any in mine anywhere in any defines and everything works fine As far as I know, you only need them in TEXT messages, not PHP stuff??? One of these days, I will actually understand what I just changed... But reading the Manual DEFINATELY helps... Link to comment Share on other sites More sharing options...
Guest Posted December 17, 2003 Share Posted December 17, 2003 well, i finally figured it out..... the image for that catagory didn't load properly. just went into the admin, selected the catagory, reloaded the image and all is fine!! Tthanks for all your help! Merry Christmas!!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.