Requires the administrator to have the “Can manage users” (a_user) and “Can alter board settings/check for updates” (a_board) permissions.
Hi bantu,bantu wrote:It should not display if there is only one permission available. If it does, it's a bug or something that should be fixed. I'll look into it.
That's okay for me. Can you please tell me what I have to change when I want that my User & Groups admin can use your MOD, too?bantu wrote:since you can change the board settings there as well, it also requires permission to manage the board.
Code: Select all
if (!$auth->acl_get('a_board') || !$auth->acl_get('a_user'))
Code: Select all
if (!$auth->acl_get('a_user'))