Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question feature request: Built-in "solved" button and mark for each topic

More
7 years 2 weeks ago #11 by Smirnov

810 wrote: We have some kind "solved" feature, but we have plans to improve it better.
backend - kunena - templates - crypsis - features tab - Show labels
its loading the default labels:
media\kunena\labels\labels.xml


Great idea, thanks! I turned it on.

One question only. The "Attach Topic" flag is associated with the "Question" by default. Why? I think this should be associated with "Important"?

Attachments:

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

More
6 years 8 months ago - 6 years 8 months ago #12 by Cyrusxxxx
Great plugin! it works with kunena 5.0.10.
Can someone show me how to append [SOLVED] to the end of the title.

This plugin should be in Joomla extensions directory.
I would pay for it gladly.

Thank you.
Last edit: 6 years 8 months ago by Cyrusxxxx.

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

More
6 years 7 months ago #13 by juliank92
Change:
Code:
if($renameTopic) { $Dbo->setQuery("UPDATE #__kunena_topics SET subject = " . $Dbo->quote($topicSolvedText . ' ' . $topicData['subject'], true) . " WHERE id = " . (int)$topicId . " LIMIT 1"); $Dbo->execute(); }

to
Code:
if($renameTopic) { $Dbo->setQuery("UPDATE #__kunena_topics SET subject = " . $Dbo->quote($topicData['subject'] . ' ' . $topicSolvedText, true) . " WHERE id = " . (int)$topicId . " LIMIT 1"); $Dbo->execute(); }
The following user(s) said Thank You: Cyrusxxxx

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

More
6 years 7 months ago #14 by Cyrusxxxx

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

Time to create page: 0.460 seconds