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.

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.

Question some translations not working (spoiler, confidential, hide)

More
2 weeks 1 day ago - 2 weeks 1 day ago #235009 by Pinkeltje
Then there must be something wrong with your installation/configuration. Just tested on my Dutch forum and everything is nicely translated into Dutch. 


Last edit: 2 weeks 1 day ago by Pinkeltje.

Please Log in or Create an account to join the conversation.

More
2 weeks 20 hours ago #235010 by joomod
I don't know about installation's error.
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.

More
2 weeks 15 minutes ago #235013 by Pinkeltje
Glad it works for you, but since it works correctly for others out of the box, the cause is specific to your installation. Editing core files is not recommended as it will cause issues on future updates.
Maybe start with a clean installation somewhere (localhost) and retest.

Please Log in or Create an account to join the conversation.

More
1 week 6 days ago - 1 week 6 days ago #235014 by joomod
simple question:
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
Last edit: 1 week 6 days ago by joomod.

Please Log in or Create an account to join the conversation.

More
1 week 6 days ago #235015 by Pinkeltje

Please Log in or Create an account to join the conversation.

More
1 week 19 hours ago #235026 by xillibit

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)

 
Hello,

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.

Time to create page: 0.268 seconds