- Posts: 976
- Thank you received: 153
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.
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 some translations not working (spoiler, confidential, hide)
Please Log in or Create an account to join the conversation.
fact is, that KunenaBBCode.php loads the language from an old place - even in K7.0.5
Factory::getApplication()->getLanguage()->load('com_kunena.libraries', JPATH_ADMINISTRATOR . '/components/com_kunena');
and there, by default, as rich20 had explained correctly, only the english language is stored.
this is what I said.
using the new (as given by Joomla directive) Factory::getApplication()->getLanguage()->load('com_kunena.libraries', JPATH_ADMINISTRATOR . '/language');
everything works best.
I think the makers of Kunenba will know if this (my statement) is correct or not.
for me I found a way to get the right translation
Please Log in or Create an account to join the conversation.
- Posts: 976
- Thank you received: 153
Maybe start with a clean installation somewhere (localhost) and retest.
Please Log in or Create an account to join the conversation.
do you have a new K7 installation or is it updated from earlier?
On a new installation, depending on the Joomla directive for languages folders and the given code
it can't work correct
may be your dutch translation stays in admin/components/com_kunena/languages from earlier installations?
I have startet a fresh install with K7.0.2 and so only EN is installed in the kunena admin folder.
this is the official install xml from the de language pack (similar in all languages)
<files folder="admin" target="administrator/language/de-DE">
<filename>com_kunena.controllers.ini</filename>
<filename>com_kunena.ini</filename>
<filename>com_kunena.models.ini</filename>
<filename>com_kunena.libraries.ini</filename>
<filename>com_kunena.sys.ini</filename>
<filename>com_kunena.views.ini</filename>
<filename>com_kunena.install.ini</filename>
</files>
<files folder="site" target="language/de-DE">
<filename>com_kunena.ini</filename>
<filename>com_kunena.models.ini</filename>
<filename>com_kunena.templates.ini</filename>
<filename>com_kunena.views.ini</filename>
<filename>kunena_tmpl_aurelia.ini</filename>
<filename>kunena_ckeditor.js</filename>
</files>
so, no languages files are stored in admin/components/com_kunena/language only in admin/language
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.
Hello,btw. @ xillibit
have you thought about to combine the the hidetext function with the thanks button (so text is only visible after a reg. member clicked thank you)?
(as seeing in many other forums, - ok it forces the thank you, but is no longer a valid thank you)
If we made such change, it needs a new setting because some users doesn't want this new behaviour
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.