Actions

Difference between revisions of "Customising"

From Mahara Wiki

(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
* [[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 17: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