Kunena 7.0.4 Released

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?

More
16 years 3 weeks ago #45212 by noelhunter
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);

The change was to add the line $latestcats

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

More
16 years 3 weeks ago #45238 by Cerberus
kapearl wrote:

Matias wrote:

There is configuration setting for this:

Recent Post Settings > Show Category

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.

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

More
16 years 2 weeks ago #45277 by Matias
Unfortunately it looks like that this bug isn't fixed. :(

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

Time to create page: 0.222 seconds