Kunena 6.3.0 released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question XHTML Fix for Remember me field

More
12 years 9 months ago #1 by machadoug
In File [path to Joomla]/modules/kunenalogin/tmpl/vertical.php
Find:
Code:
<label for="klogin-remember"> <input class="klogin-remember" type="checkbox" name="remember" value="yes" alt="<?php echo JText::_('MOD_KUNENALOGIN_REMEMBER_ME') ?>" /> <?php echo JText::_('MOD_KUNENALOGIN_REMEMBER_ME') ?></label>
and replace for:
Code:
<input class="klogin-remember" id="klogin-remember" type="checkbox" name="remember" value="yes" alt="<?php echo JText::_('MOD_KUNENALOGIN_REMEMBER_ME') ?>" /> <label for="klogin-remember"><?php echo JText::_('MOD_KUNENALOGIN_REMEMBER_ME') ?></label>

Now the Label is "clickable" ;-)

Best regards,
The following user(s) said Thank You: xillibit

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

More
12 years 8 months ago #2 by MichaelVash7886
Just to note, this didn't seem to work for me. Anyone know if this is fixed in 1.65?

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

Time to create page: 0.486 seconds