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

Question loginbox bug fix

More
15 years 5 days ago - 15 years 5 days ago #94777 by ryvix
loginbox bug fix was created by ryvix
When using SEF urls, specifically with sh404SEF in my case the loginbox buttons do not always work correctly.

In both template files for the loginbox I updated the form action to include JRoute.

/components/com_kunena/templates/default/loginbox/login.php
/components/com_kunena/templates/default/loginbox/logout.php

Change:
Code:
<form action="<?php echo KUNENA_LIVEURLREL ?>" method="post" name="login">
to:
Code:
<form action="<?php echo JRoute::_(KUNENA_LIVEURLREL) ?>" method="post" name="login">

This seems to correct the issue for me and I am now able to log in and out properly after deleting the Kunena urls from the sh404SEF url manager.
Last edit: 15 years 5 days ago by ryvix.

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

Time to create page: 0.334 seconds