Search Results for 'bbpress'
-
AuthorSearch Results
-
July 14, 2009 at 3:19 pm #49298
In reply to: buddypress problem with bbpress: preg match error
3474163
Inactive…other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?
Are you using deep integration by chance?
hey,
thanks for your quick answer, i don’t do anything special, the message appears at the top, when i click on the forum setup.
i downloaded the wpmu package again and inserted the comment.php in the wp.includes folder, to see if the file is corrupt, but the error message is still there…
what is a php memory limit error and how do i fix it?
what do you mean with deep integration?
i installed wpmu, than added buddypress vÃa the plugin page, than installed bbpress manually (in a wpmu subfolder called “forums”) and added some other plugins…
ah, and wpmu and bbpress share the database…
but, so far i haven’t used any special integration plugin.
greets
loligco
July 14, 2009 at 2:51 pm #49295In reply to: BuddyBar for bbPress
Rohan Kapoor
Participant@Brian: did you activate the plugin? At one point after solving the white screen i had forgotten to activate the plugin,
!@argyris: Do you the language files have anything to do with the bb-config.php file? I don’t think they do therefore I’m not sure why you would have that problem. It sounds like the language has been “disabled.”
July 14, 2009 at 2:16 pm #49275In reply to: BuddyBar for bbPress
argyris
ParticipantThe other programs (mu and buddypress) have indeed the correct language. Only bbpress has the problem after the deep integration.
Any ideas?
July 14, 2009 at 1:56 pm #49272In reply to: BuddyBar for bbPress
Brian Neil Katz
Participant@Rohan Thanks for the help with the modification of the two core files:
1) wpmu-functions.php
2) capabilities.php
No longer receiving a ‘white screen; however I do not see the Buddy Bar?
http://www.wpmeetups.com/forums
Any idea? I thinking I left something out?
July 14, 2009 at 1:48 pm #49268Burt Adsit
ParticipantI installed 1.0.2 and then the patch. That works as well. Perhaps the difference is in the bbpress versions. Are you running v1.0 or v1.0.1 of bbpress?
July 14, 2009 at 1:15 pm #49265In reply to: BuddyBar for bbPress
Rohan Kapoor
Participant@argris: chances are the deep integration is overriding your language defaults. Check if you have the correct language in all of your programs (mu, buddypress and bbpress)
July 14, 2009 at 1:06 pm #49264In reply to: how can i add buttons like this post area?
Ipstenu (Mika Epstein)
ParticipantFor the forums, it’s Comment Quicktags
For the blog, there are a lot more options.
There isn’t one, yet, that works with all components (groups, wire, etc).
July 14, 2009 at 12:25 pm #49262In reply to: BuddyBar for bbPress
Rohan Kapoor
Participant@Brian: Yes the correction to thos two core files will solve your problems. Chances are the next version will have done something about it as well.
July 14, 2009 at 10:59 am #49251In reply to: BuddyBar for bbPress
Brian Neil Katz
ParticipantI completed installation of the following
WPMU 2.8.1, (trunk 1867)
BuddyPress 1.1
bbpress 1.01, (trunk 2311)
BuddyBar 1.0.3
Site:
http://www.wpmeetups.com/forums/
Integration has been successfully set-up between Forums and BuddyPress Group Forums.
Problem: Insertion of the following in bb-config.php: (generates a white screen)
<php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
Question: Will the following correction to 2 core files correct this problem:
You’ll actually need to patch two CORE files, to make this work now.
wp-includes/wpmu-functions.php on line 317 and line 352
Change _init to __constuct (__construct)
And then in wp-includes/capabilites.php on line 84 and 99
Change _init to __constuct (__construct)
Ugh… I hope this is fixed soon.
July 14, 2009 at 10:32 am #49249In reply to: BuddyBar for bbPress
argyris
ParticipantHi,
I’ve installed the plugin and everything seemed to work just fine, with the exeption that now the bb lang file is not loaded or not used, so my bb interface is back to the default lang (ie en)
I’m using wpmu 2.8.1 bp 1.0.2 and bb 1.0.1 (with the deep integration)
Any help will be apreciated.
Thank you!
July 14, 2009 at 7:26 am #49244r-a-y
KeymasterIf you are properly integrated, your BP display name should sync up with bbPress’ post_author() function… you shouldn’t have to do anything… at least that’s the case for me.
(I’m using deep integration)
July 14, 2009 at 4:24 am #49241In reply to: BuddyBar for bbPress
Rohan Kapoor
ParticipantI think I might be able to pull something fancy with mod_rewrite. i’ll try tomorrow!
July 14, 2009 at 3:36 am #49238In reply to: buddypress problem with bbpress: preg match error
Brian Neil Katz
ParticipantI completed installation of the following
WPMU 2.8.1, (trunk 1867)
BuddyPress 1.1
bbpress 1.01, (trunk 2311)
BuddyBar 1.0.3
Site:
http://www.wpmeetups.com/forums/
Integration has been successfully set-up between Forums and BuddyPress Group Forums.
Problem: Insertion of the following in bb-config.php: (generates a white screen)
<php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
Question: Will the following correction to 2 core files correct this problem:
You’ll actually need to patch two CORE files, to make this work now.
wp-includes/wpmu-functions.php on line 317 and line 352
Change _init to __constuct
And then in wp-includes/capabilites.php on line 84 and 99
Change _init to __constuct
Ugh… I hope this is fixed soon.
July 14, 2009 at 2:58 am #49236In reply to: localhost under xampp, windows vista
John James Jacoby
KeymasterThere are two plugins that you’ll need to sync up the cookies; one of them is included with BuddyPress under bp-forums/bbpress-plugins/, this one gets copied into your bbPress/my-plugins/ folder. The other you will want to download from the WordPress plugins repository (wordpress.org/extend/) and install and activate in your WordPress admin.
Once you have each plugin installed, one for each platform, configure them and follow the directions for each one, and then report back.
July 14, 2009 at 2:54 am #49234In reply to: buddypress problem with bbpress: preg match error
John James Jacoby
KeymasterWhen do you get this error message? Like, what exactly are you trying to do when this happens? I’m not really sure what this could possibly be, other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?
Are you using deep integration by chance?
July 14, 2009 at 1:21 am #49233benfremer
ParticipantHmmm…maybe I can still figure this out…found some more stuff to fidget with…will try that.
July 14, 2009 at 12:56 am #49232benfremer
ParticipantHi Manoj…I am trying it your way, but then I don’t see the forums option part when creating a new group once I am one, and am confused…
At
“8. Head back to your BuddyPress installation and sign up as a new user. Once you have
activated the new user, make a note of the username and password given.
9. Log back into your bbPress installation as the administrator, and head back to the admin panel (/bb-admin).
Go to the “Users” tab and look for the new user you signed up in step 8 in the list. Hit the “Edit”
link for that user, on the end of the row.”
I try creating a new user but it doesn’t show in bbPress…and then I am just fidgeting with settings, using the bbpress “Key Master” in the WP admin when trying to do the forums integration…does anybody know what else needs to be fidgeted manually to make it work?
Thanks,
Ben
July 14, 2009 at 12:11 am #49231benfremer
ParticipantSame problem for me…I think step #3 in the integration ReadMe may need some changing…I didn’t see a dropdown option either.
July 13, 2009 at 10:30 pm #49228In reply to: Forum Integration: HELPING HINTS
flynn
ParticipantHey guys, here’s one for you:
I’ve got BP 1.02, WPMU 2.7.1 (not updating yet :S) and BB alpha 6.
Followed TheEasyButton tutorial to the T. And single sign on works!

However, when creating a group, I still get this message:
Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.
And I can’t post to the group forums.
I’m losing my mind here. My Dev server works like a charm, but for the life of me I can’t get the live server to work, and I swear they have the same version / setting info.
Thoughts
July 13, 2009 at 9:09 pm #49222In reply to: localhost under xampp, windows vista
José M. Villar
ParticipantHi JJJ,
1) I cannot be 100% sure, as soon as I installed WPMU locally, I continued with the bbP integration, did not stopped to check cookie behaviour.
2 & 3) I am sure I did not go into neither of these two integrations, as I do not know what you are talking about

4) Nope, I never included that define line in my bb-config.php
If you could be clearer about bbPress integration on “bbP side” and “WP side”, I can continue with your suggestions.
TIA
July 13, 2009 at 7:49 pm #49218In reply to: localhost under xampp, windows vista
John James Jacoby
KeymasterI don’t use XAMPP, but WAMP should be pretty much the same.
Can you confirm you ever had cookies working successfully? Even before bbPress? Sounds silly to check, but lets make sure it’s working correctly without bbPress.
Do you have the BuddyPress bbPress Integration plugin on the bbPress side? Do you have the bbPress Integration plugin on the WordPress side?
If yes and yes, the next round of trouble shooting is to make sure you have your edits exactly like the plugins say to have them.
Since you’re using MU 2.7.1, you need to have
define('WP_AUTH_COOKIE_VERSION', 1);in your bb-config.php. This will tell bbPress how to handle your integration cookies.
That’s about all I can recommend for now?
July 13, 2009 at 7:11 pm #49217Burt Adsit
Participantplrk noticed that with the bp enable bbpress plugin disabled that we lost usernames and avatars in group forums. This patch works for me with bp trunk and bbpress 1.0 in group forums.
July 13, 2009 at 6:23 pm #49215In reply to: BuddyBar for bbPress
Rohan Kapoor
Participant@ipstenu: i tried what you said but changing the document root also didn’t help. I am quite honestly stuck now!
July 13, 2009 at 5:54 pm #49208In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantVersions I’m using:
WordPress MU 2.7.1
BuddyPress 1.0.2
bbPress 1.0.1
July 13, 2009 at 5:08 pm #49206In reply to: BuddyBar for bbPress
Rohan Kapoor
Participant@John: Don’t worry too much. I’m trying it a bit myself! We’ll see what happens!
-
AuthorSearch Results