Actions

Difference between revisions of "Customising"

From Mahara Wiki

(Created page with "If you're looking to change your Mahara - whether by giving it a new look, translating it to another language, or adding new functionality, you've come to the right place! Here w…")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
If you're looking to change your Mahara - whether by giving it a new look, translating it to another language, or adding new functionality, you've come to the right place! Here we have details about doing all of these operations.
 
If you're looking to change your Mahara - whether by giving it a new look, translating it to another language, or adding new functionality, you've come to the right place! Here we have details about doing all of these operations.
  
* '''[[Themes]'' - [[Themes|where to get new ones]], and [[Customising/Themes|how to develop your own]].
+
* '''[[Themes]]''' - [[Themes|where to get new ones]], and [[Customising/Themes|how to develop your own]].
 
* [[Plugins|'''Plugins''']] - add new functionality to your Mahara.
 
* [[Plugins|'''Plugins''']] - add new functionality to your Mahara.
 
* [[Customising/Language Strings|'''Language strings''']] - for whether you want to change "Resume" to "CV"?, or translate the entire interface to German, Spanish, or any of the other language we have a language pack for.
 
* [[Customising/Language Strings|'''Language strings''']] - for whether you want to change "Resume" to "CV"?, or translate the entire interface to German, Spanish, or any of the other language we have a language pack for.
 
* [[Customising/Help Files|'''Help Files''']] - for making local changes of help files content.
 
* [[Customising/Help Files|'''Help Files''']] - for making local changes of help files content.
 
* [[Customising/Database|'''Database''']] - for doing database modifications or additions to the core schema in a structured way.
 
* [[Customising/Database|'''Database''']] - for doing database modifications or additions to the core schema in a structured way.
 
+
* [[Developer_Area/Local_customizations|'''/local''']] - for miscellaneous customization hooks
===Subpages===
 
 
 
* [[Customising/Database|Database]]
 
* [[Customising/Help_Files|Help Files]]
 
* [[Customising/Language_Strings|Language Strings]]
 
* [[Customising/Themes|Themes]]
 

Revision as of 16:20, 29 April 2014

If you're looking to change your Mahara - whether by giving it a new look, translating it to another language, or adding new functionality, you've come to the right place! Here we have details about doing all of these operations.

  • Themes - where to get new ones, and how to develop your own.
  • Plugins - add new functionality to your Mahara.
  • Language strings - for whether you want to change "Resume" to "CV"?, or translate the entire interface to German, Spanish, or any of the other language we have a language pack for.
  • Help Files - for making local changes of help files content.
  • Database - for doing database modifications or additions to the core schema in a structured way.
  • /local - for miscellaneous customization hooks