XF 2.2 How to restrict a member from PM'ing all the staff?

donwon

Active member
We have a member sending private messages to all the staff in one big group. How can I restrict that?

Thanks.
 
Trying to help @donwon out
Right now:
  • All add-ons are disabled
  • $config['enableListeners'] = false;
    $config['enableTemplateModificationCallbacks'] = false; added to config.php
  • Only in registered usergroup allowing 1 maximum conversation recipient as shown below:
J4IsR77vqy.gif

Default style, no add-ons, still letting for multiple users in the convo.
2PUkkXb.webp

It definitely lets me start it too:

UpTf8CW.webp



Not entirely sure what to look for next...
 
Trying to help @donwon out
Right now:
  • All add-ons are disabled
  • $config['enableListeners'] = false;
    $config['enableTemplateModificationCallbacks'] = false; added to config.php
  • Only in registered usergroup allowing 1 maximum conversation recipient as shown below:

Default style, no add-ons, still letting for multiple users in the convo.
View attachment 244530

It definitely lets me start it too:

View attachment 244531



Not entirely sure what to look for next...

Russ, are you able to replicate what he is experiencing on your own site?
 
Russ, are you able to replicate what he is experiencing on your own site?

Negative. Unique to this site as far as I can tell. Just at a loss on what is letting users not have a limit.

Is the "maximum conversation recipient" defined in the database somewhere that I'd be able to check and make sure the value is correct there?
 
Top Bottom