I recently built a WordPress site based and am using BuddyPress for some interactive community functionality. Members are using the forums built into BuddyPress, but are looking for a way to attach or embed pictures in their posts. Is there any way to extend the BuddyPress forums to allow this, or are there existing plugins that allow this? Or, is there a better forum that can be integrated into WordPress?
I recently built a WordPress site based and am using BuddyPress for some interactive community functionality. Members are using the forums built into BuddyPress, but are looking for a way to attach or embed pictures in their posts. Is there any way to extend the BuddyPress forums to allow this, or are there existing plugins that allow this? Or, is there a better forum that can be integrated into WordPress?
Share Improve this question edited Aug 23, 2010 at 4:51 MikeSchinkel 37.6k14 gold badges117 silver badges132 bronze badges asked Aug 11, 2010 at 20:39 Nate DudekNate Dudek 3214 silver badges9 bronze badges 1- check that buddypress/community/groups/bp-album it might be helpful. – Amit Commented Aug 13, 2010 at 21:25
4 Answers
Reset to default 0And, since I can't (yet) post multiple links, here's two more answers in short succession.
For attachments, there's:
http://buddypress/community/groups/forum-attachments-for-buddypress/
I've just added BuddyPress to a clean WordPress 3.0.1 install to try and find a suitable plugin, and I could simply embed images by using standard HTML tags:
<img src="YOUR_IMG" />
, where YOUR_IMG
is the URL of your image, embeds an image inline into a post.
There's a Group Documents plugin for BuddyPress that lets you upload files to a group, also. Both that and the Forum Attachments plugin work with WP 3.0
Always check the BuddyPress plugins listing for these sorts of questions first, i.e. http://buddypress/extend/plugins/
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745673625a4639552.html
评论列表(0条)