I understand you perfectly.. What I am saying is that Zen Lightbox manages PRODUCT images.. NOT the navigation button images you are speaking of..
ZEN CART supports multiple languages, and if you want your buttons from your preferred language to appear, then this is the WRONG place to discuss this as this is not a Zen Lightbox related issue..
ETA: you really do need to create your own thread if you need further help on this. But looking at your old post I notice that this is the path for your buttons: /includes/templates/MYTEMPLATE/buttons/CZECH/zen_lightbox/closelabel.gif
This is the WRONG path. It should be: /includes/templates/MYTEMPLATE/buttons/YOUR_LANGUAGE/closelabel.gif and I don't know for SURE, but I believe it's case sensitive so it probably needs to be lower case like all your other language folders..
If you need further help on this PLEASE start a new thread.. This is NOT a Zen Lightbox issue you are having, and should not be posted in the Zen Lightbox SUPPORT thread..
Last edited by DivaVocals; 10 May 2012 at 07:34 PM.
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.
No no
I am not talking about Multiple languages in Zen Cart.
I am talking about multiple languages support for zen_lightbox only.
I have already found a solution here in this thread: http://www.zen-cart.com/showthread.p...ghtbox/page280
Took me a while to read so much.
PS: solutions is working perfectly though.
thanks.
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.
I'm having an SQL problem when upgrading from ZC 1.39 to 1.5. Running older version of lightbox on my 1.39 cart and I'm trying to install 1.64 to my 1.5 cart. Ran the uninstall sql for older version and I can install into cart and all works OK except when trying to run:
/*
zencart 1.5 mods
*/
INSERT INTO `admin_pages` (`page_key` ,`language_key` ,`main_page` ,`page_params` ,`menu_key` ,`display_on_menu` ,`sort_order`)VALUES
('configZenLightbox', 'BOX_CONFIGURATION_ZEN_LIGHTBOX', 'FILENAME_CONFIGURATION', CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi);
This results in an error as follows:
Forbidden
You don't have permission to access /shop/admin/sqlpatch.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I've looked through the history and found info on changing .htaccess but tried without success. Is there someting I'm miissing here and just being stupid?
Images display correctly on site just don't have the admin control that was working fine on 1.39.
Any help would be appreciated.
Did you run the fill install.sql, or just the last part?
You have to run the entire thing.
Thanks for your reply.
I ran the full sql install and got the error. Then tried running the 2 parts separately and could run the first part but not the second 1.5 mod. Tried it on both a new database and upgraded 1.39 database. I was a little confused why it had been separated but assume the latter is only required for 1.5 carts. I'm a little baffled and not sure what to try now.