Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Customising appearance.

Customising appearance: Difference between revisions

From MoodleDocs
mNo edit summary
m (removing template)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Customising appearance}}
<p class="note">'''Please refer to [[TOC_with_notes#Customising appearance|these notes]] before editing this page.'''</p>
There are many ways to customize the way Moodle appears.   
There are many ways to customize the way Moodle appears.   
*Themes - are a set of instructions that determine the colors, line widths, block heading formats and CSS on your Moodle site. A site can have more then 1 theme.  They can be selected for:
*[[Themes]] - are a set of instructions that determine the colors, line widths, block heading formats and CSS on your Moodle site. A site can have more than 1 theme.  They can be selected for:
**Course Category  
**Course Category  
**Course
**Course
Line 8: Line 6:
**My Moodle  
**My Moodle  
**Site  
**Site  
* Blocks can add many visual elements, as well as activities in the course. The list is long but includes:
* [[Blocks]] can add many visual elements, as well as activities in the course. The list is long but includes:
**Calender
**Calendar
**HTML(basically a blank block to put text, images or some custome html code
**HTML(basically a blank block to put text, images or some custome html code
**RSS  keep your course fresh with RSS feeds from your favorite source
**RSS  keep your course fresh with RSS feeds from your favorite source
**Glossary  - put entries from a glossary
**Glossary  - put entries from a glossary
*Language - you can force or allow different languages by defining them in a [[Context]]
*[[Language]] - you can force or allow different languages by defining them in a [[Context]]
*Front page - The Home page of the site can have it's own look.
*[[Front Page]] - The Home page of the site can have it's own look.
*Site settings - The default theme, establish sticky blocks and defaults for the entire site
*Site settings - The default theme, establish sticky blocks and defaults for the entire site


Appearance means different things to many people.  Just remember that Moodle is modular, contextual and open source.  Thus if the interface can not alter the appearance of something, it probably is possible to do it by altering the code.  
Appearance means different things to many people.  Just remember that Moodle is modular, contextual and open source.  Thus if the interface can not alter the appearance of something, it probably is possible to do it by altering the code.
 
 
==See also==

Latest revision as of 21:05, 31 October 2011

There are many ways to customize the way Moodle appears.

  • Themes - are a set of instructions that determine the colors, line widths, block heading formats and CSS on your Moodle site. A site can have more than 1 theme. They can be selected for:
    • Course Category
    • Course
    • Activity
    • My Moodle
    • Site
  • Blocks can add many visual elements, as well as activities in the course. The list is long but includes:
    • Calendar
    • HTML(basically a blank block to put text, images or some custome html code
    • RSS keep your course fresh with RSS feeds from your favorite source
    • Glossary - put entries from a glossary
  • Language - you can force or allow different languages by defining them in a Context
  • Front Page - The Home page of the site can have it's own look.
  • Site settings - The default theme, establish sticky blocks and defaults for the entire site

Appearance means different things to many people. Just remember that Moodle is modular, contextual and open source. Thus if the interface can not alter the appearance of something, it probably is possible to do it by altering the code.