@Rohan: Only the bbpress site dissapears.. The WPMU side has no problems.. But the bbpress site only dissapears with the code above.
BuddyBar for bbPress 
- This topic is
not a support question
Nicholaszen
John James Jacoby
Those of you getting white screens without any ability to see why, need to check your server error logs to figure out what's killing it. 9 times out of 10 it's probably an out of memory on the server side of things, as php probably isn't getting enough memory allocated to it.
Nicholaszen
@JJJ: This is the only thing I see in my logs.. If I loop it up, it says that it is 'moved permanently'.. Does this mean I did something wrong?
[17/Jul/2009:10:44:31 +0200] "GET /my/forum HTTP/1.1" 301 236
[17/Jul/2009:10:44:31 +0200] "GET /my/forum/ HTTP/1.1" 200 -
John James Jacoby
Not sure Nicholaszen. Since there's a lot of activity going on with BuddyPress patches and MU changes, I'm going to hold off chasing any ghosts on this plugin until the next stable versions come out.
I'm keeping an eye on this daily so I'm still supporting it, but there won't be a new version until the next versions of MU and BP come out, unless any major flaws or bugs are uncovered.
unsalkorkmaz
i am using that plugin in http://yerleske.net/pano/
i want to use user's avatars in forum pages too.. i tho its possible because we are calling buddypress with this plugin right?
r-a-y
unsalkorkmaz, that's a totally different topic.
Please look at this thread:
http://buddypress.org/forums/topic/bp-avatars-and-nothing-else-in-bbpress-possible#post-17431
hatiro
I managed to get this working correctly on a fresh install, but then got the white screen of death. Seems to be out-of-sync with Burt's BP Groups plugin. On activating that with Buddybar for BBPress get cannot activate group plugin fatal error cannot redeclare IXR_IntrospectionServer in BBIncludes/Backpress/class.ixr.php line 873.........
Any thoughts????
hatiro
OK, found that if I comment out
//require_once( BACKPRESS_PATH . '/class.ixr.php' );
in oci_bb_group_forums.php it all works happily together...!!!!
dcservices
This works almost fine for me.
When I try to go to Admin in bbpress I get the white screen.
Help Please!
Rohan Kapoor
List version numbers of buddypress, wordpress mu, and bbpress.
dcservices
WPMU 2.8.2
Buddypress 1.0.3
bbPress 1.0.2
That is the only problem, white screen in bbpress admin.
Rohan Kapoor
You did, input the deep integration code properly? Check your apache error logs as well.
John James Jacoby
hatiro, I suspect that's an issue with deep integration and BP Groups not knowing to check for the existence of it. I haven't used BP Groups in a while to see how it holds up with this plugin, but I'll probably check it out soon as I have a site using it that needs to be updated.
hatiro
John,
I think you are right, the integration used by BPGroups becomes redundant when further integration is used, as it seems to want to double up. The forums, and posts work fine for me with that line commented out so fingers crossed I've got it working OK.
I think to find any white screen issues with the buddybar plugin everyone should start from a zero plugin count and then work forwards after activating the buddybar plugin to see which plugins are intefering with it. Perhaps in the future a full deep integration plug in can be set up to resolve these issues.
Lriggle
Hi Guys!
I'm also having 2 niggling issues with this plugin. 1) If I'm logged out of wordpress AND bbpress, and I log into bbpress, the buddybar doesn't change from the logged out status. If I click the login link on the buddybar through the forums and log in, it redirects me back to the blog homepage, not the page I clicked from.
Here's what I'm running...
WPMU 2.8.2
Buddypress 1.0.3
bbPress 1.0.1
Thanks!
tmcandle
This is probably going to sound stupid, but I copied and pasted the example code from the readme and (as it is late) I did not notice there were single quotes around the whole thing. Not sure why they are there but I ended up grabbing the bottom one unknowingly and it took me a bit to realize it was why I was getting a parsing error.
But now all is well and as soon as I can find a bbPress version of the default buddypress template I am golden.
Thanks for this it is a huge help to provide integration.
John James Jacoby
At lriggle; Your first issue sounds more like a cookie issue between BuddyPress and bbPress. Logging through bbPress isn't giving you the correct cookies for WordPress/BuddyPress to recognize you as logged in. You've got some kind of one-way communication going on, and that can be hard to track down. Start by checking your bbPress integration settings and go from there?
The second issue is just a login screen thing. If you click the login link on the buddybar anyways, it will just direct you to the WordPress login page, which will dump you back at the blog root by default. There are other redirection plugins for WordPress and WPMU that will help with this.
Lriggle
@ John James Jacoby
Thanks for the info! I've verified that all my Keys and Salts are the identical, and double checked that the deep integration code given here (http://wordpress.org/extend/plugins/buddybar-in-bbpress/installation/) has the correct path.
I'm not sure where else to check for cookie issues.
I'll look into the redirection plugins for my other issue.
Thanks!
John James Jacoby
Lriggle, tracking down cookie issues can be a huge pain. If you've got everything else lined up, then it's possible it could be an XMLRPC issue or another plugin causing a conflict, both of which are tedious. Good luck!
matthijsv
Any updates on compatibility with BP1.1? I've installed the latest bleeding version of BP but when including the wp-blog-header.php I now get a blank screen at the forums.
Any idea's?
Svenl77
There is a bug in the deep integration script
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/your/absolute/path/to/wordpress/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
It looks like everything is working fine, but a user from the german buddypress forum ( mt ) find out, that wordpress overwrites the buddypress header and so there comes header 200 back and often it is a 302 or even a 404.
this is the new script from mt.
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/your/absolute/path/to/wordpress/wp-config.php’ );
$wp->init();
$wp->register_globals();
I post it hire because I think it must be interesting for everyone. In fact it is really important for seo and the german forum is far away from hire...
pxlgirl
Hi,
how does the plugin work with BP 1.1? I have intergrated bbpress into wpmu, but the buddy bar won't show up. Any suggestions?
pxlgirl.
circuit
my second-level menus aren't popping out on bbpress. i tried the fix on the first page of the thread but the CSS file is different in newer versions of buddypress. can anyone suggest a solution, please?
/* third-and-above-level lists */
#wp-admin-bar ul li ul ul {
margin: -28px 0 0 183px;
}
#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
#wp-admin-bar ul li.align-right:hover ul {
right: 0;
}
#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
left: -999em;
}Omgitsrfb
jjj,
thanks for the plugin but i can't get to my bbpress admin when i use the deep integration code. using buddypress 1.0.3, wpmu 2.8.5.2 and bbpress 1.0.2. I have gone all five pages of this thread and tried everything everyone has suggested but whenever i put in the deep integration code i get redirected back to my blog's homepage. if i take the code out i can access bbpress admin just fine. i have subdomains for my blogs but have forums on a subdirectory.
If there have been any further updates pls advise
af3
This works ok for me in bbpress front-end. however in bbpress admin, i actually had to manually add all the referenced #wp-admin css style in bb-admin/style.css in order to make this works.
coreyhammond
Running:
mu- 2.8.6
buddypress - 1.1.3
bbpress - 1.0.2
I am seeing the buddypress bar links on the left hand side, but they dont get put at the top like in buddypress, there is no formatting/styling to them. Any suggestions?
Arturo
is possible have an updated version of this plugin for BP1.2.1 and the latest version of WP? thanks!
Tom(dB)
I've just updated this plugin to work in BP 1.2.1 and bbP 1.0.3.
Available here:
http://www.deadlyhifi.com/downloads/buddybar-in-bbpress.1.0.4.zip
Reply
You must log in to post.