I just installed the bbpress plugin for WordPress and also the BuddyPress plugin. When i create a new forum through bbpress the permalinks are coming out to be website.com/forums/forum/forumname
what could be causing this?
I just installed the bbpress plugin for WordPress and also the BuddyPress plugin. When i create a new forum through bbpress the permalinks are coming out to be website.com/forums/forum/forumname
what could be causing this?
I use this conde in bb-config.php for my integration with wordpress 2.9.2
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
//
// You will need to get the ABSOLUTE path to this file |
// |/
require_once( $_SERVER[“DOCUMENT_ROOT”].’/wp-load.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
/**
now I upadated wordpress to 3.2.1 but I get an error, my forum home not load, the error log is blank, but if I comment the above code it work.
I think that the problem is incompatible with that version
Alessio
I think I finally figured this whole bbpress thing out somewhat…finally!
I just need a little help from the community here to add one last thing.
My forum can be viewed here:
http://www.theurbantwist.com/community
Nevermind the “Company Man Comic” banner that’s there now…it’s just a place holder til I get a banner designed strictly for this forum.
I’m used the bbpress plugin and the default bbp-twentyten theme that came with it…nothing fancy. I just updated some of the css code that would apply to make some of the tables fit.
My main question is how could I go about adding a “Recent Topics” list on the front page of forum as seen on this site?
It looks they’re using the same default theme that I am.
Just curious as to how I would list Recent Topics beneath my forum list on the front page. Like what theme files would I have to edit and such.
Appreciate the help.
Thanks
Where can I remove the ’home’ portion of the breadcrumbs in bbpress?? I just want it to link back to forums, not all the way to home.
Right now its home >> forums >> etc. >> etc.
I just want forums >> etc. >> etc.
Also, on my title it says the site name | blog on the page the bbpress plugin is at, how do I get rid of that or change it to say forums, not blog.
thanks in advance
I realize this question has already been addressed several times:
https://bbpress.org/forums/topic/extra-dropdown-field-in-registration-page
https://bbpress.org/forums/topic/create-a-text-area-or-drop-down-in-the-user-registration-signup
Still can’t seem to find an answer. Happy to pay for a solution to add additional custom dropdown fields to the bbpress registration form, if still no solutions have been offered up by the community. email me at pdvailla [a] yahoo [dt] com if interested.
More than happy to share solution as well, since many folks have requested this.
Hi,
Right now we have a WP-based website. We would like to implement a community solution. Right now we’re looking at bbPress and Vanilla Forums.
I would personally enjoy using bbPress, not Vanilla, but this depends on a vital thing: when stable?
If bbPress will stay in a “unstable” state for a long time (2-3 months), than we’ll go for Vanilla.
So…what is your recommendation?
Thanks!
I have just released the plugin for WordPress that adds attachments to bbPress 2.0 plugin. To download it, go to WordPress.org or Dev4Press:
https://wordpress.org/extend/plugins/gd-bbpress-attachments/
http://www.dev4press.com/plugins/gd-bbpress-attachments/
Milan
Not sure if this belongs here or in Trac, or both, so I guess I’ll stick it in both 
I used the Latest Topics short code on a new page (“Latest Rants”) and I set that page as my homepage (via Settings > Reading), but now, if I, for example, click on page 2 of Latest Rants (which is pointing to site.com/page/2), it redirects me to the blog posts URL site.com/2011/08/14/21/.
I’ve tried refreshing permalinks, but that didn’t work
Any help would be greatly appreciated! As it’s rendering my homepage a little unuseful at the moment.
Our site allmad.org (a ranting community) is using the latest bbPress 2.0-RC3, and it’s working awesomely with BuddyPress 1.5!
(When updating the plugin, don’t forget to visit the WP permalinks and resave them, else links to forums may not work.) I love how every time someone posts a reply or new topic, it shows up on their profile and on the Activity Stream – it’s so awesome! Keep up the good work guys!!!
Hey, I’m trying to install BBPress on my current wordpress site and getting very confused. First of all I tried to install it as a standalone site on 2 servers and after uploading all of the files and trying to access the installer – it would just be a blank page.
So then I installed it as a plugin which worked, but I can’t seem to work out how to display the forum in my current theme. If I switch on TwentyTen, the forum displays properly, however if I turn on my theme nothing displays. I’ve duplicated the files from the bbp-themes/BBP-TwentyTen into my custom theme folder as a ‘child theme’ – which appears to be working (I can see all of the files when I go to appearance / editior), but it still will not show up the forum. I’ve also added the line to functions.php that I should’ve – so there’s no error messages about BBPress not being able to use the custom theme files
Here’s where the main forum should appear: http://ibiza2011.info/forum – it seems to be picking up the navigation, but not displaying the forum. I then created a forum in the admin – http://ibiza2011.info/forum/club-tickets/ but nothing displays their either!!
Please help someone