Forum Replies Created
-
Thanks!. On my way…
First, thanks for the reply!.
I’m a little weary right now and just want to wait until v1.0 of BBPress is released before I make the move you suggested. Here’s what I did (after hours of trying to remember what I did before and doing hours of research) and it worked like a charm and I can now access my BBPress admin with no problems…
In bb-config.php between…
/* Stop editing */
…and…
if ( !defined(‘BB_PATH’) )
define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );
require_once( BB_PATH . ‘bb-settings.php’ );
add the following code…
define(‘WPPATH’, dirname(dirname(__FILE__)) . ‘/’);
require_once(WPPATH . ‘wp-config.php’);
Worked like a charm (I’m still using the stable version of BBPress (v9.04).
Hope this helps someone here:)
– BPfan
I’m not logged in at the test site so there should be a FB button. There was when BP RC2 was there but now I assume they have upgraded to v1.0 on the test site and just chose not to add it this time.
I have a ton of FB users on my forum so this is a “must have” for me and not seeing it there makes me worry that perhaps they removed it because it’s not compatible with BP v1.0 or something.
– BPFan
Thanks for the reply. I’m using Ubuntu 9.04/Firefox 3. The FB button is still missing from…
I’ve refreshed, cleared the cache/history, etc.
– BPFan
Excellent work Andy!
Don’t mind at all and thanks for the very helpful info!

– Steve