Page 97 of 110 FirstFirst ... 47879596979899107 ... LastLast
Results 961 to 970 of 1096
  1. #961
    Join Date
    Feb 2010
    Posts
    159
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Thank you for all your hard work!!!

  2. #962
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by clydejones
    There will be changes required to the admin side in order for IH3 to work with 1.5

    notably ( image_handler_tools_dhtml.php ) will be deleted

    and replaced with a new datafile definition (
    Code:
    define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');
    )

    An sql statement will need to be run in order to register the page in the new 1.5 admin pages. (
    Code:
    INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('imageHandler', 'BOX_TOOLS_IMAGE_HANDLER', 'FILENAME_IMAGE_HANDLER', '', 'tools', 'Y', 999);
    )

    These change will make IH3 non-backward compatible with previous versions.

    Front end files will need to be compared and merged if necessary.

    I'll let you know how I fair with the testing.
    Hi Clyde,

    I am trying to install IH3 on a new 1.5 site.

    I have everything in the right locations (I think) but I seem to be unclear as to the changes.

    I removed image_handler_tools_dhtml.php from myadmin/includes/boxes/extra_boxes and added a image_handler.php with

    define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

    as it's content. I placed that image_handler.php in the same place as the deleted file. I get the tools entry but



    I moved the file to myadmin/includes/languages/english/extra_definitions and still get the same error.

    Not sure if I named the file correctly of if I should have replaced the code in image_handler_tools_dhtml.php with the

    define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

    and left the file name the same?

    If I get it figured out, I will be glad to add my input as to how well it works. If you would rather that I wait until you get it tested and posted, that will work also.
    Dennis
    www.stampdays.com
    Over 80,000 stamps and still growing!

  3. #963

    Default Re: Image Handler 3 Support Thread

    IH3 is not compatible with Zen Cart 1.5. Period.


    A read through this thread (even as recently as the last two days worth of posts), you would have seen that a new version of IH named Image Handler 4 has been completed and submitted to the downloads section of the support forum. It is expected to become available for download soon.

    Once that happens, an announcement will be made here, along with a link to the new support thread.

    IH4 has been completely redone for both 1.5 compatibility and easier installation and use. You are strongly advised to subscribe to this thread wait for the announcement that the new version is available.

    Further posts addressed to Clyde are fruitless, as very sadly, he has passed away


    Quote Originally Posted by awhfy99 View Post
    Hi Clyde,

    I am trying to install IH3 on a new 1.5 site.

    I have everything in the right locations (I think) but I seem to be unclear as to the changes.

    I removed image_handler_tools_dhtml.php from myadmin/includes/boxes/extra_boxes and added a image_handler.php with

    define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

    as it's content. I placed that image_handler.php in the same place as the deleted file. I get the tools entry but



    I moved the file to myadmin/includes/languages/english/extra_definitions and still get the same error.

    Not sure if I named the file correctly of if I should have replaced the code in image_handler_tools_dhtml.php with the

    define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

    and left the file name the same?

    If I get it figured out, I will be glad to add my input as to how well it works. If you would rather that I wait until you get it tested and posted, that will work also.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by awhfy99 View Post
    Hi Clyde,

    I am trying to install IH3 on a new 1.5 site.

    I have everything in the right locations (I think) but I seem to be unclear as to the changes.

    I removed image_handler_tools_dhtml.php from myadmin/includes/boxes/extra_boxes and added a image_handler.php with

    define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

    as it's content. I placed that image_handler.php in the same place as the deleted file. I get the tools entry but



    I moved the file to myadmin/includes/languages/english/extra_definitions and still get the same error.

    Not sure if I named the file correctly of if I should have replaced the code in image_handler_tools_dhtml.php with the

    define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

    and left the file name the same?

    If I get it figured out, I will be glad to add my input as to how well it works. If you would rather that I wait until you get it tested and posted, that will work also.
    Quote Originally Posted by ScriptJunkie View Post
    IH3 is not compatible with Zen Cart 1.5. Period.


    A read through this thread (even as recently as the last two days worth of posts), you would have seen that a new version of IH named Image Handler 4 has been completed and submitted to the downloads section of the support forum. It is expected to become available for download soon.

    Once that happens, an announcement will be made here, along with a link to the new support thread.

    IH4 has been completely redone for both 1.5 compatibility and easier installation and use. You are strongly advised to subscribe to this thread wait for the announcement that the new version is available.

    Further posts addressed to Clyde are fruitless, as very sadly, he has passed away
    Thanks ScriptJunkie..


    **Walks away shaking her head**

    and to think that some people have criticized me for CONSTANTLY posting the message "Read/Search the support thread BEFORE posting.."

    **sigh**
    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.

  5. #965
    Join Date
    Dec 2006
    Location
    Augusta, GA
    Posts
    72
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Very sorry to hear the news.

  6. #966
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by ScriptJunkie View Post
    IH3 is not compatible with Zen Cart 1.5. Period.



    A read through this thread (even as recently as the last two days worth of posts), you would have seen that a new version of IH named Image Handler 4 has been completed and submitted to the downloads section of the support forum. It is expected to become available for download soon.

    Once that happens, an announcement will be made here, along with a link to the new support thread.

    IH4 has been completely redone for both 1.5 compatibility and easier installation and use. You are strongly advised to subscribe to this thread wait for the announcement that the new version is available.

    Further posts addressed to Clyde are fruitless, as very sadly, he has passed away
    FYI

    I did read everything before I started on this on the 1st but I quess my timing was off a tad. Sorry about not catching up on the new posts, just been a little busy lately!
    Dennis
    www.stampdays.com
    Over 80,000 stamps and still growing!

  7. #967
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Image Handler 3 Support Thread

    When will IH4 be available for download

  8. #968
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by CnTGifts View Post
    When will IH4 be available for download
    look at the post just above yours.

    I too would like to congratulate and thank all those who have put so much effort into this mod. It is one of the few that we really like.

    Is there a way to buy those involved some coffee?

  9. #969
    Join Date
    Nov 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    woho its up for download. i was the 9th downloader lol

    http://www.zen-cart.com/index.php?ma...oducts_id=2098

  10. #970
    Join Date
    Jan 2012
    Posts
    48
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    How to uninstall IH3 on zen cart 1.5?

 

 
Page 97 of 110 FirstFirst ... 47879596979899107 ... LastLast

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. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  3. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  4. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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