Hi,
I found the script uddeimlib33.php with different functions to check the user groups. I think it is possible to add the id of the new user group "PMS Admin".
ID of the new user group is "33" and I have to add this ID as following:
Code:
function uddeIMisAdmin($my_gid) {
return in_array($my_gid,array(7,8,33));
}
Is this right?
Should I also define other variables within the script?
Unfortunately I could not find the function the collect the user groups which have to display to send the globale mail.
@Developer:
Could you insert two fields within tab [System] to define the admin and manager groups (ID's) and to declare which user groups should be displayed to send to groups? If the field is empty (or = 0) then use the original procedure, if not then use only the id's which are filled in (if possible).
Regards,
Daniel