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
- HanKortekaas
-
- Offline
- Premium Member
-
- familiewapen
And I had the entry before the function. Suggestion is to add a few more words to the documentation in Faqs??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}
Han
Please Log in or Create an account to join the conversation.
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.
- HanKortekaas
-
- Offline
- Premium Member
-
- familiewapen
- 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}
- 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}
Han
Please Log in or Create an account to join the conversation.
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.
- HanKortekaas
-
- Offline
- Premium Member
-
- familiewapen
Han
Please Log in or Create an account to join the conversation.
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.