Try our conversational search powered by Generative AI!

Getting Wall Notifications

Vote:
 

Hello friends,

Currently we are using CMS v6.2 with Relate +.

We use Blog.Entry as wall entry when someone writes to one's wall and use Blog.EntryComment when someone replies to any such wall entry.

For creating notifications we create Episerver Community -> Admin -> Create booleon attribute XXX for Episerver.Blog.Entry and Episerver.Blog.EntryComment.

When ever entry/entryComment is created, this XXX attribute is false by default, which we interpret as un-read.

Thus to show notifications on some-one's wall, we pass wallId to EntryQuery and get all entries for a wall and check attribute XXX.

And we check entryComments within each above entry.

 

Problem is that this way of notification limits us with notifications w.r.t. our wall post and entries only.

 

Thus, If A writes an entry on wall of B, B gets notification, since it is wall of B

But when B replies to that entry, the entryComment notification also comes on wall of B, since it is wall of B

and A cannot check each and every user wall for its entrycomment under entry of its name.

I am stuck with this notification thing.

Please kindly help me. (Please ignore any grammer mistakes if any).

 

Thanks 

Vishal

 

#72985
Jul 03, 2013 13:55
Vote:
 

Sounds like you are loosing the context upon EntryReply. What I would look for is to preserve on Entry the source - that entry was added by someone from wall A. Then when a reply to entry of wall B is made system can get the context of the entry (find out that entry was added by someone from A) and thus post notification to wall A.

I wonder how excatly are you showing notifications? Is it just a info text somewhere on site for particular wall?

#73008
Edited, Jul 03, 2013 22:49
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.