Hi!
I want to send personal notification to a site member when something changes in a DB.
For instance, let’s say I have a counter in my DB and when it reaches some value, the member will get a notification about that on the site (not email!).
How can I do it?
thnx!
Hi,
Depending on how you want to show it,
you can use some code in the account section,
when the page loads, check of the counter, if it reaches the value, show some text.
or,
on the masterPage.js, check the counter,
When the counter reaches the value, open a lightbox.
Kind regards,
Kristof.
Hey,
Thanks for your answer. But I mean to use the notifications bell, not just lithbox or text.
Is this possible? I’d like to code example, because although I’m 3rd SW Student I didn’t managed to do it by myself.
Thanks again