Has anyone figured out how to get back into the admin panel? I tried to import bbPress via the tools menu and immediately got locked out of wordpress. I have no idea how to get back in and I’m freaking out!
Since my coding skills are modest I went ahead and asked Justin Tadlock (you need to be logged in to see his answer (best bucks you’ll ever spend)), to whom I always trust a reflective answer.
But he’s answer only gave me little hope as well. So for now I’ve shelved it.
I think it has something to do with your Permalinks structure of WordPress.
You show the ID numbers and not real slugs. (names and titles of pages and posts)
—
But something else that is eyeing me in this bbPress software is that EDIT PROFILE link at the user pages.
???
That edit-link really should only show up if the user is logged in and at his own profile page. Why would you like to show an Edit profile link to everybody else?
Same as the links that output the Subscribe and Favorite -topics. Not everybody should see what someone else’s Favorite topics are or what topics he-/she has been subscribed too.
(private info)
Profile pages should only show, About me, Topic replies and Topics started.
Everything else should be hidden and only visible to the user of the ID.
When using internet explorer to view own profile or just view other players profiles it loads up a 404 Error, it works perfectly fine in other browsers i have tested it on other machines and Chrome and firefox work 100% but that dam I.E is causing me alot of hassle.
Its set up as a wordpress website with bbpress plugin activated any ideas?
Thanks
Tom
I am afraid that the above reply is not relevant to my question. Please help.
Thanks.
I just read that WordPress is working on a full blown editor api for the 3.3 release. If that is the case, then I expect to see some new toys really soon thereafter.
For PM you can use WordPress Private Messege. Need some act to using it
Hello,
When i use the importer in wordpress (bbpress 1.1 to bbpress 2.0 plugin) i have the following error:
Fatal error: Cannot redeclare class BPDB in /class.bpdb.php on line 39
I use bbpress 1.1.
Any idea?
thanks!
No Private messages at this point,
In Overall there is not much bbPress (v.2.0) plugins available, and we can only hope WordPress will release a statement on wordpress.org about the release of bbPress 2.0. If they don’t i doubt we will see tons of plugins for bbPress in the first year or two.
Beside all that, this Toolbar plugin works perfect on my forum,
https://wordpress.org/extend/plugins/bbpress-post-toolbar/
And if you Valid the code and delete lots of ‘ugly’ included code it’s even a better product.
But again, out of the box it works great. (many thanks to the author)
My tuned version of this plugin:
http://master5o1.com/topic/show-your-customized-bbpress-post-toolbars-here/
* Still working on my Forum and i don’t know if i’ll ever gonna place it public (live) because for me bbPress is still very Glitchy.
Ok … new to bbPress and have installed v2.
But … before I can go live with that forum I really need an WYSIWYG-editor, including “smilies”, PM (Private Messages) functionality … otherwize, my forum members will go ballistic 
Is there a list of working plugins for bbPress v2? other than “repository” at wordpress.org?
If you changed the BBPress Forums base name to “theboards”, then make a new wordpress page with the same permalink “theboards”. So your forum will be located at mywebsite.com/theboards, regardless of if you create new forums or topics, theres nothing there. Create a page, pop in that shortcode or any of the ones at the link below and ZAP BOOM POW, go to mywebsite.com/theboards and its there! lol
INSERT INTO bb_forums (forum_id , forum_name, forum_desc, forum_parent, forum_order, topics, posts) VALUES (‘6’, ‘Bike of the Month’, ‘Each month we will showcase a different member’s bike’, ‘5’, ‘8’, ‘0’, ‘0’)
Hi,
I run old bbPress 1.02 standalone version.
How do I export the data to a new bbPress 2.0 plugin version in another domain?
Thanks,
Ravi
Would be interested to know what solutions you come up with for this tntc1978.
@Justin given the fact that this version of bbPress has practically nothing in common with bbPress 1.x and previous versions, you can’t really argue that 2.0 will work on high traffic sites because previous versions could. Version 1 and 2 also has completely different authors.
That said, the information anointed just shared sounds very promising indeed. While following the development of bbPress 2.0 from the start, I can safely say that performance has been one of the biggest concerns throughout. The developers were honest, and I was prepared to trade off some performance in favor of cleaner, seamless integration with WordPress.
With anointed successfully hosting 300k posts and 40k users on bbPress 2, I’m beyond pleased. Knowing it will only get better from here, the future is looking mighty bright.
So both bbPress and BuddyPress are now entering a new era of WordPress integration. Both plugins have become much more standardized and seamless.
Now all you need is more eyes and idle hands on the code, documentation and forums. There’s still no word of the renewed bbPress or BuddyPress in the admin panel’s “WordPress Blog” feed. The news that was once in “Other WordPress News” has since been moved far down the list where most people won’t see it.
A mention on wordpress.org could quite realistically make hundreds of thousands of WordPress users aware of these recent monumental developments. I think these plugins represent a crucial part of WordPress’ future; you ought to let the world know what’s happening on these new fronts.
I am running the current version of WordPress, v1.0.2 of bbPress and trying to import it into the latest available build of bbPress 2.0.
When selecting to begin the import this error gets thrown:
Fatal error: Cannot redeclare class BPDB in /home/winextra/public_html/forums/bb-includes/backpress/class.bpdb.php on line 39
Now that it the path to the installed version of the stand-alone version (1.0.2) of bbPress but for the live of me I can’t figure out how to gt past this so *any* help would be greatly appreciated
bbp-breadcrumb(); behaves strangely when viewing your profile. Instead of displaying the users username it displays the most recent WordPress post (e.g Home › Forum › Hello World!). The meta title for profiles is also bit strange… It just shows “›› Your Profile” and not “Username – Website title” as one might expect. Is this something that can be fixed?
Thanks in advance,
Kasper
I need this translation but the problem is that I am unable to login there with my WordPress account. I can login here no problem but as soon as I go to https://translate.wordpress.org/projects/bbpress/plugin/nl/default I am unable to login
//anointed, I must say sorry if I bothered you.
You might see the ‘bbPress Topics list’ widget, in wordpress widgets. I meant I want to use the widget ‘outside the loop’.
That must be done the code like below:
<?php
if ( bbp_has_topics( array( ‘author’ => 0, ‘show_stickies’ => false, ‘order’ => ‘DESC’, ‘post_parent’ => ‘any’, ‘posts_per_page’ => 5 ) ) )
bbp_get_template_part( ‘bbpress/loop’, ‘title’ );
?>
Ok, ive been testing these things out for the past 2 weeks. Buddypress and BBpress communicate, however their actual integration as 2 separate plugins is kinda light. They do/can send info back and forth, and BBPress will publish to the activity stream, and things like that.
TO answer the question asked…
When you install Buddypress and use the group forums, it says “Sync with existing bbpress install”. This means an existing version of the built-in BUDDYPRESS BBPress, not the BBPress Plugin.
You can have Buddypress and the BBPress Plugin (from wordpress), but you install them as 2 seperate plugins and they pretty much operate that way, other than some communication.
As far as integrating BBPress into the Buddypress theme. You can use the built in Buddypress version, which uses the same themes and etc. But for the separate plugin version, I havent found a way to do it, other than that they are both built into the same wordpress theme (unless you find/make a BBPress theme thats similar.
Hope that helps.
I registered here just to help you, because i was having this same issue.
I was frustrated as well… BUT the solution is so simple. Too bad theres no documention to tell everyone.
Whatever u changed the BBPress “Forums base” name to, make a wordpress page with that permalink. And then put in the short code [bbp-forum-index] (or any BBPress shortcode u like).
If you changed the BBPress Forums base name to “theboards”, then make a new wordpress page with the same permalink “theboards”. So your forum will be located at mywebsite.com/theboards, regardless of if you create new forums or topics, theres nothing there. Create a page, pop in that shortcode or any of the ones at the link below and ZAP BOOM POW, go to mywebsite.com/theboards and its there! lol
BBPress Shortcodes- https://bbpress.org/forums/topic/bbpress-20-shortcodes.
Hope that helps.