Save file.
B. Copy sidebar.php and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php and at the top of the file, above all other code, add this:
`
Per post in previous page:
D. You might also want to check out the style modifications made in BP Twenty Ten for reference. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
I think this may be my favourite approach (though not excluding mobile friendly themes):
https://wordpress.org/extend/plugins/ostatus-for-wordpress/
I seem to have plenty of options to chose from, but I am not ready to test them yet – once I do I’ll write up a little of the experience…
,Thanks for the reply. Ya I created a theme, and Installed the my buddypress in that way. And the create.php file.. I have it at the groups folder.
Some checks – you created a WP theme, installed/activated the BP Template Pack plugin which transferred 6 BP folders into your WP theme folder in server. Double-check if you have the create.php file in wp-content/themes/miamischool/groups/create.php
You’re missing the whole div#sidebar. Per note above, copy sidebar.php (which contains div#sidebar) and Save As sidebar-buddypress.php
Thanks for the reply! 
So I did that… made the copy of the header and sidebar, and inserted those codes to the ends of them. Now it sort of scrunched everything inside of a box without the sidebar being on the right anymore… visit http://www.critterhub.com/forums/groups/ to see what I am talking about.
Did I do something wrong? Thanks!
Gadzooks my bad, forgot to paste “ at the very top of 16 template files. Corrected code above for your reference.
As for the white shadow in adminbar, you can remove the “text-shadow” line under “body” in your style.css file.
Also…
Getting this strange white drop shadow effect on the admin menu bar. How do I fix this?
Screenshot: http://dl.dropbox.com/u/37269434/Screen%20Shot%202012-02-22%20at%2010.38.jpg
Or should I post this question in a different forum?
Thank you.
Hi @mercime,
Thank you for getting back to me.
I implemented your changes to all 16 files. Here is an example of what I got: http://myfilmaddiction.com/members/mfa-bot/
This is my main site: http://myfilmaddiction.com
Any suggestions are appreciated.
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
C. Save files. Upload 6 BP folders to your server wp-content/themes/aggregate
D. You might also want to check out the style modifications made in BP Twenty Ten for reference. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
Looking over your theme, you will need to change 16 template files within the 6 BP folders transferred to your Aggregate theme folder in server during the compatibility process.
If you’ve changed any of the BP template files in your theme folder, replace all of them by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility
Download the 6 clean BP folders to your computer hard drive. The changes we’ll be making are using the default layout (right sidebar) for the Aggregate theme.
A. At the top of each of those 16 template files I linked to above, replace
`
with
`
I am using wp 3.3.1. Buddypress version is 1.5.4. Internet Explorer 8. It is a new website, single wp. no i did not change themes. I might have installed plugins, but it worked fine until I went to change the slugs on the bbpress settings page. It works fine on firefox and chrome
Hello,
thank you because you are quite a mystic man for me considering your help.
Done all as you suggested but we have some mistakes that we are not able to solve.. Can you help me?

Thank you.
Go to Appearance > BP Compatibility and enable CSS and JS i.e., do not check the boxes to disable BP Template Pack’s CSS and JS.
I try with different themes but same problem. Is a problem with Buddypress 1.5.4 with wordpress 3.3.1 ?
Some help please? many days looking for information about issue and nothing
Hello,
to understand better my request please look at here:

I look forward to your reply.
Thanks
Website is close to public. Can I send you a screenshot picture?
thanks
@allinfinite, you might want to have a look at how the Buddypress Mobile plugin detects mobile users and then instead of switching them to a new theme, redirect them (or whatever else you want to achieve) instead.
https://plugins.svn.wordpress.org/buddypress-mobile/trunk/buddypress-mobile.php
Also, apparently (i havent played with it, just echoing things i’ve heard so take it with a grain of salt) despite the name, $is_iphone also returns true for android, so if android and iphones are the only smartphones you want to show that page for, then that built-into wordpress function will work
See here on how to use it: https://wordpress.org/support/topic/is_iphone-documenation#post-1991224
You can use Firebug, a Firefox add-on, or use Chrome and right click to Inspect Element, to help you identify which style you need to modify. Or you can post site url.
Why do you have the code to BP’s members/index.php as the index.php of your theme in pastebin.com? I suggest you re-upload your boulevard theme files again, just in case.
If you’ve tried to revise the BP template files transferred to your boulevard theme folder during the compatibility process, I suggest you delete those 6 folders from your theme folder. Then re-run Appearance > BP Compatibility again just to make sure you have clean template files.
Looks like you only need to create two files and upload it to your boulevard theme folder in server.
A. Copy header.php and Save As > header-buddypress.php.
Open up header-buddypress.php and at the bottom of the file, below all other code, add this:
`
Save file.
B. Copy sidebar.php and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php and at the top of the file, above all other code, add this:
`
`
At the bottom of the same file, below all other code, add this:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to wp-content/themes/boulevard
D. Style modifications for BP templates – you might want to use some or all of styles listed in this page https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
It’s a child theme of the bp-default theme.
Standard BuddyPress is what you see at http://testbp.org/ and not quite sure why you’re referring to the Twenty Ten and Template Pack plugin integration.
Could be many reasons why the new styles are not being rendered in your site. Site URL?
What theme are you using? Is your custom theme a child theme of bp-default theme or a stand-alone BuddyPress theme?
Because my problem now is that everything now go right, but the appearance is not like the stander buddypress …like I see here https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ I make modification of style.css …I have copy the block on the website and paste at the bottom of the duotive-three style.css ….but nothing happen!!
here you can see the changement : http://pastebin.com/G9C4r9Me.
I need to see Activity,Message,Groups, etc … like TAB … Now all of this voice are a long vertical list and are not in orrizzontal ….
Thank you again
Ok done.. thank you.. just a request, can I send a screenshot picture? I need to show you what I want to re-create.
Thanks.