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:
Sometimes in your code you don't need...
Read more
ادامه مطلب...
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
ادامه مطلب...