Custom Theme Editing

Custom Theme Editing

Jim Barker -
回帖数: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.

回复Jim Barker

Re: Custom Theme Editing

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 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.

回复Gareth J Barnard

Re: Custom Theme Editing

Jim Barker -

Many thanks, Gareth. 微笑