Hi
I recently installed the Play module on CMS version 1.6.6
When I am logged in as Admin I can go to the Module's interface through the content menu, as expected. But if I create a user that is an editor, the module no longer shows in the admin menu.
I gave the Editor group the "Use Play" permission. Since it might be a permissions problem, I then gave the editor group every permission in the list. Still no joy.
Anybody had this experience before? or any idea where to look for a solution?
Thanks
Alastair
Play Module not showing in Admin menus
-
- Forum Members
- Posts: 23
- Joined: Sun Aug 17, 2008 6:41 pm
-
- New Member
- Posts: 4
- Joined: Fri Dec 21, 2007 10:32 am
Re: Play Module not showing in Admin menus
Comment line 25 in Play.module.php
//function VisibleToAdminUser() { return $this->CheckPermission('Use Skeleton'); }
//function VisibleToAdminUser() { return $this->CheckPermission('Use Skeleton'); }