Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • aaeda 117 posts 150 karma points
    Feb 19, 2016 @ 10:10
    aaeda
    0

    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

  • NDDT 68 posts 240 karma points c-trib
    Feb 19, 2016 @ 10:25
    NDDT
    0

    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

    Feb 19, 2016 @ 10:33

    Hey aaeda

    You'll probably need to look into SignalR in combo with the Umbraco event model

  • aaeda 117 posts 150 karma points
    Feb 19, 2016 @ 11:03
    aaeda
    0

    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.

  • NDDT 68 posts 240 karma points c-trib
    Feb 19, 2016 @ 11:18
    NDDT
    0

    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.

  • Biagio Paruolo 1618 posts 1910 karma points c-trib
    Mar 01, 2016 @ 09:49
    Biagio Paruolo
    0

    NDDT, How model that in Umbraco?

Please Sign in or register to post replies

Write your reply to:

Draft