Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Customising appearance: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
mCap resum de modificació
m (removing template)
 
(3 revisions intermèdies per 3 usuaris que no es mostren)
Línia 1: Línia 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
Línia 8: Línia 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==

Revisió de 21:05, 31 oct 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.