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.

  1. 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);
  2. Add the english fullname to lang/en/license.php, e.g. append to the file: $string['short'] = 'fullname';
  3. Specify other translations via Site administration -> Language -> Language customisation
  4. Enable the new license on Site administration -> Plugins -> Licenses -> Manage licenses
  5. 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

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.