Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Solved Translate "Emoticons" in modal window

More
8 years 11 months ago - 8 years 11 months ago #183850 by hannes01
Hello,

I've spent more than an hour to find the language string for "Emoticons" in modal window



I believe I've searched all Kunena related language files, based on this: www.kunena.org/docs/en/languages/language-files

I even renamed ALL Kunena language files (my language & English language) to display the language key (instead of text) so that it could point me to the right file. No luck, it never showed the language key.

Sorry if I have missed it somehow, but is it translatable by current language files files at all?

Thanks,
Hannes

Everything about fishing & tackle: forum, local and international shop
Last edit: 8 years 11 months ago by hannes01.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #183855 by WolfgangOWL
The language key exists in the language files. The name is COM_KUNENA_EDITOR_EMOTICONS_LABEL. The point is that it is not used in the modal window.

Find this line:
<h3 id="myModalLabel">Emoticons</h3>
close to the end of this file:
/components/com_kunena/template/crypsis/layouts/topic/edit/editor/default.php
and replace it with this line:
<h3 id="myModalLabel"><?php echo JText::_('COM_KUNENA_EDITOR_EMOTICONS_LABEL') ?></h3>

This should fix the problem.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago - 8 years 11 months ago #183858 by hannes01
Excellent, thank you!

I hope this fix will be included in the next Kunena release,

Everything about fishing & tackle: forum, local and international shop
Last edit: 8 years 11 months ago by hannes01.

Please Log in or Create an account to join the conversation.

Time to create page: 0.482 seconds