- Posts: 9
- Thank you received: 0
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
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.
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
16 years 2 months ago - 16 years 2 months ago #51051
by vitaly
Problem with mod_klogin was created by vitaly
Problem mod_klogin. Not properly displayed registration form. This is a problem template or mod_klogin? Site
games-ua.org/
Last edit: 16 years 2 months ago by vitaly.
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #51052
by Cerberus
Replied by Cerberus on topic Re: Problem with mod_klogin
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.
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
or try this edited file with out being able to live test it im not sure if it will work but it should.
Last edit: 16 years 2 months ago by Cerberus.
Please Log in or Create an account to join the conversation.
16 years 2 months ago #51053
by @quila
Replied by @quila on topic Re: Problem with mod_klogin
Hi vitaly,
open the file vertical.php in
Replace with
Regards
open the file vertical.php in
and about line 247 you will find that codemodules / mod_klogin / tmpl /
Code:
<label for="modlgn_passwd"><?php echo JText::_('Password') ?></label>
Code:
<label for="modlgn_passwd"><?php echo JText::_('Password') ?></label><br />
Regards
Please Log in or Create an account to join the conversation.
16 years 2 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.
16 years 2 months ago #51055
by Cerberus
Replied by Cerberus on topic Re: Problem with mod_klogin
your welcome
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #51056
by vitaly
Replied by vitaly on topic Re: Problem with mod_klogin
Last edit: 16 years 2 months ago by vitaly.
Please Log in or Create an account to join the conversation.
Time to create page: 0.321 seconds