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
Jeff Church
Missatges enviats per Jeff Church
Sorry, Never mind It was an error on my part.
Moodle in English -> General help -> Variables filter?
per Jeff Church -
What does the Variables filter do in 1.94? I just downloaded the new 1.94 weekly and saw the Variables filter and can't find anything about it. Does anyone have info on it?
Thanks
Thanks
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.
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.
Any feedback you have would be great.
Could be cool to add a download PDF option to the tool.
Could be cool to add a download PDF option to the tool.