Skip to content

Adds a custom button at the bottom of a topic, visible only to staff or members of a specific group

Notifications You must be signed in to change notification settings

dup05/discourse-topic-group-button

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

discourse-topic-group-button

Adds a custom button at the bottom of a topic, visible only to staff or members of a specific group.

Configuration

From Admin > Site Settings > Plugin, modify topic_group_button_url, topic_group_button_title, topic_group_button_label, topic_group_button_allowed_group.

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/discourse/discourse-topic-group-button.git
  • Rebuild the container
cd /var/docker
git pull
./launcher rebuild app

License

MIT

About

Adds a custom button at the bottom of a topic, visible only to staff or members of a specific group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.0%
  • JavaScript 25.1%
  • HTML 19.9%