Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • 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
    • Upgrade to Enterprise edition
    • 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?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Plugins
  1. OpenProject
  2. Forums
  3. Plugins
  4. Status Check Plugin

Status Check Plugin

Added by Peter Sussman almost 11 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 10 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 10 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...