Author Topic: diferent size in diferent image items  (Read 3969 times)

Offline Gab

diferent size in diferent image items
« on: September 23, 2007, 01:13:13 pm »
well i search and cant find if can put a diferent size to every item (the image of the item)
so i request it as a addition if that feature already existe im sorry for posting this and plz tell me
but i would like to put diferent sizes to the diferent items images 

thx guys

Offline JungleFever

Re: diferent size in diferent image items
« Reply #1 on: November 16, 2007, 01:24:43 pm »
I was just about to post the same thing. LOL 

I would like different sizes also.  I added 3 categories...blinkies, avatars, & siggys to our shop.  I don't like only having 1 size because the blinkies on average are 150 x 20 pixels...avatars 100 x 100 & the siggy size we use is 300 x 300. 

With only having the option to set 1 size, 1 or more of those items isn't going to look good because it'll be either too big or too small in the preview.

Is there a way to have different sizes for different categories?   :-*

Offline JungleFever

Re: diferent size in diferent image items
« Reply #2 on: November 24, 2007, 10:43:12 pm »
Is there any way for us to have different sizes of images?  Thought I'd bump this up since nothing has been said yet.  Got members chasing after me trying to get me to do this quicker.  But, I don't know anything about coding so I can't do it myself. See, here's one member chasing after me now ------->   :2funny:  :2funny:

Offline Daniel15

Re: diferent size in diferent image items
« Reply #3 on: December 08, 2007, 04:31:22 pm »
To remove the size restriction, open Themes/default/Shop.template.php, and find:
border="0" width="', $modSettings['shopImageWidth'], '" height="', $modSettings['shopImageHeight'], '" src=

Replace with:
border="0" src=

Note: This occurs three times in the code. Make sure to change them all! :)

This will not impose any size restrictions on the images, and will use the full size.