So I have done everything with this module, I just discovered a “bug” a user can edit/delte every note, even if he is not the author.
I want to make it like so : A user can edit/delete only his message (so if he is the authors of the note).
Do you know how to proceed ? For now I made a custom JS function to hide the modify button if the note “created by” ID isnt the current user ID. But its not really secured.
Tryed the roles configuration but there is not option “If Authors Only”.
Hope you can help @PGR !