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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Search Plugin does not work

More
15 years 4 months ago #78090 by mibert
Hi xillibit,

the plugin, which has the two above bugs is the one, which I downloaded from joomlacode.org/gf/project/kunena/frs/

plg_kunenasearch_v1.6.0-RC2_b94_2010-08-31.zip

Its not the third party plugin.

Best regards

Michael

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

More
15 years 3 months ago - 15 years 3 months ago #78505 by yaksushi
I tried updating the kunenasearch.php and changed
Code:
$query = "SELECT m.id, m.subject AS title, m.catid, m.thread, m.name, m.time AS created, t.mesid, t.message AS text, m.ordering, mm.hits, c.name AS section, 1 AS browsernav FROM #__fb_messages_text AS t INNER JOIN #__fb_messages AS m ON m.id=t.mesid INNER JOIN #__fb_messages AS mm ON mm.id=m.thread INNER JOIN #__fb_categories AS c ON m.catid = c.id WHERE {$where} AND m.moved=0 AND m.hold=0 AND mm.hold=0 AND mm.catid IN ({$ksession->allowed}) GROUP BY m.thread ORDER BY {$order}";

to
Code:
$query = "SELECT m.id, m.subject AS title, m.catid, m.thread, m.name, m.time AS created, t.mesid, t.message AS text, m.ordering, mm.hits, c.name AS section, 1 AS browsernav FROM #__kunena_messages_text AS t INNER JOIN #__kunena_messages AS m ON m.id=t.mesid INNER JOIN #__kunena_messages AS mm ON mm.id=m.thread INNER JOIN #__kunena_categories AS c ON m.catid = c.id WHERE {$where} AND m.moved=0 AND m.hold=0 AND mm.hold=0 AND mm.catid IN ({$ksession->allowed}) GROUP BY m.thread ORDER BY {$order}";

but it didn't work...
Last edit: 15 years 3 months ago by yaksushi.

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

More
15 years 3 months ago #78508 by mibert
You also have to rename kunenasearch.php to kunena.php

Then it should work.
The following user(s) said Thank You: yaksushi

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

More
15 years 3 months ago #78517 by yaksushi

mibert wrote: You also have to rename kunenasearch.php to kunena.php

Then it should work.


Yes that worked!! Do I need to rename kunenasearch.xml as well?

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

More
15 years 3 months ago #78524 by mibert
I think its not needed.

Best regards and merry christmas

Michael

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

Time to create page: 0.225 seconds