0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/plugins/discourse-user-notes
2026-08-03 10:55:52 +02:00
..
admin/assets/javascripts/discourse
app FIX: Validate user note length against max_post_length (#42240) 2026-07-31 16:19:10 -03:00
assets DEV: Remove ember-template-lint (#40077) 2026-05-15 20:54:13 +01:00
config I18N: Update translations (#42261) 2026-08-03 10:55:52 +02:00
db/migrate
lib/discourse_user_notes
spec FIX: Validate user note length against max_post_length (#42240) 2026-07-31 16:19:10 -03:00
test/javascripts/acceptance
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

discourse-user-notes

https://meta.discourse.org/t/user-notes-plugin/41026/

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-user-notes.git as the plugin command.

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

Clearing browser cache might be required when first installed

Issues

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

License

MIT