Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    ny
    Posts
    630
    Plugin Contributions
    0

    Default extra images too small for image handler

    Not sure if this is the right category, When adding additional images I dont want to use image handler, I choose NO under the options but zen still does it, what can I do to override this??

    thanks.

  2. #2
    Join Date
    Oct 2005
    Location
    New Mexico
    Posts
    393
    Plugin Contributions
    0

    Default Re: extra images too small for image handler

    Don't upload the images.

  3. #3
    Join Date
    Sep 2005
    Location
    ny
    Posts
    630
    Plugin Contributions
    0

    Default Re: extra images too small for image handler

    You mean just FTP them?

  4. #4
    Join Date
    Feb 2005
    Location
    Germany
    Posts
    633
    Plugin Contributions
    2

    Default Re: extra images too small for image handler

    I think you mean you don't want to have additional images resized, right? You can't disable image handler partly. The resizing happens on page request so if you want to prevent images from being resized, you need to do it on page request. Actually no resizing at all is happening when you upload images. Never. Why do you want to disable it for additional images? I can't think of any reason but that's just me and I'd really like to know.

    If you really want to do this, have a look at /includes/extra_configures/bmz_image_handler_conf.php and you'll find two settings:

    Code:
    $ihConf['noresize_key']         = 'noresize';         //files which contain this string will not be resized
    $ihConf['noresize_dirs']        = array('noresize', 'banners'); //images in directories with these names within the images directory will not be resized.
    The first one means, you can add the noresize keyword to files you don't want to have resized. All you do is name your file e.g. flower_additional02_noresize.jpg (for a default image called flower.jpg) and your good. The second setting means you can upload the images to a noresize folder and the images won't be resized. You can only use the first way to prevent resizing in your case, because default and additional images need to be in the same folder.

    Cheers,
    Tim

  5. #5
    Join Date
    Sep 2005
    Location
    ny
    Posts
    630
    Plugin Contributions
    0

    Default Re: extra images too small for image handler

    HI tim I dont want them resized because image manager makes them soooooooooooooooooo tiny. Thats why thank you I will try your suggestions.

  6. #6
    Join Date
    Sep 2005
    Location
    ny
    Posts
    630
    Plugin Contributions
    0

    Default Re: extra images too small for image handler

    I tried this, I make a noresize folder in the images folder and it still resizes it.

    any other ideas?

 

 

Similar Threads

  1. v151 Image Handler - Extra BMZ folders for GoDaddy (and other cheapie hosts) users mod.
    By nigelt74 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 21 Jul 2013, 07:54 PM
  2. Small image Width.. (Please Help) - Image Handler
    By rlexyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Jul 2010, 01:10 AM
  3. how to modify the image SRC for image-handler images?
    By jason1116 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 2 Sep 2009, 01:00 PM
  4. Replies: 3
    Last Post: 30 May 2008, 09:40 PM
  5. making product detail display small image and have image handler rollover come up
    By bgingras in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Apr 2008, 11:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg