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 Login and Registration links

More
14 years 9 months ago #1 by Nrosskothen
Kunena installed easily and is working well.

The two issues are subscriptions emails are not being sent and the Login or Register Lost Password links do not go to the CB pages and therefore some of the CB fields are missing.

Can the links be changed or totally removed for Login or Register and lost Password? I have the CB Login on the left of the Forum anyway, so they could be removed as I don't need them.

Thank you.

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

More
14 years 9 months ago #2 by sozzled
Question 1: subscriptions not working - see www.kunena.com/forum/16-archive-installa...rum-not-working#9715

Question 2: disable/deactivate login/registration because it doesn't work well with Community Builder - also asked dozens of times. This is a failing of the Kunena's integration with Community Builder and I believe it should be fixed properly instead of us having to work around it. Like you, I make use of CB's login and registration functions and I've got other links on my web pages which users can access; the links in Kunena are, therefore, somewhat superfluous if you're like me (see demonstration at enduring.com.au/40P_demo ).

To achieve this result I edited the file ../components/com_kunena/template/default/plugin/profilebox/profilebox.php; changes at lines 114, 118 and 176 by adding style="display: none;" to the <td> elements. The changed lines should be:

(line 114) <td class = "td-1 fbm" align="left" width="5%" style="display: none;">
(line 118) <td valign = "top" class = "td-2 fbm fb_profileboxcnt" align="left" style="display: none;">
(line 176) <td valign = "top" class = "td-1 fbm fb_profileboxcnt" align="left" style="display: none;">

I hope this helps :)

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

Time to create page: 0.465 seconds