![]() |
|
Desktop notifications - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: Announcements (https://sinister.ly/Forum-Announcements) +---- Forum: Suggestions (https://sinister.ly/Forum-Suggestions) +----- Forum: Old Suggestions (https://sinister.ly/Forum-Old-Suggestions) +----- Thread: Desktop notifications (/Thread-Desktop-notifications) Pages:
1
2
|
Desktop notifications - Blink - 01-10-2018 I've always wanted to be able to get desktop notifications from SL, they aren't intrusive, and are generally a bubble in the top right corner of your screen. They are also not hard to implement in JS. There's a notification API (https://developer.mozilla.org/en-US/docs/Web/API/notification), and there's also web workers (https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) However, not only is it easy to implement, but it has already been done: https://community.mybb.com/mods.php?action=view&pid=561 If people don't like them, they can always specifically enable/disable them through UserCP or something. RE: Desktop notifications - Esoterith - 01-10-2018 +1, I support. I would love this honestly. RE: Desktop notifications - Pikami - 01-10-2018 +1 It would be nice and I would use it RE: Desktop notifications - Synthx - 01-10-2018 +50000000000 I want this implemented!!! I would LOVE it. RE: Desktop notifications - Skullmeat - 01-10-2018 At one point I had a rainmeter RSS feed for SL. RE: Desktop notifications - Synthx - 01-10-2018 (01-10-2018, 10:00 PM)Skullmeat Wrote: At one point I had a rainmeter RSS feed for SL. I have a RSS feed of SL on my website.. Which is about to expire Edit: What's your opinion on it, yes or no? RE: Desktop notifications - Skullmeat - 01-10-2018 If someone wants to code it, maybe. I always used rss. RE: Desktop notifications - Synthx - 01-10-2018 (01-10-2018, 10:05 PM)Skullmeat Wrote: If someone wants to code it, maybe. I always used rss. I think @"Ender" means notifications just for things like replies to threads, likes on replies/threads, quotes, etc... Not a notification everytime that someone makes a post/thread. RE: Desktop notifications - Bish0pQ - 01-10-2018 This would be great, I defintly support this. I think plugins like this exists, but I'd be happy to help coding if necessary. RE: Desktop notifications - Blink - 01-11-2018 (01-10-2018, 11:07 PM)Bish0pQ Wrote: This would be great, I defintly support this. I think plugins like this exists, but I'd be happy to help coding if necessary. I already linked to the JS API, another JS API, and a MyBB plugin. |