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

Loved Own Kunena Login

More
13 years 11 months ago #91 by Cerberus
Replied by Cerberus on topic Re:Own Kunena Login
@quila wrote:

Yes,

this is a conflict with your JOOMLA template.

Open the file template.css of your joomla template and find rules (line 1870)

#modlgn_username, #modlgn_passwd {
width:90%;
}


instead of 90% insert 100px.

that's it.

Regards



targetzero you need to do this to your joomla template and you will be fixed :)

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

More
13 years 11 months ago - 13 years 11 months ago #92 by alakentu
Replied by alakentu on topic Re:Own Kunena Login
Hello everyone,

Use this small change to see them is with the different templates used in Joomla, files Kunena updated to version 5.1.1911.

File Attachment:

File Name: Own_Kunena_Login.zip
File Size:80 KB

Regards

KS!
NO hacer Spam | NO esbribas todo en mayúsculas | Sigue las reglas
Attachments:
Last edit: 13 years 11 months ago by alakentu.

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

More
13 years 11 months ago #93 by @quila
Replied by @quila on topic Re:Own Kunena Login
Thanks alakentu ;)

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

More
13 years 11 months ago #94 by bcaner
Replied by bcaner on topic Re:Own Kunena Login
nice job man ! Perfect :)

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

More
13 years 10 months ago #95 by inphx
Replied by inphx on topic Re:Own Kunena Login
I'm having the issue below too and don't see where anyone's posted their fix yet.

I'm wondering if it's to do with the redirect.php file in the download....the OP doesn't say where to put it and I couldn't find an existing one, so I put it in template/default/plugin (because it was in the same folder as login.php in the download and that's where the OP says to put that file). ??

Any help is much appreciated.


FroboZ wrote:

Thank you very much for this hack, I've been trying to figure out where to put my login box in my forums all day yesterday and didn't come up with anything I liked. However I have the same problem as this guy:

PARUSA wrote:

hi, i have some problems.

the user/pass text field are very long. (pic. 1 with errors & pic. 2)




while upon logon, the "My Profile, Show Latest Posts, Advanced Search, and Announcements" are not properly align.



need help.


I've tried the css solution with both 10% and 200px, neither fixes the later alignment problem, only the login box.

#Kunena .inputbox {
width:200px;
}

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

More
13 years 10 months ago #96 by @quila
Replied by @quila on topic Re:Own Kunena Login
Hi, inphx

this is not related to redirect.php file. Actually this file is nnot used. Missing file is login.php.

Can you check if is in the right place

components / com_kunena / template / default / plugin / login / login.php


Attention to bold text, these are folder.

Now I see error :blink: in the first post I have made (dont know how is happened). Sorry about that.

Let me know
Regards

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

More
13 years 10 months ago #97 by inphx
Replied by inphx on topic Re:Own Kunena Login
@quila wrote:

Hi, inphx

this is not related to redirect.php file. Actually this file is nnot used. Missing file is login.php.

Can you check if is in the right place

components / com_kunena / template / default / plugin / login / login.php


Attention to bold text, these are folder.

Now I see error :blink: in the first post I have made (dont know how is happened). Sorry about that.

Let me know
Regards


No problem...everyone else managed to figure it out.

I didn't have a login folder under plugin....I created one, moved login.php in there and, voila, it works fine now.

Thanks so much. This is a great option.

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

More
13 years 10 months ago - 13 years 10 months ago #98 by SCR
Replied by SCR on topic Re:Own Kunena Login
Hi @quila! Good hack! THANKS!
Attachments:
Last edit: 13 years 10 months ago by SCR.

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

More
13 years 10 months ago #99 by iseca
Replied by iseca on topic Re: Own Kunena Login
Hello @quila!!

Do you know how to put a "Remember me" next to user and pasword fields?

Thank you!!!

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

More
13 years 10 months ago #100 by @quila
Replied by @quila on topic Re: Own Kunena Login
Hi iseca,

open the file profilebox.php and add this code at line 157
Code:
<?php if(JPluginHelper::isEnabled('system', 'remember')) : ?> <label for="modlgn_remember"> <input id="modlgn_remember" type="checkbox" name="remember" value="yes" alt="Remember Me" /> <?php echo JText::_('Remember me') ?></label> <?php endif; ?>

Regards

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

Time to create page: 0.486 seconds