Search Results for 'bbpress'
-
AuthorSearch Results
-
July 16, 2009 at 2:03 pm #49437
In reply to: WPmu BBPress BdPress – in which order?
Ipstenu (Mika Epstein)
ParticipantDid you copy the folders from “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/”? If so and you’re still seeing the error, you should either upgrade to BuddyPress 1.0.3 (just came out) or COPY (not move) the bp-themes folders into “/wp-content/themes/” – There’s a bug in BP1.0.2/WPMU2.8.1
July 16, 2009 at 12:14 pm #49425In reply to: æøå in bbPress / activity streams
mlemberg
ParticipantBump!
No solutions?
July 16, 2009 at 11:54 am #49424In reply to: WPmu BBPress BdPress – in which order?
kriskl
ParticipantHello!
I have tried with the update, and I still get the same error
You do not have any BuddyPress themes installed.
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.
Am I the only one?
July 16, 2009 at 7:56 am #49420In reply to: Ajax areas not working correctly
thebloghouse
ParticipantHey John thanks for the reply.
No Javascript errrors that I can see no

I am indeed using deep integration using with bbPress – version 1.0-alpha-6 as recommended by a great online turorial. The integration worked perfectly until a little while ago (can’t pinpoint this time) but I now have an issue where bbPress knows I am logged in as admin but clicking on the http://www.mysite.com/forums/bb-admin/ link doesn’t work first time, I have to click Log Out and re log in.
Do you think this is related then?
I also notice a rogue 0 output at the bottom of the buddypress-groupswidget on my home page once I click on any of the group headings, Newest, Active, Popular

Would it be helpful to post the Post Data from within Firebug?
Many thanks in advance.
July 16, 2009 at 7:14 am #49418In reply to: BuddyBar for bbPress
r-a-y
KeymasterJohn James Jacoby wrote:
I haven’t tried this with 1.0.3 yet myself, but I’ll be sure to give it a spin tomorrow.Just upgraded WPMU to 2.8.1 and also upgraded BP to 1.0.3 and applied the __init / __construct fix to wpmu-functions.php (https://trac.mu.wordpress.org/changeset/1875).
And I’m up and running with the BuddyBar.
Man upgrading isn’t fun!
July 16, 2009 at 6:31 am #49417In reply to: BuddyBar for bbPress
Mohit Kumar
ParticipantJuly 16, 2009 at 6:30 am #49416In reply to: BuddyBar for bbPress
Mohit Kumar
Participanthere is my wp-config with db details and auth key removed
<?php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/public_html/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
define( ‘BBDB_NAME’, ‘database here’ );
define( ‘BBDB_USER’, ‘user here’ );
define( ‘BBDB_PASSWORD’, ‘pass here’ );
define( ‘BBDB_HOST’, ‘localhost’ );
define( ‘BBDB_CHARSET’, ‘utf8’ );
define( ‘BBDB_COLLATE’, ” );
define(‘BB_AUTH_KEY’, ‘
‘);define(‘BB_SECURE_AUTH_KEY’, ‘
‘);define(‘BB_LOGGED_IN_KEY’, ‘
‘);define(‘BB_NONCE_KEY’, ‘
‘);define(‘BB_AUTH_SALT’, ‘
‘);define(‘BB_LOGGED_IN_SALT’, ‘
‘);define(‘BB_SECURE_AUTH_SALT’, ‘
‘);auth keys here ^ same as that in wp-config
$bb_table_prefix = ‘bn_’;
define( ‘BB_LANG’, ” );
$bb->bb_xmlrpc_allow_user_switching = true;
?>
July 16, 2009 at 5:55 am #49415In reply to: Ajax areas not working correctly
John James Jacoby
KeymasterAre there any javascript errors in your page? Are you using deep integration of bbPress 1.0.1 by chance?
July 16, 2009 at 5:54 am #49414In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterNicholaszen, are you using a 0.9x version of bbPress? If so, this plugin will not work for you.
In the 1.0.1 version of bbPress, that function is in functions.bb-users.php. I haven’t tried this with 1.0.3 yet myself, but I’ll be sure to give it a spin tomorrow.
July 16, 2009 at 3:38 am #49410In reply to: BuddyBar for bbPress
nicholaszen
ParticipantI think I really messed something up… I get the following error:
Fatal error: Cannot redeclare update_user_status() (previously declared in Imy\domain\wp-admin\includes\mu.php:417) in my\domain\bb-includes\functions.php on line 1249
Someone had a similar thing going on? Hope someone could help me out… Thanks!
July 16, 2009 at 2:58 am #49408In reply to: BuddyBar for bbPress
Rohan Kapoor
ParticipantCan you please copy and paste your bb-config.php file with the passwords removed. It would also be appreciated if you could link us to your site.
Thanks
July 16, 2009 at 2:26 am #49407In reply to: Group forums meta data
Kieran
ParticipantJust to update: I got the plugin from r-a-y, it works great on bbpress but not on buddypress. It seems meta data for buddypress forums is yet to come
July 16, 2009 at 2:08 am #49404In reply to: HELP I CAN'T POST! – README
Sam Bauers
ParticipantFixed now.
Andy upgraded to WPMU 2.8.1 without changing the cookie version in bbPress.
Let that be a lesson to all of you!
July 16, 2009 at 2:02 am #49403In reply to: BuddyBar for bbPress
Mohit Kumar
ParticipantBP bar not working…!!!
This is what i did
I had a full integration – means i had copied all the keys from wp- config to bb-config accordingly.
I had done all other settings so that a discussion forum made in buddypress is shown in bbpress.
I uploaded the buddypress bar plugin to the my-plugin directory.
Added the code into bb-config
with the absolute path of FILE i.e include_once( ‘/public_html/wp-blog-header.php’ );
activated the plugin
nothing happened!!??
Did i miss any step??
July 15, 2009 at 6:44 pm #49389In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterThat would disallow the buddybar in the admin area, which sort-of goes against what the point of this plugin is in a way.
There are lots of variations of how this could work though, and that is certainly one of them. Thanks for helping out!
July 15, 2009 at 6:25 pm #49384In reply to: BuddyBar for bbPress
matthijsv
ParticipantSome more debuggin for the admin bar in combination with Transposh(and maybe some other WP-plugins that manipulate output in a special way)
if(!strpos($_SERVER['SCRIPT_NAME'],'forums/rss.php') and !strpos($_SERVER['SCRIPT_NAME'],'admin')) {
if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
define( 'WP_USE_THEMES', false );
//
// You will need to get the ABSOLUTE path to this file |
// \|/
include_once( 'public_html/wp-blog-header.php' );
header( "HTTP/1.1 200 OK" );
header( "Status: 200 All rosy" );
}
}July 15, 2009 at 10:31 am #49354AccUser
ParticipantYou could probably get away with a single install of bbPress, but you would need a plugin or some theme work.
After installing and integrating bbPress with WordPress MU, I installed BuddyPress and got the group forums working. I created a group and saw that the forum created for that group was a child of the forum that had been created during the install of bbPress. I changed that forum to be a category, so that no topics could be posted in it.
It is entirely possible that you could filter out content that belongs to that category for the main forums. So when using BuddyPress groups, you can see group forums, but when viewing the bbPress forums, the BuddyPress forums are filtered out.
I am also using the hidden and read-only plugins with the BuddyPress Groups for bbPress plugin, and that is working well. However, you could suppress the content rather than marking it up.
July 15, 2009 at 10:19 am #49353Paul Wong-Gibbs
Keymasterbb-config.php is the config file for BBPress. If you haven’t installed BBPress, you won’t have a bb-config.php.
July 15, 2009 at 9:43 am #493523491382
Inactivei don’t find the bb-config.php file
July 15, 2009 at 2:47 am #49339Greg
ParticipantOk, this is working for me too. I see that updating the BP “Name” field also results in an update to the “display_name” field in the wp_users table.
FWIW, I’m not using deep integration.
Thanks r-a-y.
BTW, I have some questions regarding the perf impact of deep integration, but I will start a new thread for that.
July 14, 2009 at 11:54 pm #49334In reply to: bbpress 1.0 integrates well now
benfremer
ParticipantBurt — are you locked out out of the bbpress admin after you do that integration?
Also….what does the code look like for the config vars for “Do what it says on that bbpress screen for manually matching the wp and bbpress config vars.”
I’ve tried the bbpress integration like 7 times now…following a lot of your tips to keep getting closer and closer.
Thanks,
Ben
July 14, 2009 at 9:36 pm #49332Burt Adsit
ParticipantIn 1.0.2 the support for the bbpress helper plugin was pulled out. This ticket: https://trac.buddypress.org/ticket/853 has the essentials for re-enabling the helper plugin support in 1.0.2.
I stuck the ticket’s attached code into bp-custom.php and it works from there fine. I don’t see any need to hack up a bunch of core files. This is going to be a temporary situation.
We need to still run the bbpress helper plugin and the support code in bp 1.0.2. Nothing is gonna work right otherwise.
July 14, 2009 at 8:30 pm #49328In reply to: BuddyBar for bbPress
Rohan Kapoor
ParticipantAnyone good with .htaccess rewrite rules?
I stuck the following in a blank .htaccess but it doesn’t seem to be executing.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^[^.w{3}]+.zyrot.com$
RewriteRule ^$ %{HTTP_HOST} [C]
RewriteRule ^([^.w{3}]+).zyrot.com$ http://wpmu.zyrot.com/forums/ [R=301,L]What I’m trying to do is get .htaccess to execute forums.zyrot.com as wpmu.zyrot.com/forums/
Thanks
EDIT: I managed to get it work a little like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^[^.w{3}]+.zyrot.com$
RewriteRule ^$ %{HTTP_HOST} [C]
RewriteRule ^([^.w{3}]+).zyrot.com$ http://wpmu.zyrot.com/forums/ [R=301,L]
</IfModule>My only problem is that i want it to appear as forums.zyrot.com. Any ideas people?
July 14, 2009 at 7:35 pm #49320In reply to: BuddyBar for bbPress
argyris
ParticipantThanks, I’ll wait !
July 14, 2009 at 7:24 pm #49319In reply to: BuddyBar for bbPress
Rohan Kapoor
Participant@Brian: glad to see we could help.
The bloody .htaccess method is pissing me off.
-
AuthorSearch Results