Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Loved Own Kunena Login

More
15 years 11 months ago #48851 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
15 years 10 months ago - 15 years 10 months ago #49577 by SCR
Replied by SCR on topic Re:Own Kunena Login
Hi @quila! Good hack! THANKS!
Last edit: 15 years 10 months ago by SCR.

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

More
15 years 10 months ago #50695 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
15 years 10 months ago #50781 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.

More
15 years 10 months ago #50799 by iseca
Replied by iseca on topic Re: Own Kunena Login
Really Thanks @quila!

You're great for Kunena, Thanks again! :D

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

More
15 years 10 months ago - 15 years 10 months ago #50818 by ritesh_z
Replied by ritesh_z on topic Re: Own Kunena Login
I read initial posts in this thread about how redirection to home page and other standard pages is frustrating. The Kunena login patch seems to be great. However, there are other standard login module extensions that could be used for this purpose. I've installed "Core Design Login Module" on my website. This is very tidy, looks cool, saves a lot of space and it does't redirect you to home page or whatever standard pages. You can be on any page, any thread, logging in (and out) will keep you on the same page. This is controlled by two options in the login module; take a look at the included image. Either you can select a page to route to or you can leave it to "Select Item". Latter of the two keeps you on the same page.

You may want to take a look at it on my website ( www.interview7.com ). Use the following credentials:
Username - demo
Password - demo

I'd've personally used kunena patch, but I just don't want to clutter space on my forum by placing login text boxes. Also, since I plan to expand my site in future with more features, kunena forum will end up being just one item on the web site. Why do I have to force a user to go to forum page first and have him login there in order to access other areas on site?

Anyway.
Kunena rocks.

Last edit: 15 years 10 months ago by ritesh_z.

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

Time to create page: 0.277 seconds