- Posts: 12287
- Thank you received: 2535
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
I have added an image.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
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
(instead “de” your language code) must be made into the customckeditor_config.jsCode:CKEDITOR.lang.languages={"en":1,"de":1}I had made the entry in the file but before the function statement.
- In order for this language to be displayed, the entry
(instead “de” your language code) in the function statement CKEDITOR.editorConfig = function( config ) { must be made into the customckeditor_config.jsCode:CKEDITOR.lang.languages={"en":1,"de":1}
docs.kunena.org/en/faq/ckeditor-configur...#change-the-language
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
What i need to do it's to regenerate a build with the ckeditor online builder by selecting all languages to have all them with plugins strings integrated
I will try to finish my change for K6.2.4 to have the language for ckeditor loaded in fonction of user language defined in his profile
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.
- Posts: 976
- Thank you received: 153
Please Log in or Create an account to join the conversation.
We need to think about how to integrate others skins or make it availaible in separate way
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.
I have just finished to implement it in the developpement of K6.2, for ones want to test it : update.kunena.org/nightlybuilds/pkg_kune...4-DEV_2024-01-17.zip and update.kunena.org/nightlybuilds/pkg_kune...4-DEV_2024-01-17.zipFIY : if you download the language file of your language (nl, de, fr...) directly from the repo of CKeditor4 : github.com/ckeditor/ckeditor4/tree/master/lang then you will a javascript error. Because the language files doesn't integrate the strings of plugins which is done by the ckeditor online builder
What i need to do it's to regenerate a build with the ckeditor online builder by selecting all languages to have all them with plugins strings integrated
I will try to finish my change for K6.2.4 to have the language for ckeditor loaded in fonction of user language defined in his profile
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.
- Posts: 976
- Thank you received: 153
Please Log in or Create an account to join the conversation.