Themes FAQ: Difference between revisions

From MoodleDocs
(→‎See also: CSS FAQ)
(added: Will I lose my courses, language files, logo, etc. if I switch my theme?)
Line 11: Line 11:
==How can I get the New Moodle2 theme for my site?==
==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.
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.
==Will I lose my courses, language files, logo, etc. if I switch my theme?==
Switching themes only changes the appearance of your site, not the content within it. The logo is a part of the theme and will be lost when you switch.


==See also==
==See also==

Revision as of 00:10, 29 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.

Will I lose my courses, language files, logo, etc. if I switch my theme?

Switching themes only changes the appearance of your site, not the content within it. The logo is a part of the theme and will be lost when you switch.

See also