Actions
Bug #3009
closedCMS based access checking
Description
When checking for category access it's not using CMS based methods for checking if access is permitted.
Currently is using $_CB_framework->myCmsGid() and should be using $_CB_framework->acl->get_groups_below_me() (with -1 and -2 added manually) then checking if Kunenas category access is IN that array (can be done from query! much more efficient!). See GJ 2.5 authorization function for example.
Updated by krileon almost 13 years ago
See below forge ticket to be implemented in CBs forum integration for better access checking.
Actions