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

Themes: Difference between revisions

From MoodleDocs
m (removing see also links)
 
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Themes}}
{{Site appearance}}
Themes provide a "skin" to completely change the look and feel of your site (or even an individual course).


A Moodle theme is a pre-designed user "view" (interface) that can be changed by the site administrator, teacher, or student.  While robust, it does not affect how Moodle functions, just how it looks.  Moodle comes with a standard set of themes and there is a [http://moodle.org/mod/data/view.php?id=6552  large free library] available to download.
*[[Theme settings]]
 
*[[Standard themes]] including information on changing your theme
==Moodle themes==
*[[Installing a new theme]]
 
Themes may be [[Theme settings|selected]] at site level, course level and/or user level as long as the Moodle site has been configured to allow changes at these levels.
 
== Installing a theme ==
 
To install a theme:
# Unzip the .zip file to an empty local directory.
# Upload folder to your web server to the /moodle/theme/[Theme Name]. (Replace [Theme Name] with the name of the theme you have downloaded.) Ensure the new theme folder and its contents are readable by the webserver.  Change Read and Write permissions (CHMOD) for the files and folder to 755 - Owner read/write/execute, Group read/execute, Everyone read/execute.  Incorrect permissions may prevent display of the newly installed theme.
# Choose your new theme from within Moodle via ''Administration > Appearance > Themes > Theme selector''.
 
[[Image:themes01.png|thumb|400px|center|The new Theme Selector is a two step procedure.]]
 
See [[Installing a new theme]] for more information.
 
==Themes in standard install==
 
Themes included in Moodle 2.1 are Arialist, Brick, Formal white, Fusion, Magazine, Nimble,
Nonzero, Overlay, Sky High, Splash.  See [[Standard themes]] for screen shots of each.


==See also==
==See also==


* [http://www.youtube.com/watch?v=pPUB_ReBPeg Installing 3rd Party Modules and Themes in Moodle video]
* [[Themes FAQ]]
* [[Themes FAQ]]
* [[:dev:Theme_development|Theme development]]
* [[Theme credits]]
* [[Development: Themes 2.0]]
* [[:dev:Themes]]
 
[[Category:Themes]]


[[es:Temas]]
[[es:Temas]]
Line 35: Line 19:
[[fr:Thèmes]]
[[fr:Thèmes]]
[[ja:テーマ]]
[[ja:テーマ]]
[[pt:Temas]]

Latest revision as of 07:10, 21 September 2017

Themes provide a "skin" to completely change the look and feel of your site (or even an individual course).

See also