So, I've read a number of forum posts about allowing moderators to edit profiles via the front end. I have made that work, but I was asked to back it off, that not all moderators should be able to do that. CB configuration has 3 options for allowing this:
- Moderators and Super Administrators Only
- Administrators and Super Administrators Only
- Super Administrators Only
The first one above is what I had to back off on. It's the second one I think I need. However, unlike moderators there is no back end profile option to specify which level of access constitutes an "Administrator".
In the typical (default) Joomla configuration, you get these levels defined:
Code:
Public
– Guest
– Manager
┊ – Administrator
– Registered
┊ – Author
┊ ┊ – Editor
┊ ┊ ┊ – Publisher
I have renamed the Manager and Administrator levels in my groups as follows:
Code:
Public
– Guest
– Hidden
– Registered
┊ – Author
┊ ┊ – Editor
┊ ┊ ┊ – Publisher
┊ – Regional Leader
┊ ┊ – Regional Director
Since I know (because Kyle told me) CB doesn't use the actual names for any group or level to determine such things, how do I know which level above is an "Administrator"?
Thanks!
Bruce