Search Results for 'bbpress'
-
AuthorSearch Results
-
May 4, 2009 at 10:59 pm #44423
In reply to: BBPress Integration Finalise Error
musuko
ParticipantWhat 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
.
May 4, 2009 at 8:14 pm #44405Lriggle
ParticipantYes, 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
May 4, 2009 at 8:09 pm #44402In reply to: Unable to login to BBPress admin
bpfan
ParticipantFirst, 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
May 4, 2009 at 6:44 pm #44385Jeff Sayre
ParticipantHere 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.
May 4, 2009 at 6:35 pm #44382John James Jacoby
KeymasterThere 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.
May 4, 2009 at 6:29 pm #44378In reply to: How to install bbPress
John James Jacoby
KeymasterThese 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.
May 4, 2009 at 5:43 pm #44377In reply to: Unable to login to BBPress admin
John James Jacoby
KeymasterThis 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.
May 4, 2009 at 9:01 am #44321In reply to: WPMU Enable bbPress Cabpabilities plugin
Robert S
ParticipantHi 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
May 4, 2009 at 7:17 am #44317In reply to: Forum Integration: HELPING HINTS
Kunal17
ParticipantI 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.
May 4, 2009 at 6:46 am #44314In reply to: WPMU Enable bbPress Cabpabilities plugin
Phlux0r
ParticipantI’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?
May 4, 2009 at 6:18 am #44312In reply to: WPMU Enable bbPress Cabpabilities plugin
John James Jacoby
KeymasterI’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.
May 3, 2009 at 11:51 pm #44300In reply to: Can not post code to group forum
Bloggsbe
ParticipantYes, that is right.
The only thing left in the bbpress table bb_posts is the code and /code in < and > brackets.
Regards,
RuneG
May 3, 2009 at 5:22 pm #44270In reply to: Forum Integration: HELPING HINTS
Dantes100
ParticipantEverything 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
May 2, 2009 at 7:45 pm #44174inkey-Russia
ParticipantThank you for quick reply!
I’ll be waiting
Hope it will be soon.
May 2, 2009 at 7:43 pm #44173In reply to: BBPress Integration Finalise Error
Paul Wong-Gibbs
KeymasterWell 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.
May 2, 2009 at 7:42 pm #44172Paul Wong-Gibbs
KeymasterNo, not yet. Future versions you would be able to, but I’m not aware of any timescale for this yet.
May 2, 2009 at 7:31 pm #44169In reply to: BBPress Integration Finalise Error
musuko
Participantyeah the problem is that unless is an especific guide prob ive tried before, like andy said tue cookie integration is no longer needed!
May 2, 2009 at 6:30 pm #44157In reply to: BBPress Integration Finalise Error
Paul Wong-Gibbs
KeymasterI 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.
May 2, 2009 at 5:56 pm #44150In reply to: BBPress Integration Finalise Error
musuko
ParticipantCould you be more specific at what you did with the keys please?
May 2, 2009 at 5:44 pm #44147In reply to: BBPress Integration Finalise Error
Paul Wong-Gibbs
KeymasterAre 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.
May 2, 2009 at 5:28 pm #44144In reply to: BBPress Integration Finalise Error
musuko
ParticipantYeah Burt i think youre right Ive got wp_1_options on my DB but the error doesnt includes only wp_options
May 2, 2009 at 5:24 pm #44142In reply to: BBPress Integration Finalise Error
Paul Wong-Gibbs
Keymasterwpmu 2.7.1, bp 1.0, bbpress 1.0-Alpha-6.
bbpress installed in http://example.com/forum/.
May 2, 2009 at 5:23 pm #44141In reply to: BBPress Integration Finalise Error
Paul Wong-Gibbs
KeymasterYour not trying this with WordPress are you? (as opposed to WordPress MU)
May 2, 2009 at 5:23 pm #44140In reply to: BBPress Integration Finalise Error
musuko
ParticipantHehehe yes totally sure, what versions are you using Paul?
May 2, 2009 at 5:20 pm #44138In reply to: BBPress Integration Finalise Error
Paul Wong-Gibbs
KeymasterI 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?
-
AuthorSearch Results