![]() |
Sergey Kornilov admin 3/11/2022 |
I do not follow. What is the relation between notifications and permissions? |
M
|
muammer author 3/11/2022 |
https://xlinesoft.com/blog/2021/12/18/version-10-7/ In the feature described on the blog page, it is explained that the notifications can be adjusted according to the desired user. Is it possible to set the same property as groups. Is it possible to have "$group" instead of "$user" in the code structure you gave as an example on your blog page? Can we allow the groups we want to see the notifications? Please excuse my bad english. I don't know, could I explain? |
D
|
druck281 3/22/2022 |
Here is an example that I wrote where I wanted to notify two specific user groups. You can arrange the WHERE clause how you want to fit your use. Good luck! $currentUser=$_SESSION["UserName"]; //Setting current user to variable for use in the comparison for the "if" statement |