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.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question ItemIDs not respected, resulting in loss of module. Now with Steps posted to Confirm bug

More
16 years 2 months ago #42994 by Amrit
Ok.

Atleast rogerdavis workaround functions properly:
Code:
$Itemid = intval(mosGetParam($_REQUEST, 'Itemid')); //check if we have all the itemid sets. if so, then no need for DB call if ($Itemid) { define("KUNENA_COMPONENT_ITEMID", (int)$Itemid); define("KUNENA_COMPONENT_ITEMID_SUFFIX", "&Itemid=" . KUNENA_COMPONENT_ITEMID); }

When will 1.6 be released?

Cheers

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

More
16 years 2 months ago #43004 by sozzled

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

Time to create page: 0.202 seconds