I’m doing a new install and have deleted all elements of buddypress (i believe). Going to try it fresh…. then add the suggested code. Trying to repair the forums now as well. Thanks.
You deleted the group forums right? Install the sitewide forums and use the forum slug https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/2/#bp-sitewide-forums
Let me know how it works out.
The bp.css file from the BP Template Pack plugin is enabled in your site. Do not disable it, just override styles when you want to in your theme’s stylesheet. Use Firefox with add-on plugin “Firebug”, you can right-click the element (div, ul, etc.) and see what style you need to override in your Aristeer stylesheet .. in WP themes,you can change/add styles in the style.css file, I assume it is the same in Artisteer theme.
For example, if you want to make the background darker for the activity comments, you can add this at the bottom of your stylesheet:
`/* BuddyPress styles */
div.activity-comments > ul {
background: none repeat scroll 0 0 #CCCCCC !important;
}`
Notice the !important I added there (you might want to make it darker than #cccccc). You’d need to use that to override bp.css styles which are enqueued after your style.css
Please donate instead to the American Red Cross. Thank you. They have great volunteers there 
https://codex.buddypress.org/troubleshooting/blank-pages/
So if you have FTP/cpanel access, rename the buddypress folder in wp-content/plugins/ to buddypress-xx
@thogan You can use the Twenty Eleven theme with BuddyPress if you also install and activate the BP Template Pack plugin with your Twenty Eleven child theme. Here’s how – https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/
the generic-buttons, friend buttons are breaking to the next line
here is screen shot url:
http://www.ilads.org/ilads_member/buddypressbuttons.jpg
I am assuming it is because the table cells are too small.
I tried decreasing the size of the text inside the buttons and the button padding, but that did not help.
Can someone direct me to the page where the code for the table is.
I have looked for hours and cannot find it.
thank you.
Ah I see, @djpaul it’s your welcome pack jumping in and styling private messages and mentions – is this expected?
So you created a network to go multisite. Where is BuddyPress installed, in main site?
Do you go to Settings > Permalinks and set permalink to other than default “ugly” permalink?
Change to bp-default theme, do you see your members, groups, etc. now?
Ignore me, I’m being stupid! – erm, can someone delete this please!
Delete the header-buddypress.php and sidebar-buddypress.php created before. Create new BLANK header-buddypress.php, sidebar-buddypress.php and footer-buddypress.php and add content per info below
header-buddypress.php – http://pastebin.com/1Z7rgejT
sidebar-buddypress.php – http://pastebin.com/29rHqhip
footer-buddypress.php – http://pastebin.com/MCvy7kMU
As you’ll see, many items from your theme are hardcoded. This will hold you till you get someone to do the dynamic files with your Artisteer theme.
I’d like to display a 4×3 grid of members on my front page. I found what I believe to be the necessary code here: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/
My problem is I don’t know where to put that code. Can anyone help me out?
BP doesn’t have any email templates?
Hi all,
I want to update the new email style that BuddyPress 1.5 uses, but can’t find where the relevant file is to put in my child theme – can anyone help?
thanks
== if I try to Uninstall “Group Forums”…. they only appear to uninstall. ==
Remember to backup database first https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/4/#uninstall-forums
As for your Artisteer theme. I will post another solution in a few minutes, but the navigation etc will be hardcoded.
@djpaul,
I don’t believe I am unless a plugin is doing that. Just so that I’m clear, if I use BP Default, choose my Profile, scroll up so that the top of my avatar just kisses the admin bar, and then select the Sites tab or any other tab, the page position resets itself to the very top of the window.
I dont have my page titles on my buddypress pages, however normal wordpress pages work fine. Tell me how to resolve this? do i have to add some code to my theme? also , how to optimize my buddypress forums for seo? I am using buddypress 1.2.10 . Is there anyway of privacy in this version?
Same problem.
WP 3.2.1 and BP 1.5.1
reverted back to BP default theme
Deactivated all plugins
Created new groups
and still not able to add a forum topic
Any suggestions?
I recently search and read all possible topic about this error here in the forum as well on google result, I still cant get the right answer or solution to my problem.
My problem is, my buddy press pages is not loading, and it shows the output with message “Nothing found for Members ….” , all subpages under members/ , group/, activity/ are not showing the right content and it keeps telling the page not found (I’m talking about the wordpress not found page and not the 404 server error page).
I’m wordpress Version 3.2.1 under Multiplesite and Buddypress 1.5, I manage to put the correct template and updated it, I have setup the permalinks also, and has a correct htaccess. but still it is not working.
do you have any suggestion or solution for my problem or can pin-point the right link for this problem solution?
thank you very much
Mingle forums does work with Buddypress. It also allows for users to upload images into the forum.(Not just embed them) I have paired Buddypress and Mingle forums together. I am using Buddypress for image gallery capabilities, but I am about to swich totally to Mingle plugins, because I am very frustrated with Buddypress!
Not that I have found. I have spent over 3 days looking for a solution to Buddypress with BBpress. My problem with BBpress is that it does not have any reliable plugins to upload images to the forum. Mingle forums does this effortlessly. I would say that someone at Buddypress/Wordpress needs to address this because the forums are filled with unanswered posts and frustrated users. Go Mingle!
@djpaul thanks for the advice but it still didn’t change… tried searching in the database but still no result.. the main menu works fine it’s the submenu of the profile that’s not working.. please see the image.. http://www.entrepnegosyo.com/entrepnegosyo.gif
thanks for the time.. 
I’m having an issue on a BuddyPress site I look after where a user has been ‘Marked as Spammer’ in the dashboard (/wp-admin/wpmu-users.php).
The user can still log in, but cannot visit their profile to post activity (get redirected back to the homepage), however they can still visit groups and post activity in there.
Any idea how I can resolve this?
I’m using:
WordPress MU 2.9.2
BuddyPress 1.2.3
BBPress 1.0.2
One other thing… The user can still post on the forum (BBPress), Would I need to remove them from there separately or should it work across the board from the main dashboard?
okay, this code is combined with the code @modemlooper provided, and i found something else that solved the problem of adding the link into the main navigation. hope this works for everybody, worked for me.
functions.php
Code:
// adding dynamic profile link whether user is logged in or not
if ( is_user_logged_in() )
{
// Filter wp_nav_menu() to add additional links and other output
function new_nav_menu_items($items)
{
$homelink = ‘<li class="home"><a href="’ . bp_loggedin_user_domain() . ‘">’ . __(‘Profile’) . ‘</a></li>’;
$items = $homelink . $items;
return $items;
}
add_filter( ‘wp_nav_menu_items’, ‘new_nav_menu_items’ );
}