Themes FAQ: diferència entre les revisions
De MoodleDocs
How do I install a new theme? (copied from Themes) |
m cat edit |
||
| Línia 13: | Línia 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:FAQ]] | [[Category:FAQ]] | ||
Revisió del 09:41, 28 ago 2008
How do I install a new 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 (or Administration > Configuration > Themes in versions of Moodle prior to 1.7).
How do I create a custom theme?
See also
- Using Moodle Themes forum