discourse/plugins/discourse-user-notes
2025-09-24 19:53:49 +02:00
..
app DEV: Move discourse-user-notes to core (#33570) 2025-07-15 16:38:05 +02:00
assets DEV: Deprecate Site.mobileView/desktopView during initialization (#34122) 2025-08-25 16:49:52 -03:00
config FIX: Correctly apply user-notes routes 2025-09-24 19:53:49 +02:00
db/migrate DEV: Move discourse-user-notes to core (#33570) 2025-07-15 16:38:05 +02:00
lib/discourse_user_notes DEV: Define user-notes namespace earlier (#34933) 2025-09-24 11:00:26 +02:00
spec DEV: Remove unnecessary rails_helper requires (#33812) 2025-07-24 13:50:04 +02:00
test/javascripts/acceptance DEV: Move discourse-user-notes to core (#33570) 2025-07-15 16:38:05 +02:00
plugin.rb FIX: Correctly apply user-notes routes 2025-09-24 19:53:49 +02:00
README.md DEV: Move discourse-user-notes to core (#33570) 2025-07-15 16:38:05 +02: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