Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

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
15 years 11 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
15 years 10 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.267 seconds