discourse / discourse-group-tracker

Group Tracker plugin for Discourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group Tracker plugin

Add the ability to quickly find posts of users in a group within topic lists and topics.

Installation

As seen in a how-to on meta.discourse.org, simply add the plugin's repository 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-group-tracker.git

Rebuild the container

cd /var/discourse
git pull
./launcher rebuild app

Configuration

In the "Manage" section of the group you want people to be able to track, enable the "Track posts made by members of this group" checkbox.

Only users who use this group as their Primary Group will be tracked!

In the "Icon used for tracked posts" field, enter the name of a fontawesome icon that you want to use. To use your own image, you'll need to add a new custom icon by following this guide.

About

Group Tracker plugin for Discourse

License:MIT License


Languages

Language:Ruby 68.1%Language:JavaScript 26.4%Language:Handlebars 5.1%Language:SCSS 0.4%