Hi folks,
I have a personal WP project which needs 'user notes', and I'm wondering if MB is the way to go for this. Here are my criteria:
A text/WYSIWYG field is available on posts/CPTs, while the user is logged in
Users can add and edit notes in that field, which they can view alongside the content
(Posts/CPTs are only visible while logged in, so no issues about them being seen by the public)
The notes are specific to both the post/CPT and the user (each user making notes sees only their own notes, for that post/CPT)
Stretch goal: All user notes are available from the user's profile page, with backlinks to the relevant post/CPT
I'm thinking that I need to add the notes field as user meta, with the post ID in there somewhere so I can display them on the right post, and create links back from the 'notes overview' - but it's been so long since I've done anything like this, and I'm struggling with where to start.
Any pointers very gratefully received!