Plugin for Staff users to create notes on users
Go to file
Vinoth Kannan 52338dd6eb UX: Show staff notes icon in user card
If staff notes available then an icon will be displayed in user card by linking to user profile page
2019-03-14 21:04:16 +05:30
.tx Update translations 2018-09-10 14:05:33 -04:00
assets UX: Show staff notes icon in user card 2019-03-14 21:04:16 +05:30
bin Transifex integration 2017-12-08 14:31:27 -05:00
config Update translations 2019-03-04 10:22:05 -05:00
spec Fix rubocop offenses. 2017-08-02 15:13:45 +09:00
.eslintrc DEV: prettier/eslint 2019-01-11 17:37:44 +01:00
.gitignore DEV: prettier/eslint 2019-01-11 17:37:44 +01:00
.rubocop.yml Inherit rubocop config from discourse repo 2018-12-03 00:37:54 +01:00
Gemfile Transifex integration 2017-12-08 14:31:27 -05:00
LICENSE add License 2016-06-06 23:13:41 +05:30
README.md Clearing browser cache note 2016-05-11 01:12:58 +01:00
package.json DEV: prettier/eslint 2019-01-11 17:37:44 +01:00
plugin.rb FEATURE: Reverse the order in which the notes are displayed 2019-01-28 12:11:18 -08:00
yarn.lock DEV: prettier/eslint 2019-01-11 17:37:44 +01:00

README.md

discourse-staff-notes

This plugin gives staff members the ability to attach notes to users.

Whenever the user posts, a little note icon will appear beside their name if they have any staff notes. Clicking on it will reveal the notes other staff members have left.

Installation

Follow our Install a Plugin howto, using git clone https://github.com/discourse/discourse-staff-notes.git as the plugin command.

Once you've installed it, review the settings under admin and then enable staff_notes_enabled.

Clearing browser cache might be required when first insalled

Issues

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.

License

MIT