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.
Hi!
I’ve adapted the bbpress 2.0 plugin templates to my own theme…
…and works fine!
Take a look in http://www.vruiz.net/foros
Thanks for this unpayable plugin
I have the same configuration. Under “BuddyPress Component Setup”, I disabled bbPress forum.
bb-config.php is only for standalone bbPress and not bbPress v2.0 plugin for WordPress.
if i activate my bbpress plugin beta 3, yes, in admin panel,
im getting the new menu there for adding forum and topics..
also, by defaul, bbpress creates a slug topics, forums, forum, topic etc.
but when you visit that page, it shows nothing but..
archives of “”,
and when i try creating a page and name it forums and add the short codes
its all the same..
what should i do?
I’m answering to the best of my ability, as far as I knew bbpress was a seperate project, like MU was. But after looking it is a plugin
@Anthony – bbPress 2.0 is a plugin for WordPress. Please don’t answer questions that you don’t know the answers to.
@soggybiscuit – You can turn off the root slug in the Forum Settings, but it might still get confused.
@Anthony – Not a bug with the plugin.