XF 2.2 Delegate administrator permissions to only Communications section

stromb0li

Active member
Hello,

I am curious if it's possible to delegate a user to have access to the Communications section of the admin portal? The scenario is having a marketing individual responsible for advertising and communications, but preventing them access to styles, navigation, etc.

I see several checkboxes when defining a "regular administrator", is communications part of one of the build in permissions? If not, is there any documentation on extending a possible permission to this list?

Thank you!
 
Solution
The alert/email users are governed by the "Manage users and moderators" permission. Changing this involves adding a new administrator permission and extending \XF\Admin\Controller\User::preDispatchController accordingly.

The other pages are governed by different permissions.
The alert/email users are governed by the "Manage users and moderators" permission. Changing this involves adding a new administrator permission and extending \XF\Admin\Controller\User::preDispatchController accordingly.

The other pages are governed by different permissions.
 
Solution
Top Bottom