Actions
Bug #9622
openForums: tab shows recent posts list
Description
Seams like a bug with how group categories are created or if they don't exist yet causing recent topics list to display.
Actions
Added by krileon about 1 month ago. Updated about 1 month ago.
Description
Seams like a bug with how group categories are created or if they don't exist yet causing recent topics list to display.
This is due to Kunena's API for filtering by category checking read access for those list of category ids. If read access isn't allowed it's excluded from the category filter resulting in posts from other categories displaying. Instead add directly to the $where and force the query to filter explicitly by category id.