Guest Posted April 22, 2005 Share Posted April 22, 2005 hey Im having problems with images Im wondering if i can edit the size of the thumbnail as it always shows in a square and squashes the picture 2nd question At the top of the browse it says os commerce is there any way i can edit it only i would like to edit it with my site title as i shall be submiting it via traffic blazer and needs to help out with keywords Regards Darren Link to comment Share on other sites More sharing options...
niknakgroup Posted April 22, 2005 Share Posted April 22, 2005 1 - images - if you look at the bit of code which calls your images, it will probably say SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT after it or something similar. Simply delete the SMALL_IMAGE_HEIGHT line and it will stay the same width but adjust the height according to the proportions of the original image. 2 - Take a look at this - http://www.oscommerce.com/community/contributions,207 - or search the contribs section for "meta" - there are laods of contribs which will sort out the title for you. Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem.... Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums..... if (stumped == true) { return(square_one($start_over) } else { $random_query = tep_fetch_answer($forum_query) } Link to comment Share on other sites More sharing options...
Guest Posted April 22, 2005 Share Posted April 22, 2005 1 - images - if you look at the bit of code which calls your images, it will probably say SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT after it or something similar. Simply delete the SMALL_IMAGE_HEIGHT line and it will stay the same width but adjust the height according to the proportions of the original image. 2 - Take a look at this - http://www.oscommerce.com/community/contributions,207 - or search the contribs section for "meta" - there are laods of contribs which will sort out the title for you. <{POST_SNAPBACK}> sorry to be think but what file do i need to edit hehe sorry :blush: Link to comment Share on other sites More sharing options...
Wendy James Posted April 22, 2005 Share Posted April 22, 2005 Actually to change the problem about the images being forced into a square shape go into your admin area, click on configuration then on images and either remove the height or width. this way it is only specifying one value and won't force it into a square. Just be sure your images are either all the same width or height... whichever you specify. and to change the name you just have to go into your admin and change your store name and open catalog/includes/langauges/english.php or whatever language file you are using and change where it says define('TITLE', 'oscommerce'); to define('TITLE', 'Your Store Name'); and for the keywords there are a bunch of contributions you can look through that helps with putting meta tags on your pages. just go to the contribution area and do a search for meta tags or page headings Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.