- Posts: 1134
- Thank you received: 150
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Question Problems with posting here at k.org
I really can't do that anymore after the forum has been updated.
I can only post something here with the quick reply button.
So I also have contact with someone in the Netherlands who is experiencing the same problem)
So I hope @Rich or @xillibit will take a closer look at this.
I have been having a lot of trouble in my first post of this problem
I could post some attachments but don't ask me how I tried to make that clear with an image
www.kunena.org/forum/k-6-10-support/1680...ng-to-k6-1-3?start=0
L.v.d.A
Please Log in or Create an account to join the conversation.
I have also noticed long loading times when sending a post. The message itself is available quickly.
If it takes so long to send a message here on k.org, I do it with two tabs. After sending, I open "Recent Topics" in a second tab. When the post is available there, I close the first tab, which doesn't stop loading.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
I also tried to in my user environment
Edit User Information to change the editor and also the Frontend Language but it doesn't matter for posting a new message I really can't do that anymore.
can only do something with quick respond button
L.v.d.A
Please Log in or Create an account to join the conversation.
I put a movie on a test site so you can see how I tested it and I think that's why I .
Problems with posting here at k.org
joomleen.nl/ckeditor-fix
L.v.d.A
Please Log in or Create an account to join the conversation.
the line config.defaultLanguage = 'de'; inserted.
In your case nl should be entered instead of de.
In the aurelia template at BBCode at the very bottom at "Set name of prefix to load a custom configuration file for the CKEditor." I have entered custom.
You could also enter the line config.defaultLanguage directly in the ckeditor_config.js, but then it would be overwritten at each update.
Gindi
Please Log in or Create an account to join the conversation.
I will also try your solution locally but first time
that didn't work.
if i set it to english language "en" in the "ckeditor.js" then it works fine.
And on top of that it doesn't solve my problem for posting on original forum k.org because I can't do something like that there
L.v.d.A
Please Log in or Create an account to join the conversation.
But the "nl" does not cause any problems.
There should be something else.
Please Log in or Create an account to join the conversation.
in your solution you are talking about " I have copied the ckeditor_config.js to customckeditor_config.js and there between config.smilie_discriptions=""; and config.toolbarGroups = [
the line config.defaultLanguage = 'de'; inserted." and that doesn't work here locally.
And in your last answer you talk about "ckeditor.js"
and as the ckeditor.js modification in my video on the test site says it works well both live and locally.
Can you post an image of your modification here?
L.v.d.A
Please Log in or Create an account to join the conversation.
/**
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. Alle Rechte vorbehalten.
* Für die Lizenzierung, siehe ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.editorConfig = function( config ) {
// Definieren Sie hier Änderungen an der Standardkonfiguration. Zum Beispiel:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
// config.skin = 'moono-lisa';
config.smiley_descriptions="";
config.defaultLanguage = 'de';
config.toolbarGroups = [
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
{ name: 'forms', groups: [ 'forms' ] },
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] },
{ name: 'links', groups: [ 'links' ] },
{ name: 'insert', groups: [ 'insert' ] },
{ name: 'social', groups: [ 'social' ] },
{ name: 'styles', groups: [ 'styles' ] },
{ name: 'colors', groups: [ 'colors' ] },
{ name: 'tools', groups: [ 'tools' ] },
{ name: 'andere', gruppen: [ 'andere' ] },
{ name: 'about', groups: [ 'about' ] }
];
Der Eintrag in der Aurelia-Vorlage BBCode spalte:
Please Log in or Create an account to join the conversation.
that's how I did it
but i will go here all over again
download latest Joomla and kunena and create test site
L.v.d.A
Please Log in or Create an account to join the conversation.