[RSS Feed/News] Extending the permissions

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I would suggest extending the permissions for groups too. Currently XenForo by it's standards does not support permissions based on group, i would suggest to implement something like:

PHP:

Code:
\XF::group()->hasPermission($group,$permission) // return true or false;
    the group() will be instance of User Groups, and function hasPermission will be instance of
    Permission entry table which relations  user_group_id , group.user_group_id.

Sometimes in your code you don't need...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom