PDA

View Full Version : No Notification about Album pictures comments replies ,


NAZIA
03-19-2009, 10:57 AM
hi!
if someone comments on your album pictures,

It is fine that you can see in the notification bar...


But if anyone or you... reply to the picture comments of that person, who already comments the same pictures.

The person who first comment may not know, who has replied to his comment...

There are numbers of picture in users album, and the users can not know that where he has comments last time, because comments reply may be done after 1 month,

This should be implemented, because I my self, don't know where I have commented last time and when who had replied to my comments,
So how is it possible that my site users come to know about this...

so there should be notification , which show the user that,reply to your comment,

Thanks for reading my message...
Cya.

http://www.vbulletin.com/forum/project.php?issueid=27477#note74581

mkv
02-15-2011, 12:35 PM
I would like to bump this thread. This is a feature I would like also.

/M

Amaca
03-02-2012, 12:13 PM
bump, i need it too!!!

designBox
09-30-2013, 07:15 AM
Does anyone ever tried to modify the core code or coded a plugin to do this?

tbworld
09-30-2013, 08:23 AM
My reply is not going to help you, but it might give you a few ideas on how to go about doing a simpler version of what you are asking. Instead of trying to add this to the notification system -- which is tricky.

We created a new notification system instead for the groups and album system. When a new comment is added to a picture we simply display it in a special activity stream.
If the user has commented on the picture at all, in the pictures history, we highlight the comment in the stream for them.

We then send a simple notification to the main notification system with a link to the album page. This is not a descriptive link.

This is fairly straight forward to code without any real gotchas. Unfortunately, my code is owned by the company I work for. So I can only give you help and ideas here.

designBox
09-30-2013, 10:17 AM
Thank you very much for the idea.
I will investigate this way. Unfortunately my PHP skills are very limited but I'll my best.
If anytime, the company you work for decides to share this piece of code, please PM me... :D