A couple fixes: - Removed incorrect `@title="post.controls.unhide"` from Add Official Notice button - Removed incorrect `@title="post.controls.lock_post_description"` from Change Ownership button Also adds some new descriptions that seemed helpful to me! - convert_to_moderator_description: "highlight the content of this post" - wiki_description: "let allowed groups edit this post" - rebake_description: "reprocess this post to fix formatting or embeds" - publish_page_description: "publish this topic as a standalone page" - add_post_notice_description: "add highlighted notice above this post" - attach_note_description: "add a note about this user that only staff can see" |
||
|---|---|---|
| .. | ||
| admin/assets/javascripts/discourse | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib/discourse_user_notes | ||
| spec | ||
| test/javascripts/acceptance | ||
| package.json | ||
| plugin.rb | ||
| README.md | ||
| tsconfig.json | ||
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