Implement attachments upload to the topics and replies in bbPress plugin through a media library and add additional forum-based controls.
GD bbPress Attachments is an easy-to-use plugin for WordPress and bbPress for implementing files upload for bbPress Forums topics and replies. You can control file sizes from the main plugin settings panel, or you can change some attachments settings for each forum individually. Currently, included features:
GD bbPress Attachments 4.7 supports bbPress 2.6.2 or newer. Older bbPress versions are no longer supported!
Pro version contains many more great features:
With more features on the roadmap exclusively for Pro version.
gd-bbpress-attachments
gd-bbpress-attachments
to the /wp-content/plugins/
directoryMain plugins settings panel
Images settings panel
Advanced settings panel
Reply with attachments and file type icons
Attachments upload elements in the form
Single forum meta box with settings
Icons for the forums with attachments
Thumbnails displayed in line
Attachments with delete and detach actions
Image attachments with upload errors
Open 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