Missatges enviats per Jeff Church

This looks so good. Thanks to both of you for your work. Just starting testing on this but it looks great. Is there a lang file for this? I get mygroups and other things like it which is usually a lang file issue.

As a student or teacher I don't get the MyGroups link in the Administration block. Any ideas on what I did wrong. I do get it as Admin. I think I made a mistake in the access.php file change.

Here is what I put in access.php

'moodle/course:managegroups' => array(

'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'legacy' => array(
'editingteacher' => CAP_ALLOW,
'admin' => CAP_ALLOW
)
),

'moodle/course:groupenrollable' => array(

'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'legacy' => array(
'student' => CAP_ALLOW,
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
'admin' => CAP_ALLOW
)
),

Any help on where I went wrong would be a blessing.

Thanks
Jeff
Hi everyone sorry I haven't posted been very busy here. We have not looked at this tool since going to 1.93 we use the Banner integration mod to build all of our courses. I don't think we even put this back on our production server. Since we build all courses (apx 5000) a semester with banner we rarely even build development courses anymore since all faculty now have a course for ever class. Yes, the 15 character limit is a hold over from 1.8.
If anyone wants to pick this project up PLEASE feel free to do so. It would make me very happy to see the code updated. I would have no regrets about it having someone else name on it (that is the wonder of open source) Since we don't use it the project has fallen off my desk.