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

Profile switches: Difference between revisions

From MoodleDocs
(Created page with "Introduction ==Features== * Overview description here <br> thumb|500px|center|Title of screenshot ==Installation== Install instructions ==Tips and t...")
 
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Introduction
{{Infobox plugin
==Features==
|type = General plugins (Local)
* Overview description here <br>
|entry = http://moodle.org/plugins/view.php?plugin=local_profileswitches
[[Image:Sample_screen_shot|thumb|500px|center|Title of screenshot]]
|tracker = http://tracker.moodle.org/browse/CONTRIB/component/12343
|discussion =  
|maintainer = [[User:Itamar Tzadok|Itamar Tzadok]]
}}
 
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).
 
[[Image:editor-on.png|left|frame|The editor switch in the settings block - Editor ON]]
 
[[Image:editor-off.png|left|frame|The editor switch in the settings block - Editor OFF]]
 
<br clear="both" />
 
==Installation==
==Installation==
Install instructions
===Git clone===
==Tips and tricks==
* Type the following command in the root of your Moodle install: git clone git://github.com/itamart/moodle-local_profileswitches.git local/profileswitches
*  
* Add /local/profileswitches to your .git/info/exclude.
* Visit http://yoursite.com/admin to finish the installation.
 
===Download===
* Download zip from: https://github.com/itamart/moodle-local_profileswitches/zipball/master or http://moodle.org/plugins/pluginversions.php?plugin=local_profileswitches
* Unzip into the 'local' subfolder of your Moodle install.
* Rename the new folder to profileswitches.
* Visit http://yoursite.com/admin to finish the installation.
 
 
==See also==
==See also==
*[http://moodle.org/plugins/view.php?plugin=local_loginas Login as] is a Modules and plugins database page that has download links and more information.
* 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]
[[Category:Contributed code]]

Latest revision as of 19:51, 10 October 2012

Profile switches
Type General plugins (Local)
Downloads http://moodle.org/plugins/view.php?plugin=local_profileswitches
Issues http://tracker.moodle.org/browse/CONTRIB/component/12343
Discussion
Maintainer(s) Itamar Tzadok

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).

The editor switch in the settings block - Editor ON
The editor switch in the settings block - Editor OFF


Installation

Git clone

Download


See also