Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Themes FAQ.

Themes FAQ: Difference between revisions

From MoodleDocs
(added: Will I lose my courses, language files, logo, etc. if I switch my theme?)
m (linked to instructions for adding a logo)
Line 14: Line 14:
==Will I lose my courses, language files, logo, etc. if I switch my theme?==
==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.
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.
Follow these instructions to [[Creating_a_custom_theme#Adding_a_Logo|add a logo]] to a theme.


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

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

Follow these instructions to add a logo to a theme.

See also