Page 1 of 1
Notification Acknowledgement
PostPosted: 22 May 2012, 10:11
by JPhillips
I am not a fan of the current behavior where displaying the current notifications list acknowledges them. I'd like to change AC to acknowledge after the user clicks a link in the notification itself. The backend code seems pretty straight forward, however, does anyone have any pointers as to where the current "auto-acknowledgement" takes place so I can disable it?
PostPosted: 23 May 2012, 17:02
by Jason
This is pretty tricky. Mostly everything is done in the includes/js/arrowchat_core.js file (use the dev file and copy it over).
First, you would need to remove the call to the receive settings file that marks them as read. Then you would have to change it so that they are marked as read when the specific div is clicked on which would require a new settings function be written to mark specific notifications as read instead of all of them.
Topic Closed
PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]