- Posts: 28
- Thank you received: 0
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 The welcome message is still in english
I have changed the main language from english to french (1.0.9). Everything goes well except the welcome message ! It is still in english. I have checked the variable DEFINE('_KUNENA_SAMPLE_POST1_TEXT', '
it is in french in the french file... no problem
Should I remove the english file to solve the problem ?
I have red a thread in this forum and it seems it is possible to have multilanguages site...
Thank you
Please Log in or Create an account to join the conversation.
the message "_KUNENA_SAMPLE_POST1_TEXT" is insered in the database with a query when you install Kunena, If you replace the kunena.english.php in the kunena archive by kunena.french.php, you will have the message "_KUNENA_SAMPLE_POST1_TEXT" in french when you will install the archive.
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.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
l have change the line 40 in the kunena.install fileWhen you download Kunena, it's in a .zip. It's in this that you replace the language file.
include ($mainframe->getCfg('absolute_path') . '/administrator/components/com_kunena/language/kunena.french.php');
then I zipped the whole package. I uninstalled kunena component than I tried to install it again. The installation does not function with this error message "unknown archive type"
Please Log in or Create an account to join the conversation.