MyBB Community Forums

Full Version: PM recipients limit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone know where the limit is set on the number of recipients for a PM? Can't seem to find it in any of the settings...
You go into ACP > Users/Groups > Groups > {Group Name } > Options > Edit group > Users/Permissions ----- go down to Private Messaging and change the value
Currently set to 0 for admins, 5 for registered users. As an admin, I get a warning if I try to add more than 3...
Stranger and stranger. I can have as many as I like on my staging server, even though in theory it is a clone of the live one.

Live server is PHP 5.4.42, staging is PHP 7.0.4-7ubuntu2.1

Not sure about mySQL versions...

Interesting, even though I copied all the templates/themes from the live server, the staging server's private_send_autocomplete had this: 
maximumSelectionSize: {$mybb->usergroup['maxpmrecipients']},

but the live server was set to 
maximumSelectionSize: 3,

Need to dig deeper...