Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: Profile switches.

Profile switches: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
Introduction
The Profile switches local plugin offers the user a convenient way to switch the html editor in Moodle forms on/off from the settings block without having to edit the user profile.
==Features==
 
* Overview description here <br>
This editor switch may be particularly useful for turning the editor off when adding/editing content that may muck up by the editor filters (such as css and javascript).
[[Image:Sample_screen_shot|thumb|500px|center|Title of screenshot]]
 
[[Image:editor-on|left|The editor switch in the settings block - Editor ON]]
 
[[Image:editor-off|left|The editor switch in the settings block - Editor OFF]]
 
<br clear="both" />


==Installation==
==Installation==
Line 17: Line 22:




==Tips and tricks==
*
==See also==
==See also==
* Versions info and downloads: [http://moodle.org/plugins/view.php?plugin=local_profile_switches Profile switches] in Moodle's plugins repository.
* Versions info and downloads: [http://moodle.org/plugins/view.php?plugin=local_profileswitches Profile switches] in Moodle's plugins repository.
* Discussions: [http://moodle.org/mod/forum/discuss.php?d=211170 Contributed plugins]
* Discussions: [http://moodle.org/mod/forum/discuss.php?d=211170 Contributed plugins]
[[Category:Contributed code]]
[[Category:Contributed code]]

Revision as of 01:10, 15 September 2012

The Profile switches local plugin offers the user a convenient way to switch the html editor in Moodle forms on/off from the settings block without having to edit the user profile.

This editor switch may be particularly useful for turning the editor off when adding/editing content that may muck up by the editor filters (such as css and javascript).


Installation

Git clone

Download


See also