Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,726 through 6,750 (of 7,561 total)
  • Author
    Search Results
  • Donnacha
    Participant

    @EvilChicken

    Yes, I believe bbPress is already improving quite rapidly; while it has nowhere near as many features as vB, my instinct is that the combo of BuddyPress + bbPress is actually more useful overall, especially when you consider how the forums are spread out among groups, giving a more intuitive and “lighter” feel.

    bbPress 1.0 should be released with the next week or so (it is currently on RC1) and it’s development has been given a boost by the resources Automattic are pouring into their new commercial service, TalkPress.com.

    Upcoming bbPress improvements include easier integration with WP and MU, which will be a huge relief. If the massive WordPress community starts to swing behind bbPress, we can expect some pretty good plugins to emerge, whereas I believe vB’s community of voluntary plugin developers has already started to hemorrhage. Certainly, the fact that they are closing all threads mentioning BuddyPress suggests they feel threatened by it.

    #46004
    TheEasyButton
    Participant

    To Uninstall bbPress

    1. Delete bb-config.php from your forums directory.

    2. Log into your database and drop the tables that begin with bb_ (assuming you left bb_ as your forum prefix)

    To install it again, simply go to the same page you used to install it before. Run through your installation and your bb-config.php as well as the bb_ tables will be created again.

    #45997
    Walsh
    Participant

    Same issue as a few others in this thread—

    I’m using WPMU 2.7.1, BuddyPress 1.0, and bbPress 1.0-Alpha-6. Followed all install instructions, and voila! Logins are synchronized. Logging in to WPMU automagically logs me in to bbPress, and vice versa.

    HOWEVER…

    WHen I set up a new group within WPMU/BuddyPress, I *still* get the highly annoying “Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.”

    I was using my admin user as the KeyMaster, also created another user (forumbridge) and tried setting him as the keymaster. No dice. Can’t get the group forums to grok–which was the entire point of this exercise.

    Any suggestions?

    #45943

    In reply to: bbpress integration

    gaetanbuddypress
    Participant

    I think you can do it in your bbpress admin.

    #45934
    Burt Adsit
    Participant

    Forum posts done directly in bbpress do not show in activity.

    #45929

    In reply to: bbpress integration

    fi3ryfalc0nZ
    Participant

    Hey, it works now! Thanks Daniel. Sorry, I have another question. How do you delete a topic in Buddypress Group Forum. I can’t find the Delete button anywhere.

    #45921
    Burt Adsit
    Participant

    There seems to be a new configuration option for the group forums:

    define ( ‘BP_FORUMS_PARENT_FORUM_ID’, 1 );

    What this allows is all group forums, when created, to be children of a specific forum. It defaults to forum id 1 in bbpress. That would be the first one created during install. You can change this behavior by defining another forum id to be the parent forum or turn off this completely in bp-custom.php like this:

    define ( ‘BP_FORUMS_PARENT_FORUM_ID’, 0 );

    Zero for ‘do not do that stuff’ or some other existing forum id you want to be the parent. You’ll have to go into the back end of bbpress to rearrange the forums that have been already created. Just set their Forum Parent to be -None-.

    #45919
    Burt Adsit
    Participant

    I think you are saying that your member’s forum posts do not have the author name on them.

    From /buddypress/bp-forums/installation-readme.txt

    11. Enable user switching in bbPress by copying the following line of code into your bbPress bb-config.php file:

    $bb->bb_xmlrpc_allow_user_switching = true;

    Put the above line into your bb-config.file. It doesn’t matter where.

    Rich Spott
    Participant

    Ok, well all is not well…

    I jumped the gun in concluding no internal redirect errors…

    after I methodically put a plugin in and tested it, i got an error, and then realized that there were two more earlier that i didnt see.

    They happened at 4am, and the site was without all plugins from about 10pm or so last night until about 9am this morning.

    So it doesn’t appear to be a plugin…

    Please help! I took out all plugins again, except buddypress (and the bbpress support plugin from buddypress)

    I really dont know what to do next.

    #45891
    westpointer
    Participant

    Are you using the vbulletin bridge for WordPress?

    One quick comment – vb is a much more feature rich forum than bbpress. But, tools have been created to nicely integrate bbpress with buddypress groups. So, you’ll need to figure out how to handle the forums. If most of your traffic will be coming from the forums, you may want to look more closely at vb’s social networking tools.

    #45871

    In reply to: bbpress integration

    danielfelice
    Participant

    are you using the existing wpmu database or creating a new one for the forums? sounds like it has a problem connecting to the database, make sure all the settings are correct, also make sure the forum dir is chmod 777 so it can create the bb-config file.

    #45868

    In reply to: bbpress integration

    fi3ryfalc0nZ
    Participant

    Yes, I followed through. The problem is that I can’t get past the second step during the creation of config file for the Forums. It just gives an error when I filled everything in according to the instructions: Please check the settings, then try again, after i clicked Save WordPress Integration Settings.

    #45844

    Schafir, are you by chance using “Deep integration” which includes WordPress inside of bbPress?

    Rich Spott
    Participant

    Okay, thank you for helping me, I’ll try to go through your questions one-by-one.

    First I’ll let you know what I have:

    Slicehost

    1GB slice

    Ubuntu Hardy LTS 8.04

    Running Apache, PHP 5, MySQL 5.0 (followed Pickeled Onion’s walk-throughs on how to set it up, I am by no means an expert, and my very first barebones VPS was this one.)

    I help run http://sportsblognet.com where we have WPMU 2.7.1 and BP 1.0, along with bbPress 1.0-alpha6

    Have you tried deactivating all non-buddypress plugins, wp-super-cache in particular?

    I deactivated all but buddypress, feedwordpress (because our theme will break), wp-super-cache, and doncha’s domain mapping plugin. But maybe I will remove them all for an hour to see if any errors get through

    I am removing wp-super-cache right now, but it was tough to get rid of the wp-content/cache folder because it was owned by the root user. But i got it deleted and removed the wp-super-cache stuff in the .htaccess and I’ll guess i’ll have to wait to see how that goes.

    Have you tried using the default .htaccess file that ships with WPMU?

    I just tried to, but it won’t let me.

    My current working .htaccess (minus wp-super-cache stuff)

    <FilesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
    Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
    </FilesMatch>

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    and the WPMU standard one

    RewriteEngine On
    RewriteBase BASE/

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    it wont let me use the standard one, and the only difference that I can see is the expires header setting that i added.

    Are there any PHP errors in your log files?

    this is my current concern right now

    Request exceeded the limit of 10 internal redirects due to probable configuration error.

    ALERT - canary mismatch on efree() - heap overflow detected

    for the ALERT error, I contacted slicehost and they upgraded my kernel, they said that has fixed other people’s problems (fingers crossed – but no errors since they did that this morning) if that doesnt work i have to go through and install php without the suhosin patch.

    most of the other errors are of spam scripts trying to signup and not finding wp-signup (i changed the signup name)

    what are the other listed errors in your apache log?

    That’s pretty much it.

    EDIT: it’s about 30 minutes later and an Internal Redirect Error just showed up in my logs with wp-super-cache out, and all but buddypress plugins out. So it doesn’t look like its a plugin.

    JsonB123
    Participant

    UPDATE: I just installed it online at http://bp.jason-boyle.com. You can access the forums at http://bp.jason-boyle.com/forums…I haven’t put the button in the navigation yet.

    I am still experiencing this problem…however I will not fix it here in case anyone wants to check it out. Just look at the topics I’ve posted in Groups on BuddyPress and the same topics reflected on the BBPress side at http://bp.jason-boyle.com/forums.

    If no one responds to this in the next day or so though I’m going to put my crappy fix on it. Let me know if you want to poke around a bit on it, maybe I could set up a temporary FTP for just that folder so you can see my code.

    JsonB123
    Participant

    Okay, so it seems your content areas are stripping out my backslashes that I’m trying to show as an example, even with the code tag around them. :-(

    The first BBPress example should be:

    triple-backslashes for every single-backslashes that shows in my post above

    The one after my FIRST fix should show a single backslash before each of these characters ” ‘ and (back-slash character)

    JsonB123
    Participant

    Hey Rbn,

    I found an awesome tutorial that utilizes the Alpha 6 version of BBPress…not the latest one since no one can seem to get it working. http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/

    Just follow those instructions EXACTLY and you’ll get the integration up and running.

    WPMU 2.7.1, BuddyPress 1.0 (current latest), and BBPress Alpha 6 (note, Chris posted a link for this download in the above tutorial since it is unavailable on the BBPress site…at least I can’t find it there.)

    JsonB123
    Participant

    Hey Rbn,

    I found an awesome tutorial that utilizes the Alpha 6 version of BBPress…not the latest one since no one can seem to get it working. http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/

    Just follow those instructions EXACTLY and you’ll get the integration up and running.

    WPMU 2.7.1, BuddyPress 1.0 (current latest), and BBPress Alpha 6 (note, Chris posted a link for this download in the above tutorial since it is unavailable on the BBPress site…at least I can’t find it there.)

    JsonB123
    Participant

    Hey Rbn,

    I found an awesome tutorial that utilizes the Alpha 6 version of BBPress…not the latest one since no one can seem to get it working. http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/

    Just follow those instructions EXACTLY and you’ll get the integration up and running.

    WPMU 2.7.1, BuddyPress 1.0 (current latest), and BBPress Alpha 6 (note, Chris posted a link for this download in the above tutorial since it is unavailable on the BBPress site…at least I can’t find it there.)

    #45789

    In reply to: bbpress integration

    Jeff Sayre
    Participant

    @Fi3ryfalc0nz and @Ineffabelle:

    What versions of WPMU, BuddyPress, and bbPress are you using?

    Have you followed the additional instructions in the installation-readme.txt file included in /buddypress/bp-forums/ folder?

    #45786

    In reply to: mybb forum

    takuya
    Participant

    bp offers integration options for bbpress only. If there’s no wp plugin for mybb, then you should probably create (or pay to create) or wait for someone else comes up with the plugin.

    #45783
    takuya
    Participant

    buddypress doesn’t have any forum unless you install and setup bbpress.

    #45782

    In reply to: bbpress integration

    fi3ryfalc0nZ
    Participant

    Guys, I did what the guide says. But I am stucked at WordPress Integration. It says: There was a problem connecting to the WordPress user database you specified. Please check the settings, then try again, after i clicked Save WordPress Integration Settings.

    #45781
    gaetanbuddypress
    Participant

    I’m not sure but if you don’t install bbpress as group forum, the group option “create a forum” appears once (when you create the 1st group), and next disappears.

    Gaetan

    rbn
    Member

    I have the exact same as Jsonb123 has.

    When I look in my forum, I see that ‘Admin’ is ‘member’. And I’m 100% certain that I did set WP Admins to be Keymaster. How can I regain control?

    Apart from that, I’m now strugling with keeping the session alive between WP MU & bbPress. The user database is used correctly, but I can’t seem to get to work within the same session. I had it working, yesterday night… Then I thought, perhaps the issue with Admin being a member could be solved by trying it one more time… Got me some extra trouble now :(

Viewing 25 results - 6,726 through 6,750 (of 7,561 total)
Skip to toolbar