Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please Read This First:


This category is only for discussing add-on software products for K 3.0 that were obtained on the download page . Topics about other products obtained from other sources will be deleted.

Other add-ons that were developed by the Kunena team - but no longer maintained - are available on an "as is" basis. People who use these products do so at their own risk.

This category is for the community to share their experiences and to develop their own solutions to problems that they may encounter. Please note that the adminstrators and team moderators are not obligated to reply to topics in this category.

Solved Translation problem with login module

More
9 years 11 months ago #1 by polleke
Hi,
i have a problem with the login module.
The 3 line down under are not translated to dutch.
See:
Forgot your password?
Forgot your username?
Create an account

You can have a look at www.broos.org

i use this file : nl-NL.mod_kunenalogin.ini
in the file you can find :
MOD_KUNENALOGIN_FORGOT_PASSWORD="Wachtwoord vergeten?"
MOD_KUNENALOGIN_FORGOT_USERNAME="Gebruikersnaam vergeten?"
MOD_KUNENALOGIN_CREATE_ACCOUNT="Maak een account aan"

can someone tell me what is wrong ?

regard Jan

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

More
9 years 11 months ago #2 by 810
Go to backend - languages -set dutch to default language

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

More
9 years 11 months ago - 9 years 11 months ago #3 by polleke
It is allready on dutch.

Attachments:
Last edit: 9 years 11 months ago by polleke.

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

More
9 years 11 months ago #4 by polleke
I found out that in the module source there is not a reference to the module translation file but to nl-NL.com_kunena.templates.ini
Code:
<ul class="klogin-logoutlink"> <li class="klogin-forgotpass"> <a href="<?php echo $this->lostPasswordUrl ?>" rel="nofollow"><?php echo JText::_('COM_KUNENA_PROFILEBOX_FORGOT_PASSWORD') ?></a> </li> <li class="klogin-forgotname"> <a href="<?php echo $this->lostUsernameUrl ?>" rel="nofollow"><?php echo JText::_('COM_KUNENA_PROFILEBOX_FORGOT_USERNAME') ?></a> </li> <?php if ($this->registerUrl) : ?> <li class="klogin-register"> <a href="<?php echo $this->registerUrl ?>" rel="nofollow"><?php echo JText::_('COM_KUNENA_PROFILEBOX_CREATE_ACCOUNT') ?></a> </li> <?php endif; ?> </ul>

But it is still english not dutch.
:(

Any one ?

regards Jan

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

More
9 years 11 months ago #5 by polleke
I added some source at the end of the module:
Code:
$lang = JFactory::getLanguage(); echo 'Current language is: ' . $lang->getName();

It says :
Current language is: Dutch (NL)

So that looks ok.

in the language file 'language/nl-NL/nl-NL.com_kunena.templates.ini' it says:
COM_KUNENA_PROFILEBOX_CREATE_ACCOUNT="Maak een account aan"
COM_KUNENA_PROFILEBOX_FORGOT_PASSWORD="Wachtwoord vergeten?"
COM_KUNENA_PROFILEBOX_FORGOT_USERNAME="Gebruikersnaam vergeten?"

Strange Strange

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

More
9 years 11 months ago #6 by polleke
If i set language debug on : i get the following not translated errors:
# JROOT/modules/mod_kunenalogin/tmpl/default.php

COM_KUNENA_PROFILEBOX_CREATE_ACCOUNT="KUNENA PROFILEBOX CREATE ACCOUNT"
COM_KUNENA_PROFILEBOX_FORGOT_PASSWORD="KUNENA PROFILEBOX FORGOT PASSWORD"
COM_KUNENA_PROFILEBOX_FORGOT_USERNAME="KUNENA PROFILEBOX FORGOT USERNAME"

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

More
9 years 11 months ago #7 by 810
On the top is not the login module. Its just the basic kunena. Please install Kunena Language Package.

joomlacode.org/gf/download/frsrelease/19...3.0.5_2014-03-09.zip

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

More
9 years 11 months ago #8 by polleke
i am sorry,
i do not understand what you mean.
You may explain in dutch. As i think you are :-)

regard Jan

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

More
9 years 11 months ago #9 by 810
English: on the top off kunena, you see the login. but thats not the login module.

Dutch: Bovenaan kunena zie je de login, maar dat is niet de login module. Je mist bepaalde vertalingen. Dus je moet de Kunena Language Package installeren. Als het goed is, is het opgelost.

Maar ik denk van niet, omdat je vorige keer ook al problemen had, dat betekend dat de map rechten niet goed staan.

Om de map problemen optelossen moet je Admintools installeren, en dan op fix permissions klikken. Die programma zet alle instellingen weer goed van je mappen.

Installeer daarna weer de Kunena Language Package en kijk of het werkt, Als dat ook niet werkt, moet je de vertaling handmatig in de language map plaatsen.
The following user(s) said Thank You: polleke

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

More
9 years 11 months ago - 9 years 11 months ago #10 by polleke
Hi B10,
i did the languageupdate by hand. and it worked fine.
Now it is all dutch.
thanks

Jan
Last edit: 9 years 11 months ago by polleke.

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

Time to create page: 0.393 seconds