Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,226 through 6,250 (of 7,500 total)
  • Author
    Search Results
  • #49318

    In reply to: BuddyBar for bbPress

    @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. :/

    #49317

    In reply to: BuddyBar for bbPress

    argyris
    Participant

    Thanks John :)

    Any idea anout the language problem?

    #49315

    In reply to: BuddyBar for bbPress

    Regarding 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. :)

    #49308

    In reply to: BuddyBar for bbPress

    Brian Neil Katz
    Participant

    Woo Hoo! Thank you for everyones help : @JJJ and @Rohan

    http://www.wpmeetups.com

    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

    #49306

    In 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.

    #49303

    In reply to: BuddyBar for bbPress

    argyris
    Participant

    Strange! When I comment the include part of the ‘deep integration’, everything gets back to normal, but without the baddybar :(

    #49298
    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

    #49295

    In 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, :D!

    @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.”

    #49275

    In reply to: BuddyBar for bbPress

    argyris
    Participant

    @Rohan

    The other programs (mu and buddypress) have indeed the correct language. Only bbpress has the problem after the deep integration.

    Any ideas?

    #49272

    In 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

    http://www.wpmeetups.com/forums

    Any idea? I thinking I left something out?

    Burt Adsit
    Participant

    I 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?

    #49265

    In 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)

    #49264

    For 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).

    #49262

    In 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.

    #49251

    In reply to: BuddyBar for bbPress

    Brian Neil Katz
    Participant

    I 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

    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.

    #49249

    In reply to: BuddyBar for bbPress

    argyris
    Participant

    Hi,

    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!

    r-a-y
    Keymaster

    If 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)

    #49241

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    I think I might be able to pull something fancy with mod_rewrite. i’ll try tomorrow!

    #49238
    Brian Neil Katz
    Participant

    I 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

    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.

    #49236

    There 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. :)

    #49234

    When 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?

    benfremer
    Participant

    Hmmm…maybe I can still figure this out…found some more stuff to fidget with…will try that. :)

    #49232
    benfremer
    Participant

    Hi 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

    #49231
    benfremer
    Participant

    Same problem for me…I think step #3 in the integration ReadMe may need some changing…I didn’t see a dropdown option either.

    #49228
    flynn
    Participant

    Hey 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! :D

    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

    http://thegsn.org

Viewing 25 results - 6,226 through 6,250 (of 7,500 total)
Skip to toolbar