Ashfame:Seriously, a security exploit fix is sitting in the trunk for 1 week
Give JJJ a bit of respect, he’s not the only guy who could make the required change, I believe a few people have the powers and such! Plus I’m sure you’ll see that bbPress doesn’t get as much attention, or have the same number of Core Committers. I’ll try and give JJJ a shout!
create a folder something like named forums and it will be available on domain.com/forums
create a folder something like named forums and it will be available on domain.com/forums
Did anyone ever find a solution to this?
So do I upload the files to the same directory as my WordPress files?
So do I upload the files to the same directory as my WordPress files?
I uninstalled bbPress, no immediate change in access, then started uninstalling ‘Event Manager’ – within a few seconds I could get into the Dashboard… Probably access was possible with only un-installing bbPress.
I found this: https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17417
== Loss of Admin Access ==
It is possible (most likely during REVERSE integration) for admin access to be lost on the bbPress or WordPress side after you integrate a new install. This is because the role of keymaster is stored in the user-meta and if you have gone from BB_USERS to WP_USERS (and BB_USERMETA to WP_USERMETA) , suddenly there is no longer a level set for the user. So the password/login will work but not admin access.
Fixing this requires the role to be inserted back in the usermeta. This used to require editing the table (ie. with PHPMYADMIN) but I also created a basic plugin to handle the most basic case. Note it requires the keymaster to be user #1. If not, you will have to “hand edit”.
I uninstalled bbPress, no immediate change in access, then started uninstalling ‘Event Manager’ – within a few seconds I could get into the Dashboard… Probably access was possible with only un-installing bbPress.
I found this: https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17417
== Loss of Admin Access ==
It is possible (most likely during REVERSE integration) for admin access to be lost on the bbPress or WordPress side after you integrate a new install. This is because the role of keymaster is stored in the user-meta and if you have gone from BB_USERS to WP_USERS (and BB_USERMETA to WP_USERMETA) , suddenly there is no longer a level set for the user. So the password/login will work but not admin access.
Fixing this requires the role to be inserted back in the usermeta. This used to require editing the table (ie. with PHPMYADMIN) but I also created a basic plugin to handle the most basic case. Note it requires the keymaster to be user #1. If not, you will have to “hand edit”.
hi,there.for the cookie problem,it is Okay now.or there was some error occured on the server of bbpress.
more,u mates can clean the cookies saved by the browser u were using in the option to logout the bbpress.
be helpful
thks
webby
Hello I just installed bbpress and I dont know where to add new users. We want to use this as a private forum, with no registration process at all, so I would need to have total access to manage users.
anmari thank you for contributing that line of code, I’m very thankful I happen to find this. Thank you thank you!
They can be installed in the same database.
Just like WordPress, bbPress has its own theme functionality so you will have the same looking site if you have a similar theme for both of them or you can customize the bbPress theme to match your WordPress one by deep integration – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
Read about pros/cons of deep integration too – http://blog.ashfame.com/2010/02/bbpress-deep-integration-advantages-disadvantages/
They can be installed in the same database.
Just like WordPress, bbPress has its own theme functionality so you will have the same looking site if you have a similar theme for both of them or you can customize the bbPress theme to match your WordPress one by deep integration – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
Read about pros/cons of deep integration too – http://blog.ashfame.com/2010/02/bbpress-deep-integration-advantages-disadvantages/
I have an existing WordPress site, and started looking into adding bbPress to it. I see that they can be integrated, but am unclear on whether the bbPress needs its own domain for installation. Will the WordPress and bbPress site be like two interlinked sites, or more like one site?
I installed everything as per instructions and much help from various sources.
It all seemed to work for a moment, but then I logged out and back in to make sure it was all okay, but once I logged in the ADMIN link was gone and I cannot figure out how to get back to the admin section to access the settings and stuff.
Does anyone have any ideas?
have the latest bbpress and wanted to know how to limit the display of the thread titles so it will be something like this
this is a test of a thread title an…
Doesn’t bbp_get_user_topics_started( $bp->displayed_user->id ); work?
I have it working with bbp_has_topics(array(‘author’ => $bp->displayed_user->id)) that’s not the problem. The problem is I can’t get it to work with bbp_get_user_topics_started() because it doesn’t seem to return the query.
Are you sure it’s id and not ID? (in BuddyPress, because I think it should be ID)
The BuddyPress profile, that’s why I’m using $bp->displayed_user->id not $bbp->displayed_user->ID
bbp_get_displayed_user_id() echoes the value of $bbp->displayed_user->ID, so if you’re using the variable, you can use the function.
Which page are you on then?
That would only work is I were on the BBPress profile for the user.