This is a test site. Any changes will be lost!

Themes FAQ: Difference between revisions

From MoodleDocs
How do I install a new theme? (copied from Themes)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
==How do I create a custom theme?==
==How do I create a custom theme?==


See [[Creating a custom theme]].
See [[Creating a custom theme]] and/or [[Make your own theme]].


==See also==
==See also==
Line 13: Line 13:
* 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]


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

Latest revision as of 11:49, 28 August 2008


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.

See also