09-02-2017, 06:33 PM
Code:
$notifications->setRead($id, false)
Code:
public function setRead($notification_id, $read = true) {
That's also something I have on my list to implement, but as my employee portal was just pushed live I've been adjusting things on my production server and adding employee-requested enhancements. I can probably write up some quick documentation on the notifications implementation for the knowledgebase but I won't have time to add in other features for a bit. If you want, I'll try and write the docs this weekend so you can see all of it's current features and enhance it from there.