MyBB Community Forums

Full Version: Increase attachment per post for Admin only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Would love to increase attachment per post for Admins to unlimited.

How can I do that?

Admin CP -> Configuration -> Posting -> Maximum Attachments Per Post is a global setting.

I need one specifically for Admins only.
It's not possible to change this setting if it's a global setting (although usually administrators are never limited). It might be possible to do this using a plugin, although I'm not sure if the hooks are where they should be in order to achieve this result.
(2012-09-19, 06:27 PM)KevinVR Wrote: [ -> ]It's not possible to change this setting if it's a global setting (although usually administrators are never limited). It might be possible to do this using a plugin, although I'm not sure if the hooks are where they should be in order to achieve this result.
Well unfortunately the administrator is limited by the global setting.
I had the same problem; admins are limited by the global attachment limit.

Try this workaround:
1. temporary increase the attachment limit,
2. attach all your files,
3. restore attachment limit once you're done.

The posted attachments won't be affected by the attachment limit.