solved List of not read messages from Private Notes

Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
I'm trying to find how i can get a list of only the notes that have not been read for the user. How can i do that?
updated by @nmaster88: 06/20/16 08:58:48PM
paul
@paul
8 years ago
4,326 posts
This already happens. The number of unread notes a user has received shows in the menu drop down on his user name in the menu bar, then, when clicking on that, unread messages are shown in bold typeface.
hth


--
Paul Asher - JR Developer and System Import Specialist
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
Hi Paul,

yes i know, if i go to the private notes page, and in my case its: site.com/inbox/notes
What i want to get is a list (as a result of a jrCore_list call) with only the non readed messages.
private_notes.jpg
private_notes.jpg  •  33KB


updated by @nmaster88: 03/22/16 03:42:53AM
paul
@paul
8 years ago
4,326 posts
The PrivateNote module does not use a datastore so jrCore_list is not going to work with it. Something custom would be needed to do this. Sorry.


--
Paul Asher - JR Developer and System Import Specialist
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
So, from what you say the only way is to go to the module url to get the content?
I wanted to do something cool like what's on the image, there is no turn around? Something custom you mean doing a function for that inside the module? Thanks Paul.
private_notes.jpg
private_notes.jpg  •  20KB

paul
@paul
8 years ago
4,326 posts
From that image, it looks as though what you are after is some sort of (popup) notification system?
That is something we are currently looking into, but it would be a 'site-wide' notification system that would include all site events. It would also be tied in with some other new features that are in the pipe-line.

But if you wanted this now, just for Private Notes, it would mean a custom module that returned just the unread messages.


--
Paul Asher - JR Developer and System Import Specialist
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
Ok i see. Thanks!

Tags