Search Results for 'bbpress'
-
AuthorSearch Results
-
July 14, 2009 at 7:15 pm #49318
In reply to: BuddyBar for bbPress
John James Jacoby
Keymaster@argyris, nope, haven’t even checked it out yet and probably won’t for a few days.
My guess is that WordPress is overriding the language setting for bbPress in a way it doesn’t understand. Lots of times the filters don’t jive 100%, so I’ll need to see which setting gets flushed and rehook it.
Probably not a big deal, just in the middle of two big projects this week.
July 14, 2009 at 7:09 pm #49317In reply to: BuddyBar for bbPress
argyris
ParticipantThanks John

Any idea anout the language problem?
July 14, 2009 at 6:54 pm #49315In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterRegarding the capabilities issue. please refer to this fix from donncha. It is an official changeset to WPMU, so using this method will be future safe and not involve editing the WordPress core files going forward.
Thanks donncha for listening.
July 14, 2009 at 4:56 pm #49308In reply to: BuddyBar for bbPress
Brian Neil Katz
ParticipantWoo Hoo! Thank you for everyones help : @JJJ and @Rohan
http://www.wpmeetups.com/forums/
Fully Integrated with the following:
1) 2.8.1 WPMU (latest trunk – 1867)
2) BuddyPress 1.1
3) bbPress 1.01 (latest trunk – 1361)
4) BuddyBar 1.03
5) Modification of of two core files
a) wpmu-functions.php b) capabilities.php
Thanks Again
July 14, 2009 at 4:17 pm #49306In reply to: BuddyBar for bbPress
nielowait
Participant@the wall:
I spent most of the day trying to figure out (like many others) why buddypress groups and bbpress wasn’t integrating. In the end I managed to track down that, in my instance, the xmlrpc wasn’t working for some reason. The connection seems to be closed prematurely. When I eventually tracked down the fault to where the buddybar plugin gets included, and once I deactivated it, the xmlrpcs (and thus the integration) started functioning properly.
Please excuse if this has already been addressed in this thread, it’s been a long day, so don’t have the energy to read through everything right now, but I wanted to share what I found out in case it could help anyone else.
As soon as I can, I’ll try using the bleeding edge version and see if I can’t figure out what’s happening with the particular setup I’m working with to cause this to happen. The odds are good that it might even work without any fuss using the above-mentioned version.
July 14, 2009 at 3:46 pm #49303In reply to: BuddyBar for bbPress
argyris
ParticipantStrange! When I comment the include part of the ‘deep integration’, everything gets back to normal, but without the baddybar
July 14, 2009 at 3:19 pm #49298In 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
-
AuthorSearch Results