Admin presets block: Difference between revisions

From MoodleDocs
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 12: Line 12:
==Installation==
==Installation==
* Download the latest version from the [https://moodle.org/plugins/view.php?plugin=block_admin_presets Modules and Plugins entry]
* Download the latest version from the [https://moodle.org/plugins/view.php?plugin=block_admin_presets Modules and Plugins entry]
* Unzip and rename the folder from dmonllao-moodle-block_admin_presets-xxxxxxx to admin_presets
* Unzip and rename the folder to admin_presets
* Copy the admin_presets folder inside blocks/
* 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
* 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
* Reconfigure the sensible settings if it's necessary
* Add the Admin Presets block to the Moodle Front Page.
 
 
== Import / export ==
You need to add the Admin Presets block to the Moodle Front Page (Home).
* Go to "site home" or use your url with /?redirect=0'''
* Use burger to add a block on the Front page
* Select "Admin presets"
 
You can look the screenshot of this page.
[[File:Admin_preset_block_-_add_to_front_page.png|thumb|Add Admin Preset block to the Front page]]
 
==Credit==
Softcourse is a course format for Moodle maintened by [https://pimenko.com/ Pimenko].


==See also==
==See also==
* [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]]

Latest revision as of 08:19, 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


Import / export

You need to add the Admin Presets block to the Moodle Front Page (Home).
  • Go to "site home" or use your url with /?redirect=0
  • Use burger to add a block on the Front page
  • Select "Admin presets"

You can look the screenshot of this page.

Add Admin Preset block to the Front page

Credit

Softcourse is a course format for Moodle maintened by Pimenko.

See also