Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 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

Solved Bug and temporary fix report: Updating to 6.3.4 hides the message editor

More
1 year 6 months ago #232201 by koromilujoa
Updating Kunena 6.3.4 from 6.3.3, the message editor (ckeditor) becomes hidden.
 

I examined the reasons and found that the line 38 of the components/com_kunena/template/aurelia/layouts/widget/editor/ckeditor.php
was the cause.

I modified the line 38, from
$this->doc->addScriptOptions('com_kunena.ckeditor_joomladefaultlanguage', substr($joomlaLanguagecolor=#ff0000]3[/color, 0, 2));
to
$this->doc->addScriptOptions('com_kunena.ckeditor_joomladefaultlanguage', substr($joomlaLanguagecolor=#ff0000]0[/color, 0, 2));
, and Kunena comes to work properly.

My site runs with the Japanese translation.

With '$joomlaLanguagecolor=#ff0000]3[/color', the line generates
<script type="application/json" class="joomla-script-options loaded">... "com_kunena.ckeditor_joomladefaultlanguage":"jp", ... </script>
but with '$joomlaLanguagecolor=#ff0000]0[/color',
<script type="application/json" class="joomla-script-options loaded">... "com_kunena.ckeditor_joomladefaultlanguage":"ja", ... </script>

So I guess this bug may be concerned with the translation mechanism.

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

More
1 year 6 months ago #232202 by xillibit
Hello,

it's a known issue which has been fixed in developpement version of Kunena 6.3.5 : github.com/Kunena/Kunena-Forum/commit/92...4ce767f5d876280fdbeb

I don't provide support by PM, because this can be useful for someone else.

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

More
1 year 6 months ago #232203 by koromilujoa
Oh, I see.
Thank you for your reply!

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

Time to create page: 0.307 seconds