Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved Search: fix highlight search results #3090

More
9 years 4 months ago - 9 years 4 months ago #1 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: 9 years 4 months ago by Cristiand.

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

More
9 years 4 months ago #2 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
9 years 4 months ago #3 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
9 years 4 months ago #4 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
9 years 4 months ago #5 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
9 years 4 months ago #6 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.446 seconds