Themes FAQ: Difference between revisions

From MoodleDocs
(→‎See also: CSS FAQ)
Line 15: Line 15:


* Using Moodle [http://moodle.org/mod/forum/view.php?f=29 Themes forum]
* Using Moodle [http://moodle.org/mod/forum/view.php?f=29 Themes forum]
* [[CSS FAQ]]


[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 14:16, 22 January 2009

How do I install a new theme?

  1. Unzip the .zip file to an empty local directory.
  2. 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.
  3. 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