Search Results for 'bbpress'
-
AuthorSearch Results
-
July 8, 2009 at 6:34 pm #48821
In reply to: BuddyBar for bbPress
r-a-y
KeymasterSo you never had the chance to activate the plugin?
I would recommend removing the deep integration code and seeing if you can access your forums first.
Make sure your bbPress forums are in working order, then add the deep integration code, then activate the plugin.
July 8, 2009 at 6:32 pm #48819In reply to: BuddyBar for bbPress
matthijsv
ParticipantNothing happens, the server just sents a total blank page to the browser. So there’s no activating the plugin unfortunately.
July 8, 2009 at 6:29 pm #48818In reply to: BuddyBar for bbPress
r-a-y
KeymasterSo what happens when you go to your bbPress forums?
The last thing you got to do is reactivate the BuddyBar plugin in bbPress!
Did you do that?
July 8, 2009 at 6:25 pm #48816In reply to: BuddyBar for bbPress
matthijsv
ParticipantIt’s hosted on a subdomain, but when I echo the output of $_SERVER[‘DOCUMENT_ROOT’], this seems to be matching with the correct path.
July 8, 2009 at 6:23 pm #48815r-a-y
KeymasterYes you need deep integration for the BuddyBar bbPress plugin.
Make sure you follow the instructions in the readme.txt.
Also for the forum look… unless you’re using the default BuddyPress look + Manoj’s bbPress theme (http://manojkumar.org/buddypress-theme-for-bbpress/), you’ll have to basically create a new theme that matches your WP/BuddyPress theme.
There’s no really good way around it I’m afraid.
July 8, 2009 at 6:19 pm #48813In reply to: BuddyBar for bbPress
r-a-y
KeymasterSorry you should use the official bb-config.php instructions that JJJ left, except replace:
include_once( '/the/absolute/path/to/your/wp-blog-header.php' );for
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');—
One question though, where do you have WPMU installed? in the root?
July 8, 2009 at 6:16 pm #48811In reply to: BuddyBar for bbPress
matthijsv
ParticipantHey ray,
I’m using
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');right now but no different result.I find it strange that there is no output at all, no error messages…
Ok, no changes to wp-blog-header.
July 8, 2009 at 6:12 pm #48810In reply to: BuddyBar for bbPress
r-a-y
KeymasterHey matthijsv,
You shouldn’t have to mess with wp-blog-header.php.
Unless you made changes to it.
July 8, 2009 at 6:10 pm #48809In reply to: BuddyBar for bbPress
r-a-y
KeymasterHey matthijsv,
What happens when you switch out in bb-config.php:
include_once( '/the/absolute/path/to/your/wp-blog-header.php' );for
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');July 8, 2009 at 6:03 pm #48808In reply to: BuddyBar for bbPress
matthijsv
ParticipantI was adding these lines (from the readme.txt)
if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
define( 'WP_USE_THEMES', false );
//
// You will need to get the ABSOLUTE path to this file |
// |/
//include_once( '/usr/home/dragons/domains/dragonsconnect.eu/public_html/preview/wp-blog-header.php' );
header( "HTTP/1.1 200 OK" );
header( "Status: 200 All rosy" );
}When I add the line you suggested I get the same result, no response at all from any bbpress page.
-edit-
Seems that wp-blog-header.php is causing the error, I’m expirimenting with commenting out some lines there atm.
July 8, 2009 at 5:57 pm #48807In reply to: BuddyBar for bbPress
r-a-y
KeymasterHey matthijsv,
What line are you adding to bb-config.php?
You should only add this to line 2:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');Let us know what happens.
July 8, 2009 at 5:53 pm #48806In reply to: BuddyBar for bbPress
matthijsv
ParticipantThanks for the plugin! Using BudduPress 1.02 and Bbpres 1.01 I’expericiencing some problems:
When I add the lines to my bb-config.php the only thing I get is a blank page, (error reporting seems to be not the issue).
When I activate the plugin in the bbpress admin panel I get the following error:
Fatal error: Call to undefined function get_site_option() in /usr/.../my-plugins/bp-buddybar.php on line 37Any suggestions?
July 8, 2009 at 5:50 pm #48805In reply to: Group forums not working (again)
Florian
ParticipantNope, still nothing. Maybe a group forum just can’t be called “Test” for some reason?

Update to bbPress 1.0.1 didn’t help either, by the way…
July 8, 2009 at 5:47 pm #48804In reply to: BuddyBar for bbPress
r-a-y
KeymasterQuick note: this currently doesn’t rehook the javascript, but it will. Just need to sleep now. Haha!
Since JJJ is in dreamland, for those that do want the javascript hook (even though I plan on not adding it for my own usage! Sorry IE6 users!
), here’s the extra code:Add this after line 29 of bp-buddybar.php:
add_action( 'bb_head', 'bp_core_add_js' );
add_action( 'bb_admin_head', 'bp_core_add_js');It should work, but somebody test it with IE6 and report back.
July 8, 2009 at 5:17 pm #48803Murphygonzalez
ParticipantThanks for your response!
I will look further into the forum. I tried installing the BuddyBar but I couldn’t get it to work. I think part of my problem is that I didn’t do the deep integration deep enough. I am going to try it again.
July 8, 2009 at 5:13 pm #48802In reply to: BuddyBar for bbPress
Slava Abakumov
ModeratorIt also works here:
http://demo.cosydale.com/forum/
It’s demo site. I’m using bbPress alpha 6, BuddyPress 1.0.1.
July 8, 2009 at 2:26 pm #48788In reply to: BuddyBar for bbPress
José M. Villar
ParticipantCool, have U tried it with bbP A6 ?
Thanx to U and r-a-y for this !
July 8, 2009 at 2:18 pm #48787John James Jacoby
KeymasterThis is a big question that will get you a big answer. I’d suggest taking a look around this forum and the bbpress.org forums also, as there are pages and pages of discussion and documentation to help you through this. Many of which are stickies so you can’t miss them.

Manoj has made a BuddyPress style theme that matches the bphome buddypress theme, so that’s something that will help you. I just release the BuddyBar plugin to help get the BuddyBar in the forums area. There’s lots of people contributing.
July 8, 2009 at 2:09 pm #48786In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterQuick note: this currently doesn’t rehook the javascript, but it will. Just need to sleep now. Haha!
July 8, 2009 at 9:05 am #48780In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterYou might want to add deep integration instructions in the readme.txt.
It will make its way into the official readme.txt in the repo once it’s up. I tend to use a different deep integration method myself, so we’ll see how it flies in the wild.
July 8, 2009 at 8:53 am #48779In reply to: bbPress 1.0.1 Released
r-a-y
KeymasterMan already? :p
Thanks for the update, John.
[EDIT]
Just updated! Relatively painless!
Thanks to _cK_ over at bbPress for posting a link to the changed file set only.
July 8, 2009 at 8:52 am #48778In reply to: BuddyBar for bbPress
r-a-y
KeymasterHey John,
Thanks for the co-credit!
You might want to add deep integration instructions in the readme.txt.
Other than that, let’s see more BuddyPress sites out in the open!
July 8, 2009 at 8:18 am #48777In reply to: BP admin bar on bbpress front page
John James Jacoby
Keymasterr-a-y, I took the liberty of making this into a plugin for everyone. It’s a variant of what I’m using on the delsolownersclub.com site that I cleaned up for general usage.
July 8, 2009 at 8:12 am #48776In reply to: BuddyBar for bbPress
TheEasyButton
ParticipantThank you sir
Gonna check it out first thing in the morning.
July 8, 2009 at 8:10 am #48775In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterFixed…
-
AuthorSearch Results