Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question Problem with mod_klogin

More
15 years 10 months ago - 15 years 10 months ago #51051 by vitaly
Problem mod_klogin. Not properly displayed registration form. This is a problem template or mod_klogin? Site games-ua.org/

Last edit: 15 years 10 months ago by vitaly.

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

More
15 years 10 months ago - 15 years 10 months ago #51052 by Cerberus
Q: Problem mod_klogin. Not properly displayed registration form. This is a problem template or mod_klogin? Site games-ua.org/

A: Template

BUT it can be fixed by adding <br> in the php of mod_klogin

in /public_html/modules/mod_klogin/tmpl/vertical.php

find this line that has this "<label for="modlgn_passwd"> " in it and add the <br> at teh end of teh line :) and bingo your sorted if you have any trouble give me a shout and i will edit teh php for you :)

or try this edited file with out being able to live test it im not sure if it will work but it should.

File Attachment:

File Name: klogin_ver...edit.zip
File Size:2.6 KB
Last edit: 15 years 10 months ago by Cerberus.

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

More
15 years 10 months ago #51053 by @quila
Replied by @quila on topic Re: Problem with mod_klogin
Hi vitaly,

open the file vertical.php in

modules / mod_klogin / tmpl /

and about line 247 you will find that code
Code:
<label for="modlgn_passwd"><?php echo JText::_('Password') ?></label>
Replace with
Code:
<label for="modlgn_passwd"><?php echo JText::_('Password') ?></label><br />

Regards

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

More
15 years 10 months ago #51054 by @quila
Replied by @quila on topic Re: Problem with mod_klogin
Ops, thanks Cerberus, didn't see your post ;)

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

More
15 years 10 months ago #51055 by Cerberus
your welcome :)

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

More
15 years 10 months ago - 15 years 10 months ago #51056 by vitaly
Replied by vitaly on topic Re: Problem with mod_klogin
Its something wrong. I replace and....

Last edit: 15 years 10 months ago by vitaly.

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

Time to create page: 0.220 seconds