"mimages" <mimages.RemoveThis@NOSPAMspvision.com> wrote in message news:<ZH1kb.127961$eS5.120751@twister.tampabay.rr.com>...
> Thanks to Greg Hewitt-Long for his help on modifying the header images. Now,
> I'm looking for the source for the category and product images, so I can
> successfully size them a bit larger. Can someone point me to the correct
> file and location?
>
> Once again, thanks in advance.
you're welcome.
Your image sizes are stored in the databases - if you have phpmyadmin
or similar, this will be easy to change - if not, you will need to
know a bit of SQL, and delve into the database.
The data you need to alter is found in the configuration file of the
database - look in your oscommerce.sql... the lines are something like
this:
NSERT INTO configuration VALUES (51, 'Small Image Width',
'SMALL_IMAGE_WIDTH', '100', 'The pixel width of small images', 4, 1,
NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (52, 'Small Image Height',
'SMALL_IMAGE_HEIGHT', '80', 'The pixel height of small images', 4, 2,
NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (53, 'Heading Image Width',
'HEADING_IMAGE_WIDTH', '57', 'The pixel width of heading images', 4,
3, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (54, 'Heading Image Height',
'HEADING_IMAGE_HEIGHT', '40', 'The pixel height of heading images', 4,
4, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (55, 'Subcategory Image Width',
'SUBCATEGORY_IMAGE_WIDTH', '100', 'The pixel width of subcategory
images', 4, 5, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (56, 'Subcategory Image Height',
'SUBCATEGORY_IMAGE_HEIGHT', '57', 'The pixel height of subcategory
images', 4, 6, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (57, 'Calculate Image Size',
'CONFIG_CALCULATE_IMAGE_SIZE', 'true', 'Calculate the size of
images?', 4, 7, NULL, '2002-08-31 13:47:36', NULL,
'tep_cfg_select_option(array(\'true\', \'false\'),');
INSERT INTO configuration VALUES (58, 'Image Required',
'IMAGE_REQUIRED', 'true', 'Enable to display broken images. Good for
development.', 4, 8, NULL, '2002-08-31 13:47:36', NULL,
'tep_cfg_select_option(array(\'true\', \'false\'),');
INSERT INTO configuration VALUES (126, 'Medium image width',
'MEDIUM_IMAGE_WIDTH', '200', 'The width in pixels to be used for
medium size images', 4, 2, '2002-09-08 20:30:10', '2002-09-08
20:30:10', NULL, NULL);
INSERT INTO configuration VALUES (127, 'Medium Image Height',
'MEDIUM_IMAGE_HEIGHT', '160', 'The height in pixels of the medium size
image', 4, 2, '2002-09-08 20:52:59', '2002-09-08 20:32:12', NULL,
NULL);
Good luck!
regards
Greg
--
<a style='text-decoration: underline;' href="http://www.aaabusinesshosting.com" target="_blank">http://www.aaabusinesshosting.com</a> - hosting & ecommerce solutions<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: sizing osCommerce categories images