Moodle Plugins directory: List course files: Versions: 1.2 | Moodle.org
List course files
Local plugins ::: local_listcoursefiles
Maintained by
Martin Gauk
This extension allows teachers to view a list of all files in a course and to change the license for each file. It is also possible to download the files in a ZIP archive.
List course files 1.2
Moodle 3.1, 3.2
Released: Tuesday, 25 April 2017, 7:47 PM
moodle-local_listcoursefiles
This extension allows teachers to view a list of all files in a course and to change the license for each file. It is also possible to download the files in a ZIP archive.
Adding a new license
Adding a license is not straightforward in Moodle.
- You need to add the license to the database table "license" manually. For example: INSERT INTO license (shortname, fullname, source, enabled, version) VALUES ('short', 'fullname', '', 0, 2016112100);
- Add the english fullname to lang/en/license.php, e.g. append to the file: $string['short'] = 'fullname';
- Specify other translations via Site administration -> Language -> Language customisation
- Enable the new license on Site administration -> Plugins -> Licenses -> Manage licenses
- If you want to change the ordering of the licenses, you need to modify the row with the name "licenses" in the database table "config".
Version information
- Version build number
- 2017021401
- Version release name
- 1.2
- Maturity
- Stable version
- MD5 Sum
- c15dc36878ce63aaac2f7f20d11f44ff
- Supported software
- Moodle 3.1, Moodle 3.2
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.