Skip to content

jineetd/discourse-topic-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-topic-organizer

Adds a custom button in the admin menu, visible only to staff or members of a specific group.

Configuration

From Admin > Site Settings > Plugin, modify topic_organizer_button_title, topic_organizer_button_label, topic_organizer_tl_lock_minimum.

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

License

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published