-
Improvement
-
Resolution: Inactive
-
Minor
-
None
-
1.9.9
-
None
-
MOODLE_19_STABLE
-
Easy
Add a help/lang file location rule for course import modules
In lib/moodlelib.php insert into the list of array initialization values (e.g. line 5297) the following:
'import_' => array('course/import'),
This will enable a custom import plugin to be contained in the single sub-directory (course/import/[pluginname]).
You can guide the get_string routine by supplying the location in which to look for your lang file, but the helpbutton() doesn't provide a similar way to locate help (html) files.
- will help resolve
-
CONTRIB-2211 Course Import Plugin - Enroll (existing) users in a course and optionally create groups
-
- Closed
-