Re: Manager can also view selected components Have you looked at modifying /includes/gacl.class.php? We've had some success at using that file to add components to the manager's backend menu. The following is an example of the line we added to give the manager access to the events module:
$this->_mos_add_acl( 'administration', 'edit', 'users', 'manager', 'components', 'com_events' );
- Rob |