开发者 | GDragoN |
---|---|
更新时间 | 2024年11月16日 05:40 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
gd-bbpress-attachments
gd-bbpress-attachments
to the /wp-content/plugins/
directoryOpen the Forums menu, and you will see Attachments item there. This will open a panel with global plugin settings.
All attachments uploads are handled by the WordPress Media Library, and plugin uses native WordPress upload functions. When the file is uploaded it will be available through Media Library. Consult WordPress documentation about Media Library requirements.
If there is no error to log, it means that PHP during upload has not provided any information about upload, and that upload has failed before reaching WordPress. Usually, this is related to the file size limit in the PHP.
This has to be done on server, in the PHP.INI file (depends on the hosting) with the directive called upload_max_filesize
. Also, you need to increase post_max_size
value also. If you allow MAX file size of 32MB, and you want to have 4 files uploaded at once, upload_max_filesize
has to be 32MB and post_max_size
has to be 128M or more.
GD bbPress Attachments 4.6 is tested with BuddyPress 10.0 and newer, using bbPress for Groups forums. Make sure you enable JavaScript and CSS Settings Always Include option in the plugin settings.
In some cases, it can happen that jQuery is not included on the page, even so, the bbPress requires it to be loaded. That can happen if something else is unloading jQuery. If the jQuery is not present, the upload will not work. Another common issue is that WordPress Media Library upload is not working. If that is not set up, attachments upload can't work.
No. This plugin requires the plugin versions of bbPress 2.6.2 or higher.
Requires Plugin
added into main plugin filed4p_bbpressattchment_login_url
for the login URL