Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question ck editor language

More
2 years 5 months ago #230385 by HanKortekaas
Replied by HanKortekaas on topic ck editor language
Rich,as a non-programmer I made a mistake in setting the NL language. Your example for the customckeditor_config.js contained the code CKEDITOR.lang.languages={"en":1,"nl":1} within the function.

CKEDITOR.editorConfig = function( config ) {    // Define changes to default configuration here. For example:
    // config.language = 'nl';
    // config.uiColor = '#AADC6E';
    // config.skin = 'moono-lisa';
CKEDITOR.lang.languages={"en":1,"nl":1}

And I had the entry before the function. Suggestion is to add a few more words to the documentation in Faqs??

Han

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

More
2 years 5 months ago #230386 by xillibit
Replied by xillibit on topic ck editor language
The lines starting by // are just comment

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
2 years 5 months ago #230388 by HanKortekaas
Replied by HanKortekaas on topic ck editor language
The meaning of // is understood. What I meant is to add a few words in the documentation of the CKeditor where it says how to add another language
  • In order for this language to be displayed, the entry 
    Code:
    CKEDITOR.lang.languages={"en":1,"de":1}
    (instead “de” your language code) must be made into the customckeditor_config.js
For non-programmers it would have been much clearer if it also had stated where ; something like
  • In order for this language to be displayed, the entry 
    Code:
    CKEDITOR.lang.languages={"en":1,"de":1}
    (instead “de” your language code) in the function statement CKEDITOR.editorConfig = function( config ) { must be made into the customckeditor_config.js
I had made the entry in the file but before the function statement.
 

Han

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

More
2 years 5 months ago #230389 by xillibit
Replied by xillibit on topic ck editor language
i understand better, i can add a new setting in Kunena configuration to define the language that needs to be loaded by CKeditor so it will avoid to modifiy the customckeditor_config.js manually

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: HanKortekaas

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

More
2 years 5 months ago #230390 by HanKortekaas
Replied by HanKortekaas on topic ck editor language
If I may suggest that this language setting for the CKeditor  follows the website front-end language by default?

Han

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

More
2 years 5 months ago #230391 by xillibit
Replied by xillibit on topic ck editor language
In this case you need to have the corresponding language file of ckeditor present in the folder. But i can look if the language file can be installed in the same time that the language files of kunena (when you install the language pack of kunena)

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: HanKortekaas

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

Time to create page: 0.250 seconds