Admin presets block: Difference between revisions

From MoodleDocs
Line 21: Line 21:
* [https://moodle.org/plugins/view.php?plugin=block_admin_presets Modules and Plugins entry], where you can find more info about it
* [https://moodle.org/plugins/view.php?plugin=block_admin_presets Modules and Plugins entry], where you can find more info about it
* [http://moodle.org/mod/forum/discuss.php?d=171536 Forum discussion]
* [http://moodle.org/mod/forum/discuss.php?d=171536 Forum discussion]
* [http://tracker.moodle.org/browse/CONTRIB/component/10914 Tracker component], for bugs and other issues
* [https://github.com/DigiDago/moodle-block_admin_presets Github issue], for bugs and other issues




[[Category:Contributed_code]]
[[Category:Contributed_code]]

Revision as of 08:05, 5 October 2020

Allow users with the site configuration capability to export the site settings to .xml presets, import other sites .xml presets, load (totally or partially) presets settings and rollback the applied changes if necessary.

Features

  • Export system settings to XML files
  • Import presets files
  • Preset preview and partial load
  • Rollback applied changes
  • Option to auto-exclude the sensitive data (like passwords) when exporting settings
  • Editable sensitive setting list
  • Third parties plugins supported (as long as they use the moodle core admin_setting classes)

Installation

  • Download the latest version from the Modules and Plugins entry
  • Unzip and rename the folder to admin_presets
  • Copy the admin_presets folder inside blocks/
  • Login as an admin user and install as usual through the 'Notifications' like of the frontpage administration block
  • Reconfigure the sensible settings if it's necessary
  • Add the Admin Presets block to the Moodle Front Page (Home).

See also