Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

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

More
8 years 8 months ago #194835 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(); }

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

More
8 years 8 months ago #194951 by 53e437eb2fd79d469d4f37b8

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

Time to create page: 0.214 seconds