Search Results for 'bbpress'
-
AuthorSearch Results
-
May 25, 2009 at 7:00 pm #46051
Donnacha
ParticipantYes, 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.
May 25, 2009 at 5:00 am #46004In reply to: BuddyPress Member Theme Went Away
TheEasyButton
ParticipantTo 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.
May 24, 2009 at 10:22 pm #45997In reply to: Forum Integration: HELPING HINTS
Walsh
ParticipantSame 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?
May 23, 2009 at 11:45 pm #45943In reply to: bbpress integration
gaetanbuddypress
ParticipantI think you can do it in your bbpress admin.
May 23, 2009 at 4:37 pm #45934In reply to: BP Groups and BB sub forums
Burt Adsit
ParticipantForum posts done directly in bbpress do not show in activity.
May 23, 2009 at 3:35 pm #45929In reply to: bbpress integration
fi3ryfalc0nZ
ParticipantHey, 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.
May 23, 2009 at 10:06 am #45921In reply to: BP Groups and BB sub forums
Burt Adsit
ParticipantThere 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-.
May 23, 2009 at 9:31 am #45919In reply to: dont show who post/answer to potic in forum
Burt Adsit
ParticipantI 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.
May 22, 2009 at 7:58 pm #45895Rich Spott
ParticipantOk, 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.
May 22, 2009 at 7:35 pm #45891In reply to: Considering Buddypress – Seeking feedback!
westpointer
ParticipantAre 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.
May 22, 2009 at 1:52 pm #45871In reply to: bbpress integration
danielfelice
Participantare 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.
May 22, 2009 at 12:45 pm #45868In reply to: bbpress integration
fi3ryfalc0nZ
ParticipantYes, 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.
May 22, 2009 at 5:44 am #45844In reply to: Forums Not Being Created
John James Jacoby
KeymasterSchafir, are you by chance using “Deep integration” which includes WordPress inside of bbPress?
May 22, 2009 at 1:03 am #45833Rich Spott
ParticipantOkay, 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 detectedfor 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.
May 21, 2009 at 10:49 pm #45831JsonB123
ParticipantUPDATE: 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.
May 21, 2009 at 9:54 pm #45828JsonB123
ParticipantOkay, 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)
May 21, 2009 at 7:06 pm #45820JsonB123
ParticipantHey 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.)
May 21, 2009 at 7:03 pm #45819JsonB123
ParticipantHey 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.)
May 21, 2009 at 7:02 pm #45818JsonB123
ParticipantHey 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.)
May 21, 2009 at 12:55 pm #45789In 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?
May 21, 2009 at 11:58 am #45786In reply to: mybb forum
takuya
Participantbp 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.
May 21, 2009 at 11:46 am #45783In reply to: Can I disable forums in groups?
takuya
Participantbuddypress doesn’t have any forum unless you install and setup bbpress.
May 21, 2009 at 11:02 am #45782In reply to: bbpress integration
fi3ryfalc0nZ
ParticipantGuys, 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.
May 21, 2009 at 10:07 am #45781In reply to: Can I disable forums in groups?
gaetanbuddypress
ParticipantI’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
May 21, 2009 at 7:46 am #45773rbn
MemberI 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
-
AuthorSearch Results