- Posts: 33
- Thank you received: 3
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
Question no editor showing
1 year 11 months ago - 1 year 11 months ago #231327
by olimpo88
Replied by olimpo88 on topic no editor showing
I have been reviewing and the problem, at least in my case, is that these variables arrive as a string that contains "undefined", for that reason it does not work, I do not know the structure of the component to change it, but I leave the message to report it , my temporary solution was to fix the language code.
Last edit: 1 year 11 months ago by olimpo88.
The following user(s) said Thank You: Ratman
Please Log in or Create an account to join the conversation.
1 year 10 months ago - 1 year 10 months ago #231456
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic no editor showing
Hello,
I don't how these can be undefined for, com_kunena.ckeditor_userdefaultlanguage there are default or default language in Joomla! so it can't undefined :
For com_kunena.ckeditor_joomladefaultlanguage it's language in Joomla!, it can't be undefined. There is always one set as default :
I don't how these can be undefined for, com_kunena.ckeditor_userdefaultlanguage there are default or default language in Joomla! so it can't undefined :
For com_kunena.ckeditor_joomladefaultlanguage it's language in Joomla!, it can't be undefined. There is always one set as default :
I don't provide support by PM, because this can be useful for someone else.
Last edit: 1 year 10 months ago by xillibit.
Please Log in or Create an account to join the conversation.
1 year 10 months ago #231507
by Goldie
Replied by Goldie on topic no editor showing
Hi,
I found the reason ! It happens to newly registered users. They get field in Joomla profile params language filled with "active". It used to be empty oder "en-US" etc.
This error happens when "active" is entered into new user profiles by Joomla.
I found the reason ! It happens to newly registered users. They get field in Joomla profile params language filled with "active". It used to be empty oder "en-US" etc.
This error happens when "active" is entered into new user profiles by Joomla.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 10 months ago #231510
by Pinkeltje
Replied by Pinkeltje on topic no editor showing
Then there is something wrong with your Joomla installation. Field should either be use default or chosen language.
Please Log in or Create an account to join the conversation.
1 year 10 months ago - 1 year 10 months ago #231512
by Goldie
Replied by Goldie on topic no editor showing
Hi,
that sounds strange to me. I use Joomla 5.1.1 and I find in components/com_users/forms/sitelang.xml
That does not look like a modification and seems like standard Joomla 5. I find that file in 3 different Joomla 5 installations.
that sounds strange to me. I use Joomla 5.1.1 and I find in components/com_users/forms/sitelang.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<form>
<fields name="params">
<fieldset name="params" label="COM_USERS_SETTINGS_FIELDSET_LABEL">
<field
name="language"
type="language"
label="COM_USERS_USER_FIELD_FRONTEND_LANGUAGE_LABEL"
client="site"
filter="cmd"
default="active"
/>
</fieldset>
</fields>
</form>
That does not look like a modification and seems like standard Joomla 5. I find that file in 3 different Joomla 5 installations.
Last edit: 1 year 10 months ago by Goldie.
Please Log in or Create an account to join the conversation.
1 year 10 months ago #231513
by Goldie
Replied by Goldie on topic no editor showing
To be 100% sure I've just downloaded a fresh J5.1.1 installation package, unziped and found exactly this form file in there.
So it is clear that J5.1.1 puts an "active" into new user profiles without selected language and Kunena 6.3.1 fails to recognize that as default language making ckeditor fail.
So it is clear that J5.1.1 puts an "active" into new user profiles without selected language and Kunena 6.3.1 fails to recognize that as default language making ckeditor fail.
Please Log in or Create an account to join the conversation.
Time to create page: 0.237 seconds