Skip to content

dstadelman/discourse-user-custom-field-trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

discourse-user-custom-field-trigger

Plugin for Discourse to adds a DiscourseEvent trigger to the UserCustomField on after_save.

Can be used with Discourse-Webhooks if the user_custom_field_changed event is set in the webhooks settings.

Make sure you restart Discourse after modifying the webhooks plugin's webhooks registered events setting!

Installation

  • Add the plugin's repo url to your container's app.yml file
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/ruffbytes/discourse-user-custom-field-trigger.git
  • Rebuild the container
cd /var/discourse
./launcher rebuild app

About

Adds a DiscourseEvent trigger to the UserCustomField on after_save

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages