- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- 'Click to open' message not multi language
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
'Click to open' message not multi language
- gtherm
- Topic Author
- Offline
- New Member
Less
More
16 years 9 months ago - 16 years 9 months ago #12435
by gtherm
'Click to open' message not multi language was created by gtherm
Hi, the SIGP mambot is multi-language (except for the captions but that can be changed,
see this post
) but why so have this 'Click to open' message ?
This looks like an english message for me and if I want to put in another language I can do it, but only in one language. My website is available in 7 languages thanks to joomfish. Is there a simple way to to make this message multi-language ?
By the way, I was only interested in the Thickbox method but to make it work on all browsers I had to replace the default Jquery.js file with the latest official one. Maybe this can help some others here... Only drawback the file gets inflated up to +97ko instead of 20...
This looks like an english message for me and if I want to put in another language I can do it, but only in one language. My website is available in 7 languages thanks to joomfish. Is there a simple way to to make this message multi-language ?
By the way, I was only interested in the Thickbox method but to make it work on all browsers I had to replace the default Jquery.js file with the latest official one. Maybe this can help some others here... Only drawback the file gets inflated up to +97ko instead of 20...
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
16 years 9 months ago #12436
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: 'Click to open' message not multi language
Hi my friends!
I'm afraid this is the price for all of us to use a js library from others developers!
Off course the jquery is the best js library never made, but need also to update the library any time they update their release!
Thank you for the report!
I'm afraid this is the price for all of us to use a js library from others developers!
Off course the jquery is the best js library never made, but need also to update the library any time they update their release!
Thank you for the report!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- gtherm
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
16 years 9 months ago - 16 years 9 months ago #12437
by gtherm
Replied by gtherm on topic Re: 'Click to open' message not multi language
You are welcome ! But ... You didn't answer my question ! :'(
By the way, a simple solution for my 'Click to open' message issue would be to clear the field, thus removing the message. But if I do so the field defaults to the initial message !
By the way, a simple solution for my 'Click to open' message issue would be to clear the field, thus removing the message. But if I do so the field defaults to the initial message !
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
16 years 9 months ago #12438
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: 'Click to open' message not multi language
Hi my friend!
You can use the "DEFINE" method ( used from Joomla itself )
Open the language files of joomla and insert the new DEFINES
and after that, at sip pro plugin file, you put this define at the plase of the string "Click to open"
Thank you!
You can use the "DEFINE" method ( used from Joomla itself )
Open the language files of joomla and insert the new DEFINES
define( '_SIGPRO_CLICK_TO_OPEN', 'Click to open' );
and after that, at sip pro plugin file, you put this define at the plase of the string "Click to open"
$clickopen = $param->get('clickopen', 'Click to open image!');
$clickopen = $param->get('clickopen', _SIGPRO_CLICK_TO_OPEN);
Thank you!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- gtherm
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
16 years 9 months ago #12439
by gtherm
Replied by gtherm on topic Re: 'Click to open' message not multi language
Thank you very much ;)
Please Log in or Create an account to join the conversation.
- Andreas Saller
- Offline
- New Member
Less
More
- Posts: 1
14 years 8 months ago #12440
by Andreas Saller
Replied by Andreas Saller on topic Re: 'Click to open' message not multi language
Hi there,
using pro version 2.0.5
where can I find:
thanks,
Andy
using pro version 2.0.5
where can I find:
it is not in the main file jw_sigpro.php$clickopen = $param->get('clickopen', 'Click to open image!');
thanks,
Andy
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
14 years 8 months ago #12441
by Yiota
Replied by Yiota on topic Re: 'Click to open' message not multi language
The 2.0.5 version has a language file called en-GB.plg_content_jw_sigpro.ini. There you can find the Click to open image!. You need to have multiple language files per language you use with the appropriate translation in them.
Please Log in or Create an account to join the conversation.
- simdimac
- Offline
- New Member
Less
More
- Posts: 1
14 years 8 months ago #12442
by simdimac
Replied by simdimac on topic Re: 'Click to open' message not multi language
Hello,
I edit the En-GB.plg_content_jw_sigpro but nothing happened after upload it seems like the text 'Click to open image!' generated from different file. (En-GB.plg_content_jw_sigpro was not in the folder originaly i moved file manualy because plugin install didnt do it. I just want to delete this line or replace it with ZOOM...
I edit the En-GB.plg_content_jw_sigpro but nothing happened after upload it seems like the text 'Click to open image!' generated from different file. (En-GB.plg_content_jw_sigpro was not in the folder originaly i moved file manualy because plugin install didnt do it. I just want to delete this line or replace it with ZOOM...
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
14 years 8 months ago #12443
by Yiota
Replied by Yiota on topic Re: 'Click to open' message not multi language
I'm sorry, my mistake. I didn't specify where the language file was exactly. The language file you are searching is inside the administrator/language/en-GB/en-GB.plg_content_jw_sigpro.ini.
Please Log in or Create an account to join the conversation.
- Oceanwatcher
- Offline
- Elite Member
Less
More
- Posts: 175
14 years 4 months ago #12444
by Oceanwatcher
Replied by Oceanwatcher on topic Re: 'Click to open' message not multi language
Hmm.... I think this should actually be reported as a bug.
Anything that shows up in the site for visitors should logically be under the language folder, not under administrator/language.
To keep the translation of front end and back end in one file is bad usability.
Can we have this fixed in the upcoming version that has (again) been announced by Fotis (on Twitter)? :-)
Anything that shows up in the site for visitors should logically be under the language folder, not under administrator/language.
To keep the translation of front end and back end in one file is bad usability.
Can we have this fixed in the upcoming version that has (again) been announced by Fotis (on Twitter)? :-)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- 'Click to open' message not multi language