Kunena 7.0.4 Released

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

More
1 year 8 months ago #231963 by Hifi2you
Replied by Hifi2you on topic Cant make topic
I just have to wait for the next update.
Or wait for a Danish language file to arrive without errors.
I can't remove the Danish language file, can I? Or install the previous file?

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

More
1 year 8 months ago #231964 by Pinkeltje
Replied by Pinkeltje on topic Cant make topic
As said: create a bug report on Github otherwise developpers won't know there is something wrong and the error will still be present in next release.

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

More
1 year 8 months ago #231969 by Pinkeltje
Replied by Pinkeltje on topic Cant make topic
I've made a bug report for you. Found the culprit, but not sure my solution is the right one.

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

More
1 year 8 months ago - 1 year 8 months ago #231971 by Hifi2you
Replied by Hifi2you on topic Cant make topic

As said: create a bug report on Github otherwise developpers won't know there is something wrong and the error will still be present in next release.
I thought this forum was for that kind of thing and they looked here  But thanks
Last edit: 1 year 8 months ago by Hifi2you.

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

More
1 year 8 months ago #231972 by Pinkeltje
Replied by Pinkeltje on topic Cant make topic
When it is a bug it is better to report on Github.

Solution:
Replace line 38 in template/aurelia/layouts/widget/editor/ckeditor.php
original
Code:
$this->doc->addScriptOptions('com_kunena.ckeditor_joomladefaultlanguage', substr($joomlaLanguage[3], 0, 2));
by
Code:
$this->doc->addScriptOptions('com_kunena.ckeditor_joomladefaultlanguage', substr($joomlaLanguage[2], 0, 2));

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

More
1 year 8 months ago #231979 by rich
Replied by rich on topic Cant make topic
@Hifi2you
Do you have ftp access to your page? If so, download my uploaded zip file and unzip it. Replace the ckeditor.php with it.
The path is:
/components/com_kunena/template/aurelia/layouts/widget/editor/ckeditor.php

 

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.240 seconds