== i would like to use phpbb with the buddypress messaging system/activity/members and avatars. ==
Then you would have to hire a programmer to create a plugin which extends wp-united to integrate with BuddyPress or to create one yourself.
Any thoughts on this would be great
Deactivate BuddyPress and BP plugins and change to default twentyten. Permalinks should be resolved before installing BP.
Have you searched online for ISAPI rewrite and WordPress? This looks like the ticket http://www.helicontech.com/cms_articles/wordpress.htm or you could post in their forums.
WP Codex has some info for IIS servers https://codex.wordpress.org/User:ringmaster/IIS#Configuring_Permalinks
Allready tried that aswell.
Just tried it again but still no effect. any other tips?
@VirtualityReiki Great. Glad it’w working out for you now.
I have been struggling with this same problem for about half a day now and finally found this topic. I do have a concern with hard-coding a blog id. I took the following approach (similar to graf1771’s but more generic):
As already mentioned, line 21 ff. in /wp-content/plugins/buddypress/bp-core.php states:
`/* Define on which blog ID BuddyPress should run */
if ( !defined( ‘BP_ROOT_BLOG’ ) )
define( ‘BP_ROOT_BLOG’, 1 );`
instead of changing the “1” to my default blog id, I changed the “1” to “get_current_blog_id()” resulting in:
`/* Define on which blog ID BuddyPress should run */
if ( !defined( ‘BP_ROOT_BLOG’ ) )
define( ‘BP_ROOT_BLOG’, get_current_blog_id() );`
Problem solved!
Since I am new to BP (been playing with it for about 2 days now), I am concerned that this approach may have negative side affects on other BP functionality. Anyone have any thoughts on this?
== when i click on a group it redirects to the groups directory ==
Confirmed. My initial suspect is the BP Group Hierarchy plugin. Deactivate that and see if you can edit groups. If that doesn’t work, then deactivate all BP plugins except BuddyPress and see if you can now edit groups.
@tmcandle
You can check out my themes at http://BuddyLite.com.
Lots of customization options in both free and premium versions: widgetized front page, footer, header and lots more…
Problem is visible here: http://www.globalmeditationgroup[dot]com/groups/
Platform 1.1.3 theme
Wordpress 3.1
Buddypress… whatever the newest version is, I installed it through wordpress… so I can’t imagine it would be in the wrong place.
I haven’t done anything with multisite.
Plugins:
oh boy… here we go 
add new default avatar
askimet
all in one seo pack
autochimp
ban hammer
bbpress integration
bp group hierarchy
bp xtra signup
buddypress
buddypress humanity
comments cleaner
dropdown menu widget
feedburner feedsmith
forum post notification
google analytics for wordpress
google xml sitemaps with multisite support
gravatar signup encouragement
login logger
use google libraries
user spam remover
visitor maps and who’s online
wordpress importer
wp hide dashboard
wp mail from
Not sure what happened… any ideas would be most welcome! Thank you 
I just had a pile of hours in that theme and the page was very nice, not really a blog on the home page, but it appears it is not upgradable. I think it was the “BuddyPress Default Home Theme 1.0.3 by Andy Peatling” which used widgets. I guess I can use any wordpress theme so I will hunt around for a similar one.
I appreciate all your help
“Still wonder about splog signups, do I need to do anything?”
You could try this plugin:
https://wordpress.org/extend/plugins/moderate-new-blogs/
Supposed to be compatible up to WP3.0.5 but you can give it a shot.
— everything REALLY looks bad —
As mentioned above, BP themes used in BP 1.1.2 are no longer compatible with current BP version. When you activated bp-default theme, it should look something like http://testbp.org/ and that looks good and clean.
— Er. I would certainly have stepped it through into 1.2 first, then the latest version —
@DJPaul, very true. I would have recommended point by point upgrade of BP and WP if it was not “after about a year on mothballs” per @tmcandle ** blush **
Well I think the only problem was the theme. The theme used in 1.1.2 was that parent child thing. When I put the bp-default from 1.2.8 in everything works (so far). However everything REALLY looks bad. so off to themeville. Still wonder about splog signups, do I need to do anything?
Hi
Answered my own questions and am now successfully using the plugin: Buddypress Auto Group Join
Thank you Scott Hair, plugin creator
)
JOhn
@DJPaul @nexia Thanks for the replies guys.
The only thing in my footer is a tag cloud widget which is the generic one built into wordpress?
I have deactivated all plugins when the new password is set and that doesn’t help and this occurs in EVERY theme so it’s not my theme.
It’s really bizarre. I’m going to get Boris to take a look over FTP but if we can’t find anything would you guys be prepared to take a look?
One thing I have noticed is that with the MYSQL DB for this site, there are no users attached to it, so it is just one DB and one password for it. On my other sites the install seems to have created a user for the DB which is set the same in wp-config so that even when you change your main passwords the user password is unchanged and therefore you don’t have to edit wp-config.
Saying this I’ve tried setting up a user and changed the details in wp-config to match and the problem still persists. The entire site works except for the footer not showing.
Bloody odd.
You can see the site and footer showing at the mo at http://www.actonthis.co
Iām looking for someone ā preferably a woman (I have a good reason, honest) ā who knows BuddyPress and likes public speaking. Southern CA preferable or willing to travel there in August. PM me please.
having trouble with a new install of buddypress… when i click on a group it redirects to the groups directory and i can’t open the group to edit it, look at it… or anything. i’ve tried to reinstall buddypress, but still can’t get it to work. any ideas?
OK. So I was in my Buddypress install earlier today, and everything was working just fine. A couple hours later I got a call from an associate telling me the site was down – redirecting in a way that would never complete. I pulled up the site, and my theme (Jooc) was telling me bp_dtheme_page_on_front was an undefined function. I went into the header and commented out all of the references to bp_dtheme_page_on_front – the site came up, but the redirection was still not working as it had. So I continued to debug…
The only plugin I have that does redirection is “BP Profile as Homepage”. I FTP’d the plugin folder to another directory, and everything started working as before. I figured I should verify that the plugin truly was the culprit, so I FTP’d it back in and reactivated it. Everything continued working correctly – back to normal. So, my questions are:
1. What is bp_dtheme_page_on_front, and why would the header.php of my theme suddenly stop “finding” it?
2. Why would removing the plugin fix the problem, and then moving it back in and reactivating it *not* break the site again?
To answer any questions in advance, the site is WP 3.0, the BP is 1.2.8, the plugin is version .3, and the *only* mods I;ve made in the last 2 days are uploading a new header image to the theme, and switching back to the “mystery man” defualt for avatars.
Thanks for any input
I created a a post, i’m wondering if we are experiencing the same problem
@pjries Okay actually I’m confused by the bit you said was important. When you wrote
`CREATE TABLE IF NOT EXISTS tablename_bb_forums`
did you mean I should insert the wp_???_ bit ? Or whatever the prefix used in other tables?
I think that’s what you meant, so would the command look like this?
`CREATE TABLE IF NOT EXISTS `wp_i28ycb_bb_forums` (
`forum_id` int(10) NOT NULL auto_increment,
`forum_name` varchar(150) NOT NULL default ”,
`forum_slug` varchar(255) NOT NULL default ”,
`forum_desc` text NOT NULL,
`forum_parent` int(10) NOT NULL default 0,
`forum_order` int(10) NOT NULL default 0,
`topics` bigint(20) NOT NULL default 0,
`posts` bigint(20) NOT NULL default 0,
PRIMARY KEY (`forum_id`),
KEY `forum_slug` (`forum_slug`)
);
`
Hi @apeatling and anyone else reading this!
First off must say that I have really found this plugin of yours handy as heck!!!
With that being said I can’t seem to get to work with wp 3.1.
Will you be updating the plugin to make it compatible? alternatively, can you (or anyone else) tell if there is a work around to help me get it running?
Thanks in advance.
Update your permalink settings and user pretty urls. No need to mess with .htaccess. Just use a custom structure like:
/%category%/%postname%/
And press save.. done 
The bbpress forums/groups sucks! i would like to use phpbb with the buddypress messaging system/activity/members and avatars.
@djpaul : is this instead of W3? or as well as?