Custom Theme Editing

Custom Theme Editing

by Jim Barker -
Number of replies: 4

Hi, Where does moodle store the changes made to a theme?  In other words, if I install a custom theme and use that theme's admin page to add my logo, images, type captions and descriptions, etc. where are those customizations stored (what file(s) ) on the server?  I would like to see the code behind the customizations.  

For example, if I use the provided admin page of a theme to add a caption to a frontpage image that says "Welcome to Bob's learning site." , where is "Welcome to Bob's learning site." literally stored if I wanted to view the page/code where it's stored?


Thanks in advance.

Average of ratings: -
In reply to Jim Barker

Re: Custom Theme Editing

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Setting values are stored in the 'config_plugins' table.  Files are stored in the 'data' folder indexed by values in the 'files' table.  This is for M2.8 but should apply to most versions of Moodle.

In reply to Gareth J Barnard

Re: Custom Theme Editing

by Jim Barker -

Many thanks, Gareth. smile