08-06-2017, 03:18 PM
Lets do this to address the permission issue.
Add a setting for permission_restriction int 1 default 0
This is the admin_user.php I got working fine:
http://pasted.co/688eb081
If this value is set to Disabled = 0, restrictions won't take place.
If the value is set to Enabled = 1, restrictions will occur and you will have disabled checkboxes.
I will work on the IF query to make it so if you are in the master account you can bypass this.
Add a setting for permission_restriction int 1 default 0
This is the admin_user.php I got working fine:
http://pasted.co/688eb081
If this value is set to Disabled = 0, restrictions won't take place.
If the value is set to Enabled = 1, restrictions will occur and you will have disabled checkboxes.
I will work on the IF query to make it so if you are in the master account you can bypass this.