Announcement
Collapse
No announcement yet.
Allow Super moderator to send email to members
Collapse
X
-
Allow Super moderator to send email to members
I want to allow my Super Moderators to send a newsletter to my users in the "Email Manager" that is in the Admin CP, but I do not want to give them Admin rights. Is this possible?Thank You...Mick Knutson
BLiNC Magazine Forums: "Everything you ever wanted to know about BASE-Jumping, but didn't know whom to ask."
Tags: None
-
Then how would I keep me at the master GOD user, and then restrict the select Administrators?Thank You...Mick Knutson
BLiNC Magazine Forums: "Everything you ever wanted to know about BASE-Jumping, but didn't know whom to ask."
Comment
-
Edit the includes/config.php file to set your account as the super admin:
Code:// ****** SUPER ADMINISTRATORS ****** // The users specified below will have permission to access the administrator permissions // page, which controls the permissions of other administrators $config['SpecialUsers']['superadministrators'] = '1';
Admin CP -> Usergroups -> Administrator Permissions
You may also want to make yourself undeletable so no one can delete or edit your account from the Admin CP:
Code:// ****** UNDELETABLE / UNALTERABLE USERS ****** // The users specified here will not be deletable or alterable from the control panel by any users. // To specify more than one user, separate userids with commas. $config['SpecialUsers']['undeletableusers'] = '1';
Comment

Comment