Re: Image Handler 3 Support Thread
Thank you for all your hard work!!! :cheers: :jump:
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.
:unsure: 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
http://www.stampdays.com/bes/images/IH3 result.gif
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.
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
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.
:unsure: 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
http://www.stampdays.com/bes/images/IH3 result.gif
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.
Re: Image Handler 3 Support Thread
Quote:
Originally Posted by
awhfy99
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.
:unsure: 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
http://www.stampdays.com/bes/images/IH3%20result.gif
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
Thanks ScriptJunkie..:clap:
:no: **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**
Re: Image Handler 3 Support Thread
Very sorry to hear the news.
Re: Image Handler 3 Support Thread
Quote:
Originally Posted by
ScriptJunkie
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!
Re: Image Handler 3 Support Thread
When will IH4 be available for download
Re: Image Handler 3 Support Thread
Quote:
Originally Posted by
CnTGifts
When will IH4 be available for download
:frusty: 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?
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
Re: Image Handler 3 Support Thread
How to uninstall IH3 on zen cart 1.5?