I didn’t test these myself, but in the bbp-core-shortcodes.php file (of RC1 from the trac) it states the following shortcodes:
[bbp-login][
[bbp-register]
[bbp-lost-pass]
So those might work.
is there a shortcode for user registration and login?
Aside from the spam replies, nobody else with this problem?
I run a combination of bbPress & Buddypress and this worked for me, I did put the following code in functions.php:
function disable_all_widgets( $sidebars_widgets ) {
if (is_bbpress()) {
$sidebars_widgets = array(false);
remove_all_actions('bp_register_widgets');
unregister_sidebar( 'bp_core_widgets' );
}
return $sidebars_widgets;
}
add_filter( ‘sidebars_widgets’, ‘disable_all_widgets’, 1, 1);
This removed all widgets aside from the user login, but that’s quite handy to be present at the forum pages. I put that on top of the forums with CSS.
Hi again 
I have remedied a part of this by making a new page template for the page that shows bbpress.
http://www.sithinquisitors.com/sith-inquisitor-forums/
My problem now is that all other pages apart from the forum main page wont use the template page I have made and revert back to the three column default template of the site. Such as http://www.sithinquisitors.com/old-republic-forum/class-discussion/
Is there something that I am missing to get this to work? thanks!
@derpdiddy – I have no affiliation with bbPress other than being a user of the software. I have not coded a single line or made any other contribution other than trying to answer some of the questions on the forums so developers like JJJ can spend their time responding to the more complicated questions.
That being said, I would like to help you, but something in your responses is rubbing me the wrong way. In order to help you I need to know if you currently are or are willing to use WordPress on the site you want to convert from phpBB.
This forum need a Thanks button!
Thank you Erlend
This forum need a Thanks button!
Thank you Erlend
Deadlines are pretty much there to miss them
It’s done when it’s done. Just be glad when it doesn’t take as long as Duke Nukem Forever did 
When it’s done you will not be able to miss the news about that, no worries.
Hello
Any news about the final release of bbpress 2.0? Because WP 3.2 is already out, and bbpress is not
Do I need to remove “Disallow” from robots file then? How should this file look after I updated my pages with this code <meta name=”robots” content=“noindex, follow”/>?
Do I need to remove “Disallow” from robots file then? How should this file look after I updated my pages with this code <meta name=”robots” content=“noindex, follow”/>?
Is this possible? I never read thru the faq’s but i saw a site using your software and I love it. Is this possible? I never edited any of the raw php code in php, but changed the template a bit so the banner points to /. can this be easily done? I do have one custom theme….would that need to go? please direct me to the FAQ on this procedure
Different approach, new account, let’s hope my posts don’t automatically get flagged as spam this time.
Ok, I’m running Version 2.0-rc-1.
Amongst my forums I have a forum that I have set to:
Status: Open
Visibility: Hidden.
Admins can see and use it just fine.
Editors can only see it though, when I go to the forum page (as an Editor) /forums/forum/<forum-name>/ I get a “Page Not Found. The page you were looking for was not found.” Other forums / topics work just fine.
I’m running the members plugin mentioned above (the new one) and I have given editors the following caps (amongst other stuff):
read_hidden_forums (added this myself, just to be sure, because it was not in the list)
read_hidden_topics (added this myself, just to be sure, because it was not in the list)
read_hidden_replies (added this myself, just to be sure, because it was not in the list)
read_private_forums
read_private_topics
read_private_replies
I also tried making a new role with those caps, but that doesn’t help either.
I’m probably overlooking something, anyone who can help?
Take care,
Pim
Andre, Thank You very much. You have simplified my life.
sorry but i dont understand a thing, template files have different name from 1.0 to 2.0?
i’ve now installed the 2.0 plugin version just for test, but under the docs section of this site there are named template files which i cant find in bbp-twentyten theme.
For example front-page.php is deprecated?
now do we have to use page-front-forums?
someone can help?
p.s. sorry for my bad english
p.s.2 i’m a good wordpress theme developer
sorry but i dont understand a thing, template files have different name from 1.0 to 2.0?
i’ve now installed the 2.0 plugin version just for test, but under the docs section of this site there are named template files which i cant find in bbp-twentyten theme.
For example front-page.php is deprecated?
now do we have to use page-front-forums?
someone can help?
p.s. sorry for my bad english
p.s.2 i’m a good wordpress theme developer
Hello,
I’m adding bbPress 2.0 beta 3 to a WordPress site. It seems to work pretty well, except that it says on my profile “You are not currently subscribed to any topics.” even though I am subscribed to two topics. The same goes for Favorite forums and Topics Created.
I checked the code and it seems that bbp_get_user_topics_started(), bbp_get_user_subscriptions() and bbp_get_user_favorites() are all returning false. I’m logged in as the user with ID 2 and these rows are in the usermeta table:
37 2 _bbp_favorites 54,56
41 2 _bbp_subscriptions 56,61
That suggests that favorizing and subscribing works, but there seems to be a bug in bbp_get_user_subscriptions(), bbp_get_user_topics_started() and bbp_get_user_favorites().
In the file bbp-user-functions.php the function bbp_get_user_favorites on line 193 return array(2) { [0]=> string(2) “54” [1]=> string(2) “56” } but bbp_has_topics() on line 197 return false. I guess the same happens in bbp_get_user_subscriptions() so the problem should be in the function bbp_has_topics().
I’m not enough of a WP-expert to dive into bbp_has_topics(), which is why I’m posting here. Do you know what the problem could be?
Thanks in advance.
Hi,
is there a possibility to add BBCode to bbPress 2.0?
The plugin “BBCode Lite for BuddyPress” is written for bbPress 1.x and doesn’t work when put into wp-content/plugins.
Thanks,
neontrauma
Try this:
[bbp-single-forum id="A forum ID"] – Show a specific forum
There are more shortcodes available here:
https://bbpress.org/forums/topic/bbpress-20-theme-compatibility
How to make the forum can be inserted on the pages (or posts) using short tag, such as [forum-1], [forum-2].
I use a blog with many sections and I was extremely convenient to have in each section of the appropriate forum.
I still have not figured out the code, it may already implemented … Tell me, please.
And if this has not realized, then, could you do this?
Thank you.
And… Sorry for my english
@johan – Not a bug, since it’s possible to have several pages of favorites and subscriptions too. If you don’t have enough for a second page, then there aren’t any to show. 
Those should probably be broken up into pages at some point, though.
Seems to be part of the same issue others are experiencing. I’m on it.
Moving discussion here going forward.