I’m having a difficult time integrating bbpress forum with StationPro.
I received the following message after attempt to activate ppPress. Warning: “require_once(../bb-load.php) [function.require-once]: failed to open stream: No such file or directory in /home2/prallago/public_html/wp-content/themes/bbpress/bb-admin/admin.php on line 4.” I don’t know how to resolve this issue.
In addition, when attempting to access my database through bbpress login it responds: “no user name found”. But the database is clearly there and available via mysql on the server.
U found this topic https://bbpress.org/forums/topic/load-bbpress-into-wordpress it can be a solution but when I put require_once(‘/bbpress/bb-config.php’ ); i recive a blank page… 
any solution?
kikko088
Favorites is baked into the bbPress core, so you can’t just turn off a plugin and deactivate it…
But you should be able to remove it just by removing the favorite links from the template! This is the key template file, I believe:
http://svn.automattic.com/bbpress/trunk/bb-templates/kakumei/topic.php
We’ve got a little problem. We use WP as our CMS with Salesforce on the backend. Usernames = email address. bbPress “Favorites” display a user’s username (email) when you go to look at any user’s Favorites. This is bad. You get…
First Last (usersemail@domain.com) favorites
So since the “Favorites” function is not very popular on our site, I thought we could simply deactivate that functionality, rather than having to write a bunch of code to hide the email address from this page.
Anyone?
I’m only aware of one conflict between Hidden Forums and 1.0 – I thought it was addressed with this fix?
https://bbpress.org/forums/topic/ugly-error-on-main-page
The code is definitely older, but when it comes to privacy-related code… tested and working code is worth its weight in gold!
If bbPress is installed in /forum so bbPress create its .htaccess in that directory. Check the Apache log and report the error.
@Xevo Hi, Thanks.
Here is that info:
wordpress: 2.9.2
bbPress: 1.0.2
bbPress Plugin for WP: 1.0
Here are the keys that are the same in wp/bp:
BB_AUTH_KEY = AUTH_KEY
BB_SECURE_AUTH_KEY = SECURE_AUTH_KEY
BB_LOGGED_IN_KEY = LOGGED_IN_KEY
BB_NONCE_KEY = NONCE_KEY
In PB’s settings I also have:
* WP’s auth_salt
* WP’s logged_in_salt
Both set to the WP values.
Hi, in my server I have wordpress installed with the permalink active and works fine,
I tried to do the same thing with bbpress but after the server returns a permission error…
maybe due that bbpress is installed on the same website that wordpress and wordpress consider /forum as a page and this crashes?
thanks in advance
“Hidden forums” is old and broken. zaerl-visibility.
Stickies can either be stuck to the frontpage “(to front)” or stuck to a forum “stick topic”.
The number of items is global, I believe… but you can change that with this plugin!
https://bbpress.org/plugins/topic/front-page-topics/
What version are you integrating into (wp/bp) and are all your keys the same?
thanks…
btw – what does “rescued from Akismet” means
no i mean adding multiple forum “main theme”
sp far all i have as the ability to ad topics…. which is very weird as that’s exactly what wordpress is create topic (post) and discuss them…
i am just trying to figure out what’s the use of such setup… if i can’t add forum, it’s kinda usless to have just a bunch of topics that can’t be sorted…
check out the pick (how do you post a picure in bbpress??)
http://yfrog.com/10111111ohj
Yep, I have it integrated with wordpress. I’ll give those fixes a shot.
Is there anyway I could add them without hacking core? Maybe as a plugin? This post (https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-12563) suggests adding this:
if (function_exists('wp_head')) {
// or another check to see if WordPress has been included
add_filter('get_topic_title', 'stripslashes');
add_filter('get_post_text', 'stripslashes');
}
to the “WordPress Integration” plugin. Since that plugin is in wordpress, not bbpress it didn’t seem like it would work, but I tried anyway and nothing. One person said it worked. Where might they have been adding it?
Then there is hacking core files, which I’d rather not do since it makes updating more difficult.
I’ve seen that on integrated installations, or when using a language file. Is that your situation?
This has been reported but I don’t recall much about it lately, not a lot any way:
https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3953
Hi,
I’m noticing that back-slashes are being added when I use apostrophes or double-quotes in my forum. I’ve seen this before and I think I fixed it by adding stripslashes() or something around the variable, but I don’t know where I’d add it.
Is this a problem with the theme I’m using rather than bbpress? Any thoughts on how to fix it? Where are the post and title boxes created?
Thanks.
Hmm, ok. So far I am still unable to get WP or bbP logins to affect each other. In fact, adding define( ‘COOKIEPATH’, ‘/’ ); to wp-config.php prevents me from logging into my WP admin panel. So here is the current status:
1) Have the WP plugin installed and configured
2) Have bbPress configured
3) I can login to both separately
4) If I log out of WP, I cannot log back in to WP
5) As soon as I log out of bbP, I can then login to WP again.
6) If I removed the COOKIEPATH from the config, then I can login, and out of WP and bbP separately with no issues, but they do not share a common login.
So I think the main problem is that my cookie sharing is not working, as I thought that logging into one would make the other logged in to as well.
ok but I want that the user put also other information…
I don’t like the wordpress profile manager, i prefer the profile manger of bbpress than i want that all user access only to bbpress profile manager.
but while the registration with bbpress the user must insert name, email, site
Only username and email are required.
Good or Bad, firefox crashed on me, and when I re-opened it, auth on both WP and bbPress are working now.
Just a side-note: My WP auth is successful, because I do not get a password error, but it just re-directs me right back to the WP login page again. I have a feeling it is something to do with my WP integration settings.
my bbpress and wordpress ara just integrating, if i’m login with wp i’m login also with bbpress, but while the registration with bbpress the user must insert name, email, site with wordpress the user must insert only a nickname and email…I want to menage the registration only with bbpress….I try to put the html code for login but there is a little problem, until the user isn’t logged in the sidebar there is the login form, but when the user login in the sidebar remains the login form instead “Welcome, user, ecc…..”
There is another way for put login form in the sidebar?
thank you
Hello,
I just installed bbPress, and now when I logout of WP, I am unable to log back in. I can login to bbPress fine as admin user. Any suggestions?