The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question
How to exclude a specific category posts from Recent Discussion?
I was able to fix by editing default_ex/latestx.php, at line 191:
Code:
else
{
$order = "lastid DESC";
$query = "SELECT thread, MAX(id) AS lastid FROM #__fb_messages WHERE tim
e>'{$querytime}' AND hold='0' AND moved='0' AND catid IN ({$fbSession->allowed})
$latestcats
GROUP BY thread
ORDER BY {$order}
";
}
$kunena_db->setQuery($query, $offset, $threads_per_page);
Unfortunately you need to do in another way: list every catid you want to show.
I'm using the default_x template on K1.5.8, J1.5.15, trying to show only certain post categories and the Show Category settings are ignored on the Recent Discussions tab. I've set my cats I want to display like this: 11, 73, 1, 25, 46, 90, but all posts still display. And the other settings like Show Hits, author and so on also don't change either when I change the setting. I've cleared the cache, changed templates but that doesn't seem to get the Recent Post Settings to kick in.
K1.5.8 is no longer supported please upgrade to K1.5.11 you will find that 30 issues have been fixedin K1.5.11.