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 Kunena redirects to non-SEF URL after deleting a post ..

More
17 years 2 months ago #5981 by webstudent
.. even though SEF is enabled in the Joomla 1.5.9 config. This results in a 404 error.

Kunena redirects to:
/index.php?option=com_kunena&Itemid=229&func=showcat&catid=118

The correct URL would be:
/forum?func=showcat&catid=118

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

More
17 years 2 months ago #6018 by Matias
Change components/com_kunena/lib/kunena.link.class.php line 321 to:
Code:
$Output .= CKunenaLink::GetAutoRedirectHTML(sefRelToAbs(KUNENA_LIVEURLREL . '&func=showcat&catid=' . $catid), 3500);

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

Time to create page: 0.241 seconds