Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukecarrier/moodle-local_themecobrand
Theme co-branding for Moodle and Totara LMS
https://github.com/lukecarrier/moodle-local_themecobrand
Last synced: about 1 month ago
JSON representation
Theme co-branding for Moodle and Totara LMS
- Host: GitHub
- URL: https://github.com/lukecarrier/moodle-local_themecobrand
- Owner: LukeCarrier
- Created: 2014-11-06T12:38:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T08:52:48.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T19:06:06.355Z (over 1 year ago)
- Language: PHP
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Theme co-branding for Moodle and Totara LMS
===========================================A local plugin for Moodle, designed to enable co-branding of your e-learning
platform based upon the currently logged-in user.Installation
------------1. Extract the zip file distributed with the plugin, and copy the themecobrand
directory into your Moodle instlallation's local directory.
2. Install the patch to /lib/setup.php, where the co-branding module will be
summoned to change the theme.Applying the patch
------------------If you're not familiar with the command line, you'll probably want to ask a guru
for assistance with this. The plugin can't actually change the theme until you
make a modification one of Moodle's core files:$ cd /path/to/your/moodle/dirroot
$ patch -p1 <../path/to/local_themecobrand/patches/lib-setup.patch