- Posts: 225
- Thank you received: 12
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
Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the
download
page.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Question CKeditor
2 years 2 months ago - 2 years 2 months ago #230892
by Ratman
Sorry, I uploaded the files from my PROD stage. This is where some of my users witness the empty editor issue, but I cannot reproduce it by myself.
I just visited the lang folder in my STAGE site, and here only the english language file exists. I don't know why. Here is the ZIP with the stage language file:
I just visited the lang folder in my STAGE site, and here only the english language file exists. I don't know why. Here is the ZIP with the stage language file:
Last edit: 2 years 2 months ago by Ratman.
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230893
by Ratman
On my STAGE site I have a test account and I can reproduce the issue with it.
On my PROD site I cannot reproduce the error, but some users sent me screenshots where I could see the empty editor. With my own accounts (admin and a normal user) everything works well.The files are ok. How do you reproduce the error, since you had written that this error occurs for some users, but the editor works for you? I cannot reproduce this error, only a similar one when I remove or rename these plugins.
On my STAGE site I have a test account and I can reproduce the issue with it.
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230894
by rich
Important! Always create a backup before you make any changes to your website!
This zip file only contains the English language script. If several languages are installed in Joomla (in your case English and German), these language scripts must also be present in the "lang" folder.
But I think I have found the error. Have you ever created a customckeditor_config.js to change the language? If so, then comment out the code CKEDITOR.lang.languages={"en":1, "de":1}.
From
to
But I think I have found the error. Have you ever created a customckeditor_config.js to change the language? If so, then comment out the code CKEDITOR.lang.languages={"en":1, "de":1}.
From
Code:
CKEDITOR.lang.languages={"en":1, "de":1}.
Code:
// CKEDITOR.lang.languages={"en":1, "de":1}.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230895
by Ratman
No, there is no such line in my customckeditor_config.js , neither in the STAGE (see attachment) nor in my PROD site.
I just copied over the DE language file from the PROD to STAGE, but it did not change anything
I just copied over the DE language file from the PROD to STAGE, but it did not change anything
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
2 years 2 months ago #230898
by Pinkeltje
Did you try with Aurelia template?
I see you are using NTS Kunena template. Do you have the latest version?
I use an NTS Kunena template that still hasn't been updated to Kunena 6.2.4 unfortunately and discovered that in contrary to what rich said earlier CK editor isn't working if I disable
in customckeditor_config.js
When switching to Aurelia without custom editor file, CKEditor is working like expected.
So it might be template related.......
I see you are using NTS Kunena template. Do you have the latest version?
I use an NTS Kunena template that still hasn't been updated to Kunena 6.2.4 unfortunately and discovered that in contrary to what rich said earlier CK editor isn't working if I disable
Code:
CKEDITOR.lang.languages={"en":1, "de":1}
When switching to Aurelia without custom editor file, CKEditor is working like expected.
So it might be template related.......
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230900
by Ratman
Thanks a lot for this hint.
Switched to the Aurelia template, now on my STAGE site the issue is gone! I downloaded the latest version of the NTS KBee template, CKEditor is still working!
Let me check this on my PROD site, I'll keep you informed.
Switched to the Aurelia template, now on my STAGE site the issue is gone! I downloaded the latest version of the NTS KBee template, CKEditor is still working!
Let me check this on my PROD site, I'll keep you informed.
Please Log in or Create an account to join the conversation.
Time to create page: 0.273 seconds