#2272 closed enhancement (fixed)
Allow moderators to add notes to users
Reported by: | Clorith | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch |
Cc: |
Description
Patch with initial fork of user notes plugin for bbPress.
Functionality:
- Show notes in-post for a user
- Notes are hidden by default, with a toggle under the persons gravatar
- Notes are linked to the post they were created from, as well as who wrote the note and when
- Notes can also be seen on a persons bbPress profile
Notes are stored in usermeta, this ties them easily to a user without needing the flexibility of a custom post type. If it gets to the point where there's so many notes on a user that that it becomes unmanageable as a usermeta I would instead lean towards handling the user and it's a problem on the moderation side more so than the need for more flexibility.
Notes shown in-post for a user (textarea for adding a new note is appended at the bottom of the notes):
The notes shown on a profile page (Notes are always displayed for moderators on profiles):
Adjusted 2272.patch for the new theme with a couple enhancements:
Looks OK in the old theme as well, which is still in use on some Rosetta sites: notes-wporg-forums.PNG.
Commits will follow shortly.