ETA on translation options in gk_contact?

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Jul 08, 2014 7:27 pm
Hello,
Long time no see :D
I hope you have nice summer.

I was wondering, any eta on the gk_contact component?

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Tue Jul 08, 2014 10:09 pm
Hello,

Sorry but currently we have no plans for this kind of component.
User avatar
Administrator

GK User
Tue Jul 08, 2014 10:38 pm
Hi,
I was thinking of GK Contact plugin.

My mistake. So any ETA of the possibility the address to be translatable?

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Wed Jul 09, 2014 11:19 am
Currently there is no plans for it. If you really need to use a multilanguage in this plugin you can replace the following line:

Code: Select all
$output .= $this->params->get('address_value');


to:

Code: Select all
$output .= JText::_('PLG_GKCONTACT_NAME_ADDRESS_DATA');


and then add in the language file line:

Code: Select all
PLG_GKCONTACT_NAME_ADDRESS_DATA="Your address"
User avatar
Administrator

GK User
Sun Jul 13, 2014 12:59 pm
EXCELLENT! Thanks Dziudek! :D

Gorast
User avatar
Platinum Boarder


cron