Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question SEF Problem with search results

More
17 years 3 months ago - 17 years 3 months ago #4705 by fungkur
this bug is already solved, but since fireboard 1.04, this fix still is not included inside the source code

Solution here

so i convert the fixes for Kunena 1.08

Fix
../lib/kunena.search.class.php

change this
Line 267
Code:
<a href="' . sefRelToAbs(KUNENA_LIVEURLREL . '&amp;func=view&amp;id=' . $result->id . '&amp;catid=' . $result->catid . '#' . $result->id) . '" >

to
Code:
<a href="'. sefRelToAbs(KUNENA_LIVEURLREL . '&func=view&id=' . $result->id . '&catid=' . $result->catid). '#' . $result->id . '" >

this will fix the URL for example

../component/option,com_kunena/Itemid,64/catid,87/#21280&func=view&id=21280

to

../component/option,com_kunena/Itemid,64/catid,87/func,view/id,21280/#21280

*hope developer will include this fixes for the next version
Last edit: 17 years 3 months ago by fungkur.

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

More
17 years 3 months ago #4712 by spacereactor
can't find kunena.search.class.php with the following coding

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

More
17 years 3 months ago #4716 by fungkur
spacereactor wrote:

can't find kunena.search.class.php with the following coding


around line 267-268. (kunena v1.0.8 and not v1.0.7)

to be more specific u can try this

Line 268
Code:
$result->catid . '#' . $result->id)

change to
Code:
$result->catid). '#' . $result->id

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

More
17 years 3 months ago #4761 by Matias
Fixed for 1.0.9

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

More
17 years 3 months ago #4863 by fungkur
Matias wrote:

Fixed for 1.0.9


thanks Matias!

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

Time to create page: 0.256 seconds