- Posts: 7
- Thank you received: 0
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 SEF Problem with search results
17 years 6 months ago - 17 years 6 months ago #4705
by fungkur
SEF Problem with search results was created 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
to
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
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 . '&func=view&id=' . $result->id . '&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 6 months ago by fungkur.
Please Log in or Create an account to join the conversation.
- spacereactor
-
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 1
17 years 6 months ago #4712
by spacereactor
Replied by spacereactor on topic Re:SEF Problem with search results
can't find kunena.search.class.php with the following coding
Please Log in or Create an account to join the conversation.
17 years 6 months ago #4716
by fungkur
Replied by fungkur on topic Re:SEF Problem with search results
spacereactor wrote:
around line 267-268. (kunena v1.0.8 and not v1.0.7)
to be more specific u can try this
Line 268
change to
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.
17 years 6 months ago #4761
by Matias
Replied by Matias on topic Re:SEF Problem with search results
Fixed for 1.0.9
Please Log in or Create an account to join the conversation.
17 years 6 months ago #4863
by fungkur
Replied by fungkur on topic Re:SEF Problem with search results
Matias wrote:
thanks Matias!
Fixed for 1.0.9
thanks Matias!
Please Log in or Create an account to join the conversation.
Time to create page: 0.214 seconds