Content
You are here:
Status Check Plugin
Added by Peter Sussman over 10 years ago
I am working on developing an open source plugin for EMAC Inc. which allows users to add a checkbox to text fields. When the checkbox is clicked, it should sign the user’s account name and the date at the end of the line, allowing users to create todo lists from within OpenProject.
I started by installing and modifying the emoji plugin, which appears to be the most similar plugin to what I want to do. I changed the name, but doing this seems to break the plugin. It still shows up in the administrative pannel’s plugin list, but none of the functionality is there.
My code is available on GitHub here: https://github.com/the8thbit/OpenProject-Status-Check
Replies (2)
It should work if you change the string ‘emoji’ in every place —- there are just a lot of places where you have to change the name: file names, directory names, and as strings within several files.
Please double-check that you found and replaced all occurrences of ‘emoji’ or ‘Emoji’.
If the error persists, please attach the error you get, so we see what’s wrong.
cheers,
tessi
… you said that your plugin is open source? Great! You can even point us to the code repo (in combination with the error), so we can better understand what you’re doing.