By shoulders on Friday, 24 February 2017
Posted in Technical Issues
Replies 10
Likes 0
Views 576
Votes 0
Hi

I have completed my RSFeedback plugin and made a really good tutorial.

https://quantumwarp.com/kb/articles/106-extension-development/889-rsfeedback-komento-plugin-and-integration-tutorial

- feedback welcome here https://stackideas.com/forums/integrate-komento-into-rsfeedback-tutorial

But 1 question boggles me. How do 3rd component developers get the Komento Tab translated without altering the komento ini file. Do they manually adding the translation into the database?

I will add this to my tutorial

Thanks

Jon
I am sorry for the misunderstood in earlier, can you check my attached screenshot below and see is it you referring this you updated that com_sample data?

If yes, I will discuss with our developer regarding this, if everything okay we will definitely update your useful note into our core file .../components/com_komento/komento_plugins/com_sample.php
·
Monday, 06 March 2017 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Woh, you did a great job and contributed those documentation at the same time !

But 1 question boggles me. How do 3rd component developers get the Komento Tab translated without altering the komento ini file. Do they manually adding the translation into the database?

They just need to do is manually add those language constant from Joomla language override section to translate those missing constant from backend.
·
Friday, 24 February 2017 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
I mean, how do they do it automatically?

If they dont do it automatically then i think an upgrade the the plugin would help.
·
Friday, 24 February 2017 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
I already consult with our developer regarding this, it seems like that was possible to allow 3rd party developer to add what language constant they want from the plugin file.

I will log this into our issue tracker and we will implement this in the next release version.
·
Friday, 24 February 2017 18:20
·
0 Likes
·
0 Votes
·
0 Comments
·
and update the sample file with this please
·
Friday, 03 March 2017 21:28
·
0 Likes
·
0 Votes
·
0 Comments
·
If you referring Komento integration tab translation, you can use this following method from your plugin :
[gist type="php"]
public function getTabTitle()
{
return JText::_('COM_KOMENTO_SETTINGS_TAB_COM_CONTENT_SETTINGS');
}
[/gist]
Ensure that your Komento running latest version.
·
Saturday, 04 March 2017 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
i think you read my response wrong.

within the komento component package the file com_sample.com need updating with my notes
·
Saturday, 04 March 2017 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

yeh that is the code.

This should really help the amateur developer.

cheers
·
Tuesday, 07 March 2017 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Tuesday, 07 March 2017 13:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post