[Pushed] Change max. recipients
#1
Quote:You may send this message to a maximum of 5 people.

How to change this number?
Reply
#2
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
Reply
#3
Hmm, I set for 10 but still I add only 3 recipients :/

Here is the same problem:    
Reply
#4
yes, there is a bug ..
Reply
#5
How we can fix it?
Reply
#6
Confirmed - it is a bug Sad
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
Reply
#7
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.
Reply
#8
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
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#9
Templates & Style > Templates > Template > Private Messaging Templates > private_send_autocomplete

Change:
maximumSelectionSize: 3,
to
maximumSelectionSize: "{$max_recipients}",
Reply
#10
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,
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)