Thanks for this! 
I’d recommend if you upload this on the WordPress Plugin Repo with the bbPress tag.
All plugins in the Plugins section on this site are for bbPress 1.1 or below only. For bbPress 2.0+ plugins, please check here (some might not be bbPress plugins).
When you would install bbPress 2.0 plugin on WordPress, go to WordPress Admin Section -> Tools -> Import -> bbPress importer and follow the onscreen steps.
Hi. Sorry if I am posting this in the wrong section. I did some searching and did not see any answers on this. I currently have bbpress 1.0.3 installed on a WP 3.2 platform. If I choose to upgrade to bbpress 2.0, what do I need to do for this since these appear to be two completely different installation methods?
Thanks – Erik
found the error:
look at this:
www/bbpress/bb-templates/readme.txt/style.css
aint that the readme.txt is a txt file and not a directory..
just delete it and boom..you got it..
got the same problem a while ago..
found the error:
look at this:
www/bbpress/bb-templates/readme.txt/style.css
aint that the readme.txt is a txt file and not a directory..
just delete it and boom..you got it..
got the same problem a while ago..
That’s what I was wondering.. if any plugins would work with 2.0
I guess I will give a few a try if it is a functionality that is really lacking.
I have installed bbPress as plugin to WordPress – everything works fine but when I am accessing a topic page the comment form is still visible. However this is not the case when displaying the forum page.
Does anyone know how to disable the comment form on forums topic page?
… I should probably post my filter mini-plugin in case anyone else is testing this:
<?php
/*
Plugin Name: bbPress Registration Redirect
Plugin URI: http://sillybean.net/
Version: 0.2
Author: Stephanie Leary
*/
add_filter( 'bbp_user_register_redirect_to', 'scl_print_bbp_redirect' );
function scl_print_bbp_redirect($url) {
return 'http://forum.sillybean.net/register/confirm/';
}
?>
OK, changeset #3450 only partially fixes this problem. Even with a ‘bbp_user_register_redirect_to’ filter, the redirect_to hidden field still gets stomped by the first if() in bbp_redirect_to_field() — line 741.
I tested this on my multisite install. With that first if() commented out, the redirect_to field is set correctly — but even so, I get redirected to the main site’s wp-signup.php.
ETA: OH! I think we’re seeing two different problems here.
On Jared’s single-site install, I suspect what’s happening is that the page containing the registration shortcode just isn’t doing anything with the checkemail query arg. So, it would be fine to have the user redirected back to that page, as long as the query arg generated the proper “check your email” notice.
What I’m seeing on multisite actually looks like this bug in WP itself.
Thank you for this. I didn’t know I could block by IP at all, any way at all, without a plugin.
Testing “Spam Free WordPress” now. At first glance it is effortless, automatic and accurate. I may soon test it on bbPress.
Akismet cannot block by IP – That’s not Akismet, YOU can block by IP in Discussion settings (but those are NOT filtered down to bbPress right now, which means I have to hold off).
I have a template that is not compitablity with bbpress. When I go to http://www.domain.com/forums it uses the page.php template, which does not list the forums.
Without integrating anything, is it possible to drop page-forums.php into my template directory?
Sounds like a GMT issue. Will look into it.
Hi!
I’ve installed the BBpress 2.0 RC3 plugin for WordPress and it works fine. Sorry for a newbie question but how do you add a link to my forum on my homepage menu? I have Twenty Eleven theme and would like a link called “forum”.
Can I also have like mysite.com/FORUM?
Thanks!
@johnjamesjacoby I am looking forward to being able to install BuddyPress on my site, which now uses bbPress 2.0.
A few hours ago, I saw there was a new RC avaiable, I checked the changelog and I found “BuddyPress integration”. I spent the last few hours trying to know what this means, because I installed buddyPress and it does not recognise bbPress plugin(both from the SVN repository).
Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?
If this is the case, I know I can have both v1 and v2 forums working(as I saw in buddyPress you testing website) but I don’t know if it worths, should I wait? Do you have any idea(more or less) about how long is it going to take you to make this integration?
Thanks and congratulations to the team.
@johnjamesjacoby I am looking forward to being able to install BuddyPress on my site, which now uses bbPress 2.0.
A few hours ago, I saw there was a new RC avaiable, I checked the changelog and I found “BuddyPress integration”. I spent the last few hours trying to know what this means, because I installed buddyPress and it does not recognise bbPress plugin(both from the SVN repository).
Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?
If this is the case, I know I can have both v1 and v2 forums working(as I saw in buddyPress you testing website) but I don’t know if it worths, should I wait? Do you have any idea(more or less) about how long is it going to take you to make this integration?
Thanks and congratulations to the team.
the forums are on non public site.
When I post, the time stamp is correct, but the Freshness time for the post says 7 hours.
thanks
So how should my hierarchy looks like, i cannot create a good one…
What I did is:
1. I created a PAGE, and name it as ‘forum’
so the link would be http://mydomain.com/forum
-the content of that page is the shortcode [bbp-forum-index]
2. I created a FORUM named General Discussions
-problem is when i open that forum, shows nothing, just the header
GENERAL DISCUSSIONS
3. I created again a PAGE named general chat and put the shortcode
[bbp-topic-form]
im pretty messed up, can you guide me on creating this forum
i have an idea, but seems i cannot explain and do it
something like
Thanks John, your reply is much appreciated.
Thanks Anthony too for your input.
I am going to install at the root level so hopefully this will resolve itself by doing that.
Hi,
A new update of the translation has been made for bbpress-2.0-rc-3.
Regards, François.
How do I download the .mo and .po files?
I want Swedish translation to BBPress 2.0 rc3.
I have installed bbPress as plugin to WordPress – everything works fine but when I am accessing a topic page the comment form is still visible. However this is not the case when displaying the forum page.
Does anyone know how to disable the comment form on forums topic page?