Hello Nicola,
Assign one of the plugin’s capabilities to your custom role. In this way all the user of that custom role will see the hidden text. You can do this with Members plugin or even with Capability Manager Enhanced.
All roles of Private Content plugins are:
read_ubn_editor_notes
read_ubn_author_notes
read_ubn_contributor_notes
read_ubn_subscriber_notes
So, if you assign, for example, read_ubn_subscriber_notes
capability to studentposs
role, all users under studentposs
role will read that private note.
Let me say you that you can use also the recipient option. In this case you let only the specified users to read those notes. For example:
[private role="none" recipient="user1,user2"]This is a private text.[/private]
Here, user1
and user2
will read the note, others can’t (you administrator included).
Let me know if you need further help.