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

Themes FAQ

From MoodleDocs
Revision as of 09:41, 28 August 2008 by Helen Foster (talk | contribs) (cat edit)

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.

See also