Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Themes FAQ.

Themes FAQ: Difference between revisions

From MoodleDocs
(→‎See also: CSS FAQ)
(Shifted to dev docs)
 
(84 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{stub}}{{Themes}}==How do I install a new theme?==
{{Moved_to_dev_docs}}
 
# 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''  (or ''Administration > Configuration > Themes'' in versions of Moodle prior to 1.7).
 
==How do I create a custom theme?==
 
See [[Creating a custom theme]] and/or [[Make your own theme]].
 
==How can I get the New Moodle2 theme for my site?==
Not til Moodle 2.x comes out and it will be a "sort of".  The new look (refered to as "Moodle2") for Moodle.org was made public just before the close of 2008. The Moodle2 look has various things hard coded into it's fabric.  The good news is that many pieces of the look are available.
 
==See also==
 
* Using Moodle [http://moodle.org/mod/forum/view.php?f=29 Themes forum]
* [[CSS FAQ]]
 
[[Category:FAQ]]

Latest revision as of 09:03, 22 June 2011

This development related page is now located in the Dev docs.

See the Themes FAQ page in the Dev docs.