Notification Template Modder plugin for Kanboard, to allow modification of all 'notification' templates which includes email templates.
|
1 сар өмнө | |
---|---|---|
Controller | 1 сар өмнө | |
Template | 1 сар өмнө | |
.gitignore | 1 сар өмнө | |
LICENSE | 1 сар өмнө | |
Plugin.php | 1 сар өмнө | |
README.md | 1 сар өмнө | |
ver | 1 сар өмнө |
'Notification Template Modder' plugin for Kanboard, to allow modification of all 'notification' templates which includes email templates.
It is possible this works with other versions of Kanboard and PHP, but these are the version this was built and tested on.
All Kanboard plugins are found in the plugins
directory. In general you just put your plugin there and that's about it!
In a terminal window ( or command for Windoze ) browse/cd to your Kanboard plugins
directory and issue this command
git clone https://vcs.nz/ominz/OMITemplateModder.git
wget https://vcs.nz/ominz/OMITemplateModder/archive/main.zip
unzip main.zip
del main.zip
wget https://vcs.nz/ominz/OMITemplateModder/archive/main.tar.gz
tar -xzf main.tar.gz
rm main.tar.gz
Download either zip file :
and uncompress/unzip/untar into your Kanboard plugins
directory
You will see a new link appear under /settings : "Notification Templates"
Follow this link and you should see a list of available templates that you can modify.
This plugin will alert you to any templates missing or any extras. This may occur if the Kanboard version was different to the one this plugin was built on (1.2).
Easy to fix, just make sure the files in your Kanboard app/Template/notification
directory match the ones in the plugin Template/notification
directory.
This plugin will also show a red asterisk on the template files that are different ( have been modified ) to the ones in the app.