Page 674 of 710 FirstFirst ... 174574624664672673674675676684 ... LastLast
Results 6,731 to 6,740 of 7099
  1. #6731

    Default Re: Image Handler 2 Support

    No change
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  2. #6732
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Just want to make sure I understand what it is that this code resolves:

    1. Convert lowercase file extensions to lowercase (JPG to jpg OR PNG to png)
    2. If the file extension = jpeg, covert it to jpg

    Am I understanding this correctly??? If so I'll add to the code, and we can all test to be sure we get the same results..
    jpeg code doesn't work for me, drat I'll actually have to think about it.
    Webzings Design
    Semi retired from Web Design

  3. #6733
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ScriptJunkie View Post
    Ok...because all my file extensions are uniform, here's what I did to prepare my site to test this bit of code change:

    For the images on this page, I used FTP to make the following changes:

    • main image file extension kept as .jpg
    • first additional image file extension changed to .JPG
    • second additional image file extension changed to .jpeg
    • cleared the bmz_cache folder
    • uploaded the new file you FTP'd over (which, except for the comments you added, is identical to the changes I made based on this thread discussion)

    Then I cleared the browser cache and relaunched the browser. Went to the above page and no additional images show.

    Did you make a change to more than one file? (I didn't upload the entire package...just the ih_manager.php file)
    the changes mentioned, only effect images uploaded via image handlers add additional image thingie in admin, it doesn't touch any files that have been ftpd.

    for instance if you upload an image called bob.JPG (via the additional images) it will be renamed to bob.jpg

    actually I wonder what happens if you first product image added in the add products section is bob.JPG


    -------------------------------------------Edit

    Problem

    if your first image is .JPG, then the code addition will make your next image you add (via additional images) a .jpg, and therefore invisible in the store
    Last edited by nigelt74; 18 Apr 2011 at 01:28 AM.
    Webzings Design
    Semi retired from Web Design

  4. #6734

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    the changes mentioned, only effect images uploaded via image handlers add additional image thingie in admin, it doesn't touch any files that have been ftpd.

    for instance if you upload an image called bob.JPG (via the additional images) it will be renamed to bob.jpg

    actually I wonder what happens if you first product image added in the add products section is bob.JPG
    I wanted to try and test that (delete the images and re-upload via IH's image uploading functionality...but before I can do it, I have to change the file extensions on my computer. BUT, when I try and do that, windows insists on putting them all back to .jpg...i.e. when I take a .jpg file and rename it .JPG, Windows defaults it back to .jpg.

    Grrrr
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  5. #6735
    Join Date
    Apr 2008
    Posts
    38
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    I install serval ZC139 for this module 2.0 Rev 8d

    most of them can't work!! The install is very simply, I don't know why they can't work. admin setting is correct.

    Best Regards,

  6. #6736
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by sunrise99 View Post
    I install serval ZC139 for this module 2.0 Rev 8d

    most of them can't work!! The install is very simply, I don't know why they can't work. admin setting is correct.

    Best Regards,
    1) Provide a link
    2) Explain what is not working
    3) Did you rename all the Your_template directories to match the name of your template
    Webzings Design
    Semi retired from Web Design

  7. #6737
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by sunrise99 View Post
    I install serval ZC139 for this module 2.0 Rev 8d

    most of them can't work!! The install is very simply, I don't know why they can't work. admin setting is correct.

    Best Regards,
    Quote Originally Posted by nigelt74 View Post
    1) Provide a link
    2) Explain what is not working
    3) Did you rename all the Your_template directories to match the name of your template
    What nigel said.. Which is pretty much the same thing I told you when I replied to your initial post here:
    http://www.zen-cart.com/forum/showpo...postcount=6703

    Telling us "it's broken" tells us nothing.. You need to go back over the readme, check your install and then come back and provide DETAILS as nigel has suggested..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #6738
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    jpeg code doesn't work for me, drat I'll actually have to think about it.
    Quote Originally Posted by nigelt74 View Post
    Problem

    if your first image is .JPG, then the code addition will make your next image you add (via additional images) a .jpg, and therefore invisible in the store
    **nods in agreement** so I will be rolling both of those changes back..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #6739
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Okay.. I rolled back the JPEG change, but the case change I have no problem working regardless as to which image was uploaded first. If the 1st image uploaded is uppercase, it converts to lowercase, and vice versa..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #6740
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Okay.. I rolled back the JPEG change, but the case change I have no problem working regardless as to which image was uploaded first. If the 1st image uploaded is uppercase, it converts to lowercase, and vice versa..
    Not if the first image is uploaded via the "add new product" page, the image in that case will retain its case.

    So your main image is bob.JPG (uploaded via the new product page)
    when you add an additional image it will be named
    bob_01.jpg
    Which won't show up in the storefront because the extension is a different case

    But i've just emailed you an alteration that will make all uploaded additional images have the same extensions (providing they are the same filetype)as the main image for that product.

    So if your base image is bob.jpg

    And you upload the additional image bill.JPEG it will be renamed to bob_01.jpg

    or if your base image is bob.jpeg

    And you upload the additional image bill.JPG it will be renamed to bob_01.jpeg
    Webzings Design
    Semi retired from Web Design

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR