I use this on my site to login via wpmu and get redirected to bbpress:
add_action('bb_init', 'bp_redirect_registration');
function bp_redirect_registration() {
if (strpos($_SERVER['REQUEST_URI'], 'bb-login.php') !== false) {
$ref = wp_get_referer();
wp_redirect('http://ryuuko.cl/wp-login.php?redirect_to=' . urlencode($ref));
}
if (strpos($_SERVER['REQUEST_URI'], 'register.php') !== false)
wp_redirect('http://ryuuko.cl/register');
if (strpos($_SERVER['REQUEST_URI'], 'profile.php') !== false) {
if (bb_is_user_logged_in() && isset($_GET['id']) && isset($_GET['tab'])) {
$user = bb_get_current_user();
if ($_GET['tab'] == 'edit' && $_GET['id'] == $user->ID)
wp_redirect('http://ryuuko.cl/members/' . $user->user_login . '/profile/edit');
//TODO: see how to handle moderators editing user profiles
}
}
}
of course, it’s not complete yet (check out the TODO). But it works OK.
Not if they register that way. The register link will always take them back to WPMU if you use the redirect, however if you have an inline login form (like they do on the top of this forum) then it’ll work fine.
But yeah, registrations will kick you back to the main WPMU site, I think.
Hi everyone,
I am about to build a new forum for a client. What are the new main features in version 1.0?
Do you still need to install a heap of plugins to allow PM’s image posting etc?
Hi
I’ve just installed the new version of BBPress and followed the instructions to integrate
it with WP.
When I log in and click on Admin I just get a plain text page, where my only options
are to choose the template. So basically I can’t go any further with this install…
Does anyone have a way to fix this please
Hi I have a problem and was hacked. How do I completely remove it from my domain. I can’t even access my wp-admin or anything.
I am kind of a noob also when it comes to coding so if someone could help explain the removal process I would greatly appreciate it. Thanks a bunch guys.
Role Manager only works on version 1.0 and up…
_ck_ just wrote a plugin last week that removes the ability for moderators to see IPs anywhere in bbPress:
https://bbpress.org/forums/topic/how-do-i-remove-the-posters-ip-address-from-the-post-display#post-55575
Just stick it in a plugin information wrapper:
https://codex.wordpress.org/Writing_a_Plugin#Standard_Plugin_Information
And you should be good to go!
I like the simplicity of BBPress. My forum is pretty active and simplicity gives me better performance.
And I am grateful to the volunteers working to improve BBPress.
My main complaint would be that sifting through this site for solutions it is sometimes difficult to figure out version compatibility.
Thanks a lot! Talk about a quick response!
Is there any way to have it so after login, it will direct you to the original page in which you were on? When I login, it just sends me to the main WordPress domain instead of redirecting me to the original forum page that I was on.
Ideally this is what happens
BB clicks Login/Register > Forward to WPMU Login/Register > Authenticated at WPMU > Redirected back to original page.
At the same time, if someone does a login at the WMPU area, it would put them back to where they came from.
Is this possible?
Put this in your forum’s .htaccess for a simple way:
Redirect 301 /forums/register.php http://yourdomain.com/wordpressmu/wp-login.php?action=register
Redirect 301 /forums/bb-reset-password.php http://yourdomain.com/wordpressmu/wp-login.php?action=lostpassword
I’m using it on my WP/BB and WPMU/BB/BuddyPress sites
Hi there,
Its amazing how much these forums have helped through reading about other people’s problems and solutions. I was able to get everything with integration working perfectly (albeit several installs later), but there has been one problem that I haven’t been able to find a direct answer for (maybe I am just using the wrong keywords to search).
What I am trying to do is have all the bbPress login/registration get directed to the WordPress (WPMU) login/registration pages. I am running RPX for login/registration at the WPMU page, and it has worked flawlessly for OpenID integration, but I can’t find a way to make all the bbPress goodness get directed to WPMU and then back to my forums.
Thanks ahead of time!
Upgrade from 0.9.0.4 to 1.0.2 is pretty good but “content 2” in 1 box not upgrade… see picture. http://img205.imageshack.us/img205/4599/bbpress102.png
Topics, tags created on bbPress 1.0.2 many…
Hey, is there a BBpress vector logo available to incorporate into custom themes, in the footer?
Regards
Will
Hey guys,
I’m in the process of building a BBpress theme under the GPL license. I was wondering if it’s possible to include a theme options page (in the bb-admin section) for my theme, similar to WordPress themes. The idea being that users could add/edit about text/footer text without editing core files.
Any ideas/feedback would be appreciated.
They’re merging WordPress MU and WordPress (single user). Since Buddypress is WordPress MU + plugins… the social features should be integrated into WordPress single user when that’s done.
I agree that bbPress lacks many social features… but that’s not really the scope of the project, which is more focused on forums? If there’s a specific feature you’d like to see, let us know in the forums!
Hi, I succeed to migrate from fluxbb to bbpress.
here are the queries I used. There are no explanations but maybe it will help you.
I made this by duplicating the tables fluxbb_forums,fluxbb_topics & fluxbb_posts in my bbPress database.
DON’T FORGET TO BACKUP BOTH TABLES BEFORE DOING ANYTHING !
For each table I deleted some fields and rename them to match bbpress structure, and at the end I import the datas in the right bbpress table.
http://pastie.org/571210
Do the queries one at time so you can check if there are errors.
I didn’t made anything on the users table as it’s integrated with WP on my website.
To give back a WP user its fluxBB posts; do this
UPDATE bb_posts SET poster_id=NEW_WP_USERID WHERE poster_id=OLD_FLUXBB_USERID;
UPDATE bb_topics SET topic_poster=NEW_WP_USERID WHERE topic_poster=OLD_FLUXBB_USERID;
When done, don’t forget to recount everything (posts, etc). in the admin panel.
Reminds me of this quote I read yesterday:
@KathySierra The secret to real user-happiness magic is a balance between the promise-making department and the promise-keeping departments
bbPress is not right for some people, but it’s just fine for a lot of others. I look forward to the day when Automattic puts a bunch of resources behind it. Until then, I just accept it for what it is.
I used to get upset when I saw people ranting on bbPress in these forums, but I realize now that the ones who complain are the ones who really care. If you didn’t care, you’d just walk away. So it’s something about the promise of bbPress that’s not yet been realized that gets people frustrated.
One more place where I found problem. I tried plugin Use Display Name and if there are utf8 characters in display_name values they are too displayed as question marks.
I’m sorry but sometimes less is just less. I looked forward to having a lite integrated forum, but it doesn’t look like bbPress is ready for that.
Saying bbPress can be integrated with WordPress is like saying your seat can be used as a flotation device.
The fact this site isn’t integrated should have been a tip off.
If you are looking for anything beyond just cookie integration good night and good luck.
Sure, theme integration can be done via some costly hacks, but its the simple stuff that has my head spinning. Something simple like a bbPress login box in WordPress is more complicated and less likely than Mideast peace.
I just don’t get it….
It seems like all the “social cms” resources and ideas are being put into Buddypress. Can’t we have some of those basic features in the single WP install?
WP-United for phpbb has these features. Why is it so hard for bbPress?
Don’t get me wrong, the people supporting BB here in this forum are great. Problem is there just are not enough of them to fill in the big gaps created at inception.
Sorry for the rant. I still would love to use bbPress, I hope one day soon they will fulfill its promise. Until then:
http://www.wp-united.com/features/
I have problem in displaying utf8 characters from wp_usermeta. My bbPress 0.9 installation is integrated with WordPress 2.7 and uses wp_users and wp_usermeta tables from WordPress.
I use this hack to display information about user that is stored in WordPress built-in fields like first_name and last_name on profiles page. Also I use bb_get_usermeta function to print that data below username on topic page.
As you can see in this screenshot, wp_usermeta uses utf8_general_ci and on this screenshot you can see that values are correctly saved in fields. But on bbPress pages those utf8 characters are not displayed correctly. Also on profile editing page in bbPress, those characters are also nnot displayed correctly.
Finally, on topic page, you can see that utf8 from usermeta is also not displayed correctly.
Note that my registration is handled through WordPress since I redirect bbPress registration page to WordPress one, and on WordPress users fill their profile info, where everything is shown normally.
Also to note that utf8 characters in topic titles and posts are displayed correctly.
One strange thing I spotted is that if user edit it’s profile on bbPress profile editing page, and replace those question marks with correct characters, after that those characters would display normally on bbPress.
So my question is why is this happening and how to solve it?
Thanks in advance
When I first switched on Gravatars, and selected a gravatar from gravatar.com, things looked great.
Until I tried to change it a few days ago. I uploaded a new one and selected it, but BBPress insists on showing the old gravatar! I’ve even gone so far as to delete my original gravatar from gravatar.com; it still shows the old one! What’s going on??
I have a bbPress install which is sharing user tables and cookies with WordPress.
I’m trying to create a link in bbPress which will allow my users to log out using the WordPress logout page, To do this I think I need to make a nonce in bbPress which WordPress will recognise. So far my attempts have failed. I’ve aligned the salts, hashes and keys in wp-config.php and bb-config.php.
Any suggestions?
resolved hadn’t had to delete my wordpress install but have to check whether the integration works or not 
well it is due to the keys character support may not be the problem but keys surely are because of
1. wrong defining of salt key
2. mismatch of keys
had defined secure auth key salt longer than the secure auth key cookie and wordpress LOGGED IN salt was not matching the bbPress LOGGED IN salt cookie, this wasn’t the root but wrong definition might have been.
advice:
while filling up these keys be patient and double check them.
i am currently facing Fatal error: Call to undefined function in almost every file virtually 
that i think is due to functions integration with wordpress
this all is due to this little function:
require_once(‘path/to/wp-blog-header.php’);
https://bbpress.org/documentation/integration-with-wordpress/
thanks for the help
Announcements would be READ ONLY forums, not Hidden Forums.
https://bbpress.org/plugins/topic/read-only-forums/
You can also just post a topic and close it so regular users can’t reply.
Thank you SO much! I went in and just deleted all tables that started with bb_ then I was able to reinstall my forum.
Woot!