The Kunena team has announce the arrival of Kunena 6.4.7[K 6.4.7] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4 Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Topics that are moved into this category are 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
getResetURL function from KunenaLoginJoomla calling wrong function
First of all, great job we've done on this great forum extension.
On Kunena 3.0.1 I think there is a small typo when getting user reset url for joomla.
On line 57 of plugins/kunena/joomla/login.php there's a call to the function UsersHelperRoute::getResendRoute(); and I think it should call the function: UsersHelperRoute::getResetRoute();
xillibit wrote: It's not a typo the method getResendRoute() exists in UsersHelperRoute class
Do you have an issue ?
Hi Xillibit.
I know it exists but it is being applied in both situations: Resend and Reset. And getResetRoute() is not used here... I changed in the code and now I'm getting the correct URL for Reset USer Password (pointing to the right menu Itemid).
Do you have the getResetRoute called in plugins/kunena/joomla/login.php?
Cheers.