Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,851 through 6,875 (of 7,560 total)
  • Author
    Search Results
  • #44423
    musuko
    Participant

    What worked for me was to isntall WPMU and then install bbpress WITHOUT any integration, after that i went to the bbpress admin and mapped the user and continue with the cookie keys from my wpmu config file, and it worked like a charm, after a 100 installation errors :).

    Lriggle
    Participant

    Yes, I do believe the sites are temporary. Even if they’re not, after the duration of the event, they will only be visible for posterity, and not as an actively maintained site.

    The final decisions regarding hosting haven’t been made though, and I will include this information in my reports and documentation.

    Thank you so much for the information!

    –Lisa

    #44402
    bpfan
    Participant

    First, thanks for the reply!.

    I’m a little weary right now and just want to wait until v1.0 of BBPress is released before I make the move you suggested. Here’s what I did (after hours of trying to remember what I did before and doing hours of research) and it worked like a charm and I can now access my BBPress admin with no problems…

    In bb-config.php between…

    /* Stop editing */

    …and…

    if ( !defined(‘BB_PATH’) )

    define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

    require_once( BB_PATH . ‘bb-settings.php’ );

    add the following code…

    define(‘WPPATH’, dirname(dirname(__FILE__)) . ‘/’);

    require_once(WPPATH . ‘wp-config.php’);

    Worked like a charm (I’m still using the stable version of BBPress (v9.04).

    Hope this helps someone here:)

    – BPfan

    Jeff Sayre
    Participant

    Here is a great introduction by Trent Adams to the HyperDB plugin.

    As far as this issue is concerned:

    If there are other blogs/sites created within the WPMU installation (but not BuddyPress) and other BBPress installations as well, is it recommended that everything reside in the same database, or should things like the additional BBPress installations use a separate database?

    I don’t want to completely kill whatever server this could potentially end up running on, but quick response times and user integration between all platforms is key. The higher-ups estimate that there would be about 1,000 or so users for the duration of the event,

    In this scenario, splitting WPMU data between multiple databases on the same database server will not give you much of an advantage. In fact, it could even slow read/write down slightly. But, if this is a temporary site, which it sounds like it might be, then splitting the load between multiple DB servers is probably not realistic.

    The biggest issue will be how many web server and DB server cycles are dedicated to your domain and how many to other people’s domains. If you have a small hosting account, then you’ll absolutely need to upgrade to a decent VPS.

    There are a few multi-database WPMU plugins out there that help scale a website exactly like you’re talking about. I think the one that most people use is called HyperDB but I have no first hand experience with it. From what I understand, it’s also what wordpress.com uses to spread things around.

    A few users here have some solid knowledge of this, and hopefully they’ll chime in to give you some more specific suggestions.

    #44378

    In reply to: How to install bbPress

    These forums are using bbPress, yes.

    As far as the integration plugins that you will need, I’d recommend checking out the sticky topic and getting comfortable with everything before you start.

    Trent and I are still working on the Forum Integration 2.0 documentation, so for now that sticky is your best bet.

    #44377

    This is a cookie integration issue with bbPress. You should be using bbPress 1.0 Alpha 6 for the easiest login integration.

    Basically WordPress isn’t dropping the bbPress admin cookie. You need the integration plugin for WordPress to drop those cookies, if I remember correctly.

    #44321
    Robert S
    Participant

    Hi guys,

    I have followed the instructions as per the following bbpress forum post:

    https://bbpress.org/forums/topic/wpmu-27-038-bbpress-10-alpha-6-integration-for-the-record (excellent instructions by the way)

    …and I appear to have integration (database + login both ways) – so far all seems OK.

    I’m running WPMU 2.7.1, BP1.0, and bbPress 1.0a6 and have integrated WPMU and bbPress. At this stage I’m not too worried about getting BP integrated as well – will wait until the Group/Forum features within BP improve.

    My gut feel is that both these plugins:

    *bbPress Integration

    *WPMU Enable bbPress Capabilities (0.1)

    …are no longer required (if one follows the instructions as above.

    If anyone “stumbles” across anything different I would appreciate some feedback.

    R

    #44317
    Kunal17
    Participant

    I might have done something stupid…

    On step 3 of the bbpress installation process where it asks for site name, I put in my main domain name (instead of the installation path to bbpress – which I now assume I should have put?).

    I had errors during installation and so I deleted the whole bbpress directory and uploaded bbpress again to a new directory (domain.com/forums). Now when I run the installation and finish step 1, I say move to step 2 and it takes me to my main domain instead of step 2. I have no idea how to fix this. I guess the installation instructions from the first install still exist.

    Please advise as to how I can fix this! Thanks.

    #44314
    Phlux0r
    Participant

    I’ve just done an integration and there was no mention of this plugin. bbPress has a WordPress Integration section in the admin where you can map the WP user roles to the bbPress user roles.

    One thing I noticed though is that if you copy the

    define(‘COOKIE_DOMAIN’, ”);

    line to wp-config.php as the guides suggest, you loose the single sign-on between the site and your WPMu created blogs. I also saw the need to hack bb-settings.php as outlined in the comments to this blog post: http://theeasybutton.com/blog/2009/04/25/integrate-bp-bbpress-wpmu/

    What are your findings?

    #44312

    I’ll be doing a new integration tomorrow with WPMU 2.7.1, BP1.0, and bbPress 1.0a6, so I’ll be able to tell you right away.

    My best guess is yes, because there still needs to be a mechanism to tell one part what the other part is thinking.

    #44300
    Bloggsbe
    Participant

    Yes, that is right.

    The only thing left in the bbpress table bb_posts is the code and /code in < and > brackets.

    Regards,

    RuneG

    #44270
    Dantes100
    Participant

    Everything worked fine for me:

    – news users are automatically added to the forum

    – creating groups also creates a forum topic (not sure if I want that)

    but the problem is, it doesn’t integrates the bbpress in the buddypress-theme. The forum is in its own theme (Kakumei).

    Shouldn’t it integrate with buddypress?

    Thanks,

    Eddie

    inkey-Russia
    Participant

    Thank you for quick reply!

    I’ll be waiting :) Hope it will be soon.

    #44173
    Paul Wong-Gibbs
    Keymaster

    Well try it anyway and see if you still get the error or not. Like I said, doing the above’s got everything working fine for me.

    Paul Wong-Gibbs
    Keymaster

    No, not yet. Future versions you would be able to, but I’m not aware of any timescale for this yet.

    #44169
    musuko
    Participant

    yeah the problem is that unless is an especific guide prob ive tried before, like andy said tue cookie integration is no longer needed! :)

    #44157
    Paul Wong-Gibbs
    Keymaster

    I can’t remember what the labels are called, but I just went in and enabled the ‘wp integration’, ‘cookie integration’ checkboxes etc during install and fill in the info it asked for, some of which was various cookie salts.

    #44150
    musuko
    Participant

    Could you be more specific at what you did with the keys please?

    #44147
    Paul Wong-Gibbs
    Keymaster

    Are you specifying, in this case, the salts and keys from wp-config.php at that stage in the bbpress installation, or are you leaving them blank to do it later?

    If you are leaving them blank, try completing them now as I think that might work around the problem.

    #44144
    musuko
    Participant

    Yeah Burt i think youre right Ive got wp_1_options on my DB but the error doesnt includes only wp_options

    #44142
    Paul Wong-Gibbs
    Keymaster

    wpmu 2.7.1, bp 1.0, bbpress 1.0-Alpha-6.

    bbpress installed in http://example.com/forum/.

    #44141
    Paul Wong-Gibbs
    Keymaster

    Your not trying this with WordPress are you? (as opposed to WordPress MU)

    #44140
    musuko
    Participant

    Hehehe yes totally sure, what versions are you using Paul?

    #44138
    Paul Wong-Gibbs
    Keymaster

    I installed bbpress just a few hours ago so I know it works. Hmm.

    Are you using the same DB user account for both WPMU and bbpress? And you are sure that database ‘db62393_fabricadesuenos_comunidad’ table ‘wp_option’ doesn’t exist?

Viewing 25 results - 6,851 through 6,875 (of 7,560 total)
Skip to toolbar