@Ezd
We do not have enough information to provide assistance.
Please answer these questions.
Correct Jeff. That new plugin is the one I’m using.
@ John
I know Burt hasn’t updated the group blogs plugin in a while…
I believe that jeff is talking about this plugin and not Burt’s Community Blogs plugin.
Thanks for the outline. I’ve been able to successfully create a group with a forum attached.
I appreciate all of the help I’ve received as a BuddyPress newbie. I want to “give back” by creating some docs that clearly outline the steps needed. Perhaps that will reduce the avalanche of questions on oft-answered subjects.
@jtle918,
1. White screens should show up in your server logs; check the offending process and adjust to taste.
2. Facebook Connect Plugin will probably need some adjusting for BuddyPress1.1. I know other people have experienced some lag, memory, and slowness issues using it.
3. Yay integration!
4. I know Burt hasn’t updated the group blogs plugin in a while, but your best bet to set default themes and settings would be to check out the WPMU new blog defaults plugin. You should be able to adapt that to set the blog theme on creation.
Here are my observations so far. I’m running WPMU/BuddyPress in a rackspace cloud hosting environment.
Install went fine.
My biggest gripe is that now when activating or deactivating plugins in the backend, I get the white screen of death 90% of the time. I have my memory limit at 96MB in wp-settings.php, which fixed my white screen issues when I first installed buddypress. Any ideas on this?
The Facebook Connect plugin seems to have broken for me with the 1.1 release. I guess that just needs to be updated. I’m looking into that RPX as well.
Installing and integrating bbpress was extremely simple once I moved bbpress into the proper folder (/wp-content/plugins/buddypress/bp-forums/bbpress/). I then easily setup a group forum.
I also installed the bpgroupblogs plugin and setup a blog for one of my groups. Is there a way to default the theme for a group blog to the buddypress theme? I would like it to all tie together with the group for which the blog is being used.
Next on my wish list is the Classifieds plugin, but I will ask about that in the proper forum area.
With a few minor glitches and questions aside, so far I’m really loving 1.1. Thanks to all contributors!
– Jeff
@wordpressfan
You have several threads with various issues floating around the forums so I cannot possibly remember all the answers that you’ve already provided to our questions.
So, more questions/suggestions:
- Do you have any plugins other than BP installed? If so, deactivate them and see what happens. Make sure that you are using the default theme and that you have reselected it.
- Are there any errors in your server’s log files? I mean ANY. Do not try to decide which errors are relevant to this issue. We will decided.
- I believe that you are running BP trunk. So this is a test site as you should not be running the bleeding-edge version on a production site. Do a clean install and see if the problem persists. This means deleting everything–all BP, WPMU, and DB files. You need to start from scratch. Don’t install any plugins other than BP, only use the default theme. What happens when you do that?
Good questions, DJPaul. These are things I’m wondering about myself!
About private/hidden forums, will topics made in these forums show up on the main BP forums page for group members who are a part of those forums?
Also about bbPress plugins, would it be possible to somehow take advantage of bbPress’ existing plugins and use them in the BP forums environment?
Or would we need to port some of these plugins over by adding the appropriate filters/actions that BP forums uses?
Another side note from Andy’s last paragraph, these BuddyPress extensions could come in just about any form; additional theme files to be added as a “plus pack” (remember those?!) or a plugin to override and replace existing files as a child theme, or included in the next version of the theme itself.
Also, if you’re paying attention the directory of the included parent theme is “bp-sn-parent.” It stands for “BuddyPress Social Network Parent” which insinuates that theme authors are encouraged to create their own parent themes for something other than social networking, and opens the door for other parent theme sets to be included in the core if they’re rad enough.
Say someone makes a sweet micro-blogging theme ala Twitter, that gives us “bp-mb-parent” to let you switch between totally different setups. Or say someone switches the emphasis away from blogs and users and shifts it to the discussion or support forums; that gives us “bp-df-parent” and “bp-sf-parent”
Andy’s right too. The majority of people so far interested in BuddyPress have been people that are also first being introduced to WPMU and starting a social network. Very few support questions come through asking how to port this existing theme to fit BuddyPress. The ones that do are typically answered by the theme author or the person is so devoted to making it work, that they convert the theme themselves.
I’m really not sure how much harder it is for existing themes to use BuddyPress; it’s just different, but in a better way in my opinion.
@crocgo
As I said above, we do not have the information necessary to help you. Please answer the questions DJPaul linked to.
@crocgo or joanleesuee or ??
Please visit the link in DJPaul’s post above and answer the questions. We want to provide assistance but you are not giving us the necessary information with which to do so.
I’ve just reinstalled buddypress, and reactivated my custom child theme.
I have a couple of questions here. What is now happening with bp-sn-framework, and why is there a new bp-sn-parent? Following on from this, what is the difference between them, and which one should I continue to develop from?
There also seems to be some styling gone missing somewhere. When viewing a profile or group, the div with id content overlaps the sidebar. You can see what I mean by visiting the site I’m developing on: http://thrownultimate.com . It’s essentially CSS changes only atm, so strongly resembles the default theme.
Any pointers?
Hello
We aren’t going to admin your site. I’ve edited your post and removed the admin username and password; that was a very, very silly thing to do and I suggest you immediately go in and change the password.
Please help us help you by answering these questions.
I’m one of those guys trying to get security working smoothly across the *Press stack 
Jason has really been on top with getting the *Press entities fully SSL-compatible; I’ve been privately bugging Jason with SSL questions and he’s been great with responding to everything.
Thanks for all the advice and feedback, Jason (so far)!
First of all, we have very little information with which to provide you assistance. What version of WPMU are you running? What version of BuddyPress?
Please reference this thread an answer the questions.
Finally, the message:
“Are you sure you want to do this?”
often indicates a nonce security failure message. It can happen if you have not updated the BP themes or are using a custom theme (i.e. any theme other than the ones that come with BuddyPress). Try switching to the default BP themes and see if the issue goes away. If it does, then you know it has something to do with the theme you’re using.
The reason you have not found much on this on these forums, is because this questions are in WPMU’s domain. Have a search on their forums as these components aren’t provided or controlled by BuddyPress.
Hi ! I’m new here so I hope I won’t ask too many stupid questions.
I wrote a Site Members Loop based on the documentation that looks like that:
<ul id="members-list" class="item-list"><br />
<?php while ( bp_site_members() ) : bp_the_site_member(); ?><br />
<br />
<li><br />
<br />
<a href="<?php bp_the_site_member_link() ?>"><br />
<?php echo bp_get_the_site_member_avatar() ?><br />
</a><br />
<a href="<?php bp_the_site_member_link() ?>"><?php bp_the_site_member_name() ?></a> -<br />
<?php bp_the_site_member_last_active() ?><br /><br />
<?php bp_the_site_member_total_friend_count() ?> amis -<br />
<?php bp_the_site_member_add_friend_button() ?><br />
</li><br />
<br />
<?php endwhile; ?><br />
</ul>
I can retrieve the member’s avatar, name, link and activity juste fine, but can’t get the friend count or the add friend button…
Did I get something wrong about those custom BP Loops and template tags ?
Thanks !
http://www.talkshoe.com/tc/34224
Andy Peatling (lead developer of BuddyPress and overall genuinely nice person) will be taking an hour out of his jam packed development schedule to talk to everyone about what he’s been up to the past few months, and what to expect with BuddyPress 1.1.
Registration is free, so you can sign up, login, and ask questions, or just pop in and give a listen. It’s happening at 8pm Eastern time, so at the time of this post it’s about 1 hour away!
Okay, we have a couple pieces of information, but need more. Please answer the questions here.
Hello folks!
First: a really great plugin 
But i have some questions:
1) Is it possible that user can register only ONE blog?
2) Can i hide some widgets from guest? It´s not good when anyone can see what users are doing (side wide activy f.e.).
3) I have read about the manjo gallery, an own user gallery would be great. Is there any news?
4) How can i use the img tag in groups? I have installed the img-plugin for bbpress, but it doesn´t work in buddypress.
5) The admin can limit the user mb-limit and upload limit. But the last doesn´t work. I can upload bigger files! Also it would be good if we could change the limit for different user (admin 25 MB f.e. is not so good :o)).
Edit:
1) I found this http://buddypress.org/forums/topic/only-one-blog-for-user and will try it, ok good. And the other questions? :p
So long, many thanks from germany!
Kind regards
Markus
I have, with the plugins authors permission, ported and refactored the bp-events plugin. A lot of code has been cut, tons of stuff changed, but the functionality remains the same. Now based on the new bp group architecture.
Features that were not yet implemented or half working have been left out for now. The plugin has the basic events functionality with the added bonus of working event forums. It now also includes date validation so you can not set events in the past or start dates that are later than end dates. It also has more template tags to list your events in group pages.
Now this plugin needs some testing for those that are using (testing) bp trunk. The installation of the plugin has changed as it is now located in the plugins folder along side buddypress. Please view the readme for installation instructions if needed.
NOTE: The author has not yet reviewed / approved these changes, but I am confident they are good. Therefore it would actually help the author if you would participate in testing and posting your results.
If you have any questions…shoot!
Send me a message with your email, so I can send you a zippie!
@alcina22
Your questions are best asked by starting a new thread. I suggest you do so in the “How-To and Troubleshooting” forum.
@Michael
With step four in your list, were you reinstalling your custom theme or the default bphome and bpmember themes? Did you reselect the proper theme in WPMU’s backend? Also, have you checked your server’s log files to see if there is useful information in pinpointing the issue?
I also suggest that you start a new thread as this thread is for general announcements and general questions about the new theme architecture.
Hi everybody
I know this is kind of an endless topic – at least it seems so, when I read the threads over at mu.wordpress.org…
My questions is the following – could it be, that some plugins do not work with buddypress, because it is not using the wp-signup.php?
That is what I tried:
– rename or even delete the wp-signup.php…
– Using a captcha on my registration page (register.php)
– I installed the hashcash plugin with signup-protection activated (without aksimnet), but it seems, that it doesn’t do anything – I still get spam registrations.
Any ideas? It is very anoying…!
I post this here, because I think this is just a great community of helpers!!!