Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

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 Kunena latest posts module - BACKPORTED FOR JOOMLA 1.0

More
16 years 4 months ago #44203 by Cosworth
Replied by Cosworth on topic Re:mod_kunenalatest
This little hack solved the Groupjive issue for me. Insert right after Nebiru's code
Code:
//hack to include Groupjive groups $query = "SELECT category_id FROM #__gj_jb as a LEFT JOIN #__gj_users as b ON a.group_id=b.id_group WHERE b.id_user=".$user->id; $db->setQuery($query); $groupjivecats = $db->loadResultarray(); if ($groupjivecats[0]>0) { $groupjivecats=implode(',', $groupjivecats); $sql_access = "AND ($sql_access OR c.id IN ($groupjivecats))"; } else $sql_access = "AND $sql_access";
The topic has been locked.
More
16 years 3 months ago #45965 by jdgf
Replied by jdgf on topic mod_fblatest
Hello,

I have a problem with mod_fblatest. It works fine, but there is a wrong code between text. Can you help me.

Regards Dietmar
The topic has been locked.
Time to create page: 0.235 seconds