Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: tool reset mymoodle.

tool reset mymoodle: Difference between revisions

From MoodleDocs
No edit summary
(Undo revision 112766 by Cescobedo (talk))
 
Line 1: Line 1:
{{Infobox plugin
{{Infobox plugin
|type = Tool
|type = Tool
|entry = https://moodle.org/plugins/view.php?plugin=local_navigation
|entry = https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13732
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13734
|discussion = N/A
|discussion = N/A
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]]  
|maintainer = [[User:Carlos Escobedo|Carlos Escobedo]]  
Line 10: Line 10:
== Information ==
== Information ==


This plugin allow add new menu items at the end of Navigation Menu in order to customize your options menu.
This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin.
It's useful to developers and main administrators.


== Instalation ==
== Instalation ==
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].
# Get last version of plugin in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].
# Unzip it into  local/ folder in your Moodle.
# Unzip it into  admin/tool/ folder in your Moodle.
# Be sure that the final name of the directory is: navigation, the full path in your Moodle installation will be local/resetmymoodle
# Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle


== Screenshots ==
== Screenshots ==
[[File:CustomNavigation1.png]]
[[File:ResetMyMoodle1.png]]


[[File:CustomNavigation2.png]]
[[File:ResetMyMoodle2.png]]


== How to report a bug ==
== How to report a bug ==
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13732 Local Custom Navigation].
Please, use tracker in [https://tracker.moodle.org/browse/CONTRIB/component/13734 Tool Reset MyMoodle].


== New Proposals ==
== New Proposals ==
* Check syntax new items.
*Refactor to 2.7+ to use new reset functions in my/lib.php
* Hide core items in navigation menu.
*Use new system Logs.
*Select specifics users.


Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=local_navigation plugin entry].
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_resetmymoodle plugin entry].

Latest revision as of 07:00, 27 May 2014

Information

This admin tool allow reset preferences in My Moodle All Users mymoodle except main admin. It's useful to developers and main administrators.

Instalation

  1. Get last version of plugin in plugin entry.
  2. Unzip it into admin/tool/ folder in your Moodle.
  3. Be sure that the final name of the directory is: resetmymoodle, the full path in your Moodle installation will be admin/tool/resetmymoodle

Screenshots

ResetMyMoodle1.png

ResetMyMoodle2.png

How to report a bug

Please, use tracker in Tool Reset MyMoodle.

New Proposals

  • Refactor to 2.7+ to use new reset functions in my/lib.php
  • Use new system Logs.
  • Select specifics users.

Please for suggestion, use comments in plugin entry.