Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,251 through 6,275 (of 7,519 total)
  • Author
    Search Results
  • #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

    #49222
    José M. Villar
    Participant

    Hi 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

    #49218

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

    Burt Adsit
    Participant

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

    https://trac.buddypress.org/ticket/848

    #49215

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

    #49208

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Versions I’m using:

    WordPress MU 2.7.1

    BuddyPress 1.0.2

    bbPress 1.0.1

    #49206

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

Viewing 25 results - 6,251 through 6,275 (of 7,519 total)
Skip to toolbar