2014-09-08, 10:09 AM
Quote:You may send this message to a maximum of 5 people.
How to change this number?
[Pushed] Change max. recipients
|
2014-09-08, 10:09 AM
Quote:You may send this message to a maximum of 5 people. How to change this number?
it is based on Group permissions
Admin Panel >> Users & Groups >> Groups >> Edit User Group (by clicking on Group name) >> Users and Permissions (tab) --> Private Messaging --> Maximum Recipients Per Message
2014-09-08, 10:39 AM
2014-09-08, 11:07 AM
yes, there is a bug ..
2014-09-08, 12:15 PM
How we can fix it?
2014-09-14, 05:21 PM
Confirmed - it is a bug
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
2014-09-14, 05:44 PM
Here's a temporary fix (needs to be adjusted to take into account group limits):
Open up the "private_send_autocomplete" templatebit and change "maximumSelectionSize: 3," to whatever you need it to be.
2014-09-14, 06:34 PM
Hi,
Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too. Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/1427 Thanks for contributing to MyBB! Regards, The MyBB Group
Templates & Style > Templates > Template > Private Messaging Templates > private_send_autocomplete
Change: to
2014-09-14, 08:16 PM
That's not a fix, $max_recipients is a string: https://github.com/mybb/mybb/blob/featur...e.php#L922 The number is just $mybb->usergroup['maxpmrecipients'] but that's not a complete fix either, I'm working on a PR,
|
« Next Oldest | Next Newest »
|