I want to add live notifications on a site which needs to work as follows. When someone add a new content in the umbraco back office, the front end site should display a notification in the corresponding section.
I am using umbraco 7.3.
Thanks a lot for the replies.
In fact it is a login based website and the notifications last until the logged in user clicks on the section.
It's like facebook notification where the number of new items increases each time a new node is added.
Ah ok. You could save the Notifications at the member.
Give the member a property to save which notifications he already saw or which notifications he hasn't seen yet. This could be a list of content-ids or a date when he logged in the last time.
Then you can create a partial view which renders all content-notifications for a certain user.
Live notifications
Hi
I want to add live notifications on a site which needs to work as follows. When someone add a new content in the umbraco back office, the front end site should display a notification in the corresponding section. I am using umbraco 7.3.
Anyone has an idea of how this can be achieved?
Thanks Aaeda
What do you want to include in that notification and for how long do you want to dispay it?
Do you want to List all notifications or just the newest?
Comment author was deleted
Hey aaeda
You'll probably need to look into SignalR in combo with the Umbraco event model
hello
Thanks a lot for the replies. In fact it is a login based website and the notifications last until the logged in user clicks on the section. It's like facebook notification where the number of new items increases each time a new node is added.
@Tim Ok will have a look at that.
Ah ok. You could save the Notifications at the member.
Give the member a property to save which notifications he already saw or which notifications he hasn't seen yet. This could be a list of content-ids or a date when he logged in the last time.
Then you can create a partial view which renders all content-notifications for a certain user.
NDDT, How model that in Umbraco?
is working on a reply...