- Posts: 207
- Thank you received: 4
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
15 years 4 months ago #78090
by mibert
Replied by mibert on topic Re: Search Plugin does not work
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
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.
15 years 3 months ago - 15 years 3 months ago #78505
by yaksushi
Replied by yaksushi on topic Re: Search Plugin does not work
I tried updating the kunenasearch.php and changed
to
but it didn't work...
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.
15 years 3 months ago #78508
by mibert
Replied by mibert on topic Re: Search Plugin does not work
You also have to rename kunenasearch.php to kunena.php
Then it should work.
Then it should work.
The following user(s) said Thank You: yaksushi
Please Log in or Create an account to join the conversation.
15 years 3 months ago #78517
by yaksushi
Yes that worked!! Do I need to rename kunenasearch.xml as well?
Replied by yaksushi on topic Re: Search Plugin does not work
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.
15 years 3 months ago #78524
by mibert
Replied by mibert on topic Re: Search Plugin does not work
I think its not needed.
Best regards and merry christmas
Michael
Best regards and merry christmas
Michael
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds