Plugin: Forum Attachments for BuddyPress
Join this plugin group to follow comments, support topics and reviews.
Installation
- Upload to plugin directory and activate
- Create a directory ‘bb-attachments’ one level above your WP root and make sure that it is writeable by the server. So if your WP installation is at /home/html/, create a directory /home/bb-attachments.
- If you have an unusual setup (in particular, if your WP_PLUGIN_URL is somewhere other than /wp-content/) you may have to play with the path settings in download.php and image.php to make things work correctly.
- If you’d like to change the default settings (as described in step 5 here http://bbpress.org/plugins/topic/bb-attachments/installation/), you may do so by editing forum-attachments-for-buddypress-bp-functions.php
- I use a JavaScript trick to make uploads possible. If you are confident that most of your users will have JS enabled, you do not need to do anything else.
- If you want to make uploads possible for users with JS turned off, you will need to alter the
<form>tags on your theme’s forum files: groups/single/forum/topic.php and groups/single/forum.php. Change<form action="" method="post" id="forum-topic-form" class="standard-form">to<form action="" method="post" id="forum-topic-form" class="standard-form" enctype="multipart/form-data">. You’ll need to make a similar change to forums/index.php: change<form action="" method="post" id="forums-directory-form" class="dir-form">to<form action="" method="post" id="forums-directory-form" class="dir-form" enctype="multipart/form-data">.
Plugin Info
- Version: 0.2.4
- Last Update: 551 days ago
- Requires: 2.9, 1.2
- Compatible to: 2.9.2, 1.2.2.1
- Downloads: 8,811
- Rating:




(based on 12 ratings)
Create Account
To create a BuddyPress.org account please first create a WordPress.org ID and then use that to log in to this site.
Log In
To start connecting please log in first.
Bugs
Think you've found a bug with the software? Please report it here (use the same login credentials).