Chatify - Visible Notification

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ethanlazarus
User
Posts: 63

Chatify - Visible Notification

Post by ethanlazarus »

Hello - I have chatify working and auto-enabled; however, we are using this in an office environment where many of the machines do not have sound. So, when we send chats, the receiver does not hear that they have a chat, and there is no visible notification.

Is there a way to have chat open automatically when a chat is received, vs. just making a sound?

Thanks!

Really enjoying all the new bells and whistles in phpmaker 2024!


arbei
User
Posts: 9384

Post by arbei »

There is no such option in the original chat app, you can only customize the function playNotificationSound() in the app's code.js yourself, e.g. you can open a toast.


ethanlazarus
User
Posts: 63

Post by ethanlazarus »

Thank you so much! I'm not great with .js - would you be willing to share the code to do this? Thank you!


Post Reply