Hey, i still got a few questions.
First of all, if i install some mods, will they work in every created forum?
Is there a possibility to give a forum a maximum space for attachments?
3rd, is there a possibility to disallow attachments for everybody?
Thanks a lot.
Greetings.
(04-03-2009 09:59 PM)Lucan Wrote: [ -> ]Hey, i still got a few questions.
First of all, if i install some mods, will they work in every created forum?
Is there a possibility to give a forum a maximum space for attachments?
3rd, is there a possibility to disallow attachments for everybody?
Thanks a lot.
Greetings.
Yes, if you upload plugins to your inc/plugins folder then they will be available to all hosted forums. Forum admins can choose which plugins to enable inside of their ACP in the plugin manager. DO NOT activate plugins on the master forum as this causes issues. Most, but not all, MyBB plugins work with the multiforums mod.
To set the max size of attachments add the following to your .htaccess file:
Code:
php_value upload_max_filesize 2M
This lets you specify the maximum file size your server will accept as an upload. To disable attachments for everyone either set this to 0M or disable PHP's file uploads setting in your server configuration for the domain you are using.
Brandon
Thanks, but thats an "ugly" way i think, because people still se the attachment upload field.
No other way?
Not really, no. Because attachments are built into the MyBB software there's not really a way to disable them from a central location systemwide.