Top Menu

Jump to content
Home
    • Projects
    • Activity
    • Work packages
    • Calendars
    • Team planners
    • Boards
    • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums
  • Feature tour
    Feature tour
You are here:
  1. Forums
  2. Plugins

Content

Status Check Plugin

Added by Peter Sussman over 9 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)

RE: Status Check Plugin - Added by Philipp Tessenow over 9 years ago

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

RE: Status Check Plugin - Added by Philipp Tessenow over 9 years ago

… 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.

  • (1 - 2/2)
Loading...