I think that the system should act as facebook:We need an example of where you expected to get an alert but didn't. (Unfortunately, the act of you viewing threads changes the state of the system, but what can you do.)
This is because even if you once don't read the topic after reading the alert (eg you are bored) you will no receive alerts anymore. As Mike stated above.Yes, i have the same problem. When i wath a topic, after few days i don't receive notifications from this topic (discussions normally updates).
I up what i wrote above: shouldn't it work as facebook?You only receive alerts again after you read the thread. I assume that's what you're saying. If you're not, then that's not this bug; that is the designed behavior.
If you are, again I need to know the thread it happened it (and what post is the first unread one).
You only receive alerts again after you read the thread. I assume that's what you're saying. If you're not, then that's not this bug; that is the designed behavior.
If you are, again I need to know the thread it happened it (and what post is the first unread one).
onNewPost:
foreach (membersWhoPostedInTheThreadAndAreSubscribed AS member)
if (member[thread_last_read] > thread[last_post_dateline] AND ! alert_exist_for_this_thread_and_is_unread())
insert_alert();
onNewPost:
foreach (membersWhoPostedInTheThreadAndAreSubscribed AS member)
if (member_has_readed_the_alerts_from_the_last_post_dateline())
insert_alert();
We use essential cookies to make this site work, and optional cookies to enhance your experience.