Hi, is there any way to block sending PM to staff group by normal users other than writing a custom plugin?
I have a very little time and my community doesn’t understand that PM should be last resort to ask questions so I’m forced to block it to have some time to do other things than responding to messages
I tried to set PM on higher trust levels but it’s wrong to block PMs for a lot of users because private information like email or phone numbers ale landing on public threads and this is not good.
Strange, I have this setting applied also to admins, moderators and staff group but other users can still create new PM to me.
Can it be others settings overwriting this behavior?
Maybe title of my thread is a little misleading, I mean sending PM to user, not group.
If there is not such feature I want to write simple plugin to overwrite disabled state for send PM button which is checking user id or group id first.
Is there any painless way to do that in JS/HTML? I’m not ruby person and simple solution which hides button but allows sending msg using API etc is ok for me. I want to just discourage people from writing to me, not necessary preventing them technically.
I’m searching how to start doing this, but I see there is a new API and I don’t know where to start. Can someone point me to right direction?