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

Solved Search: fix highlight search results #3090

More
10 years 9 months ago - 10 years 9 months ago #167009 by Cristiand
Hello,

github.com/Kunena/Kunena-Forum/issues/3090

Highlight search results.
I assume this highlights the words you were looking for on the search result list. Is this correct?

Seems disabled in version 403, what is broken about it? Any information on when it will be fixed or what is the state of it?
Last edit: 10 years 9 months ago by Cristiand.

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

More
10 years 9 months ago #167011 by 810
its disabled since K1.6 but is still broken. Its on todo list

see: github.com/Kunena/Kunena-Forum/pull/3120
The following user(s) said Thank You: Cristiand

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

More
10 years 9 months ago #167029 by Cristiand
in /components/com_kunena/views/search/view.html.php lines ~160
Went with:
Code:
$ressubject = preg_replace( "/(". $searchword .")(?=[^>]*(<|$))" . "/iu", '<span class="searchword" >' . $searchword . '</span>', $ressubject); $resmessage = preg_replace ( "/(". $searchword .")(?=[^>]*(<|$))" . "/iu", '<span class="searchword" >' . $searchword . '</span>', $resmessage );

Seems to do the job fine and doesn't interfere with urls.

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

More
10 years 9 months ago #167031 by 810
it will break when find a searchword in an image name, then the html will break

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

More
10 years 9 months ago #167041 by Cristiand
Understandable, but the solution works for us, something that looks like this:

<img src="joomla/joomla.jpg" alt="joomla">

has this markup:

<div class="kmsgtext resultmsg">
&lt;img src="<span class="searchword">joomla</span>/<span class="searchword">joomla</span>.jpg" alt="<span class="searchword">joomla</span>"&gt; </div>

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

More
10 years 9 months ago #167053 by 810
yes, then you see the html not the image itself

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

Time to create page: 0.296 seconds