Still have issues with all plugins disabled besides buddypress… I strongly think its a Javascript or CSS issues.
Resolved: Assistance appreciated and provided at BuddyDev.com
Find this working code here
Thanks for your try, but I think that this was considered a bit backwards. Our members already can log into the site with Facebook credentials, and they see the FB feed on the front page, that is great but the challenge is getting folks to make the switch with comfort, and to update both the website activity posts and the FB page with a given post so that no one feels left out as the transition progresses.
Our goal is to make the website the central hub of all interaction where all posting is best and most efficiently done from within the activity post of Buddypress. (from there it should go out to other social sites, in fact several kinds of sites such as Twitter, Google+, FB and so on- this would help reach those who are stuck in a familiar method of engagement)
So the question remains, has anyone got a good way to post the activity feed (and images) to other sources like Facebook? (other WordPress posts work well with some plugins to create feeds)
Thanks,
Victor
brodtstuff@gmail.com
prayersforpets1.org
A 508 error indicates that your site has reached the resource limit.
You could talk to your hosting provider about getting more resources.
Or you can google ‘buddypress 508 error’ – there is a lot of info available.
For example: https://buddypress.org/support/topic/plugin-buddy-press-leads-to-error-508-what-to-do/
Try this in bp-custom.php
function sg_gettext( $translated, $original_text, $domain ) {
if ( 'buddypress' !== $domain )
return $translated;
switch ( $original_text ) {
case 'Add Friend':
return 'Something Else';
default:
return $translated;
}
}
add_filter( 'gettext', 'sg_gettext', 20, 3 );
i have installed buddypress in my website http://a9wal.com/ . but after some days 508 had seen.
one have suggested to deactivate buddypress and i did that.now there is no error.
but i want to use buddypress to start a community to website.
so what should i do ?
thanks in advance 🙂
Hello,
For now, I have hid the menu with CSS until I can find a cleaner solution. BuddyPress adds way to many links to the Admin especially considering the fact I don’t need BuddyPress registration features, they are just there and cannot be disabled for whatever reason.
Thanks for any help. 🙂
If you install BuddyPress on the main domain you can use the Display Widgets SEO Plus Plugin https://wordpress.org/plugins/display-widgets-seo-plus/ (I’m the developer) to show/hide widgets on specific sections of a site.
Just released version 1.1.0 which includes specific widget logic support for BuddyPress/bbPress, could set the widgets for the BuddyPress parts of the site to NOT load on non-BuddyPress sections, this would stop some ‘bleed through’ of content from BuddyPress to the rest of the site.
That being said, from an SEO perspective (my background is SEO) there are other issues that could leak out to potential Google visitors.
Check this Google search: https://www.google.com/search?q=WordPress+Plugin
Note the WordPress Plugin Repository listing (1st result) has six additional indented results (called sitelinks: https://support.google.com/webmasters/answer/47334?hl=en).
The 6 links for the WordPress Plugin Repository listing are benign, but if there was an adult section of WordPress it could be listed as a sitelink.
From a WordPress perspective there’s also the core WordPress Search functions. The Static Pages that BuddyPress uses for ‘holding’ the BuddyPress specific output can be found via a search. If you have the default BuddyPress setup try using the WordPress Search Form to search for the word “Members”.
This will find your BuddyPress Members Directory Holding Page.
Same result with “Registration”, “Activate” and “Activity”.
It’s difficult to prevent bleed through of different types of WordPress content, so if your client is conservative I’d suggest a sub-domain/other domain to play it safe and manually add interlinking via Text Widgets and Nav Menu Links.
David Law
Thank you @shanebp for your help.
Can you please let me know how to change the text “Add Friend” button text to something else? I have found “Add Friend” text in bp-templates/bp-legacy/buddypress-functions.php file,but when I change the text in that location it does not take effect. It only takes effect once I click on it and then click on “Cancel Friendship Request”. When I refresh the member page, it again shows “Add Friend” text.
Thank you.
I just updated the Display Widgets SEO Plus Plugin (v1.1.0) which is in the WordPress Plugin repository at Display Widgets SEO Plus Plugin Download.
Can be found under your “WordPress Dashboard” > “Plugins” > “Add New”
Use the Keyword Search facility, search for :
Display Widgets
Display Widgets SEO
Display Widgets SEO Plus
Widgets SEO Plus
Widgets SEO
The plugin should be in the top 5 results.
The update includes support for BuddyPress and bbPress specific widget logic.
BuddyPress specific widget logic
ALL BuddyPress Pages – is_buddypress()
BuddyPress Members Directory – bp_is_members_directory()
BuddyPress User Pages – bp_is_user()
BuddyPress Activity Streams Directory – bp_is_activity_directory()
BuddyPress Activity Streams Item – bp_is_single_activity()
BuddyPress Groups Directory – bp_is_groups_directory()
BuddyPress Group – bp_is_group()
BuddyPress Group Forum – bp_is_current_action( ‘forum’ )
BuddyPress Group Forum Topic – bp_is_group_forum_topic()
BuddyPress Registration Page – bp_is_register_page()

bbPress specific widget logic
ALL bbPress Pages – is_bbpress()
bbPress User Pages – bbp_is_single_user()
bbPress Forum Archive – bbp_is_forum_archive()
bbPress Category Forum – bbp_is_forum_category()
bbPress Forum – bbp_is_single_forum()
bbPress Forum Topic – bbp_is_single_topic()
bbPress Topic Tag – bbp_is_topic_tag()

David Law
BuddyPress does not come with shortcodes I’m afraid, these are from some other plugin
Is there a plugin that facilitates the Buddypress activity feed to be directed to our old Facebook feed? The page is fairly large and needs to transition to WordPress, our hope would be to have all new posts auto feed to FB. Please make suggestions if this option is not usable or if there is a good way to do this.
Thank you,
Victor
brodtstuff@gmail.com
prayersforpets1.org
I did not put in those shortcodes. These must have included with BuddyPress pages. It didn’t show any other text except these shortcodes when I click the corresponding page.I have included the link to the page.

http://hookr.io/functions/bp_add_friend_button/
buddypress\bp-friends\bp-friends-template.php ~Line 338
This is similar to what I’ve been looking for, so far I’ve not found an easy way to do this. It’s not actually a BuddyPress issue, it’s bbPress that creates the Forum list. So this is a question for the bbPress support forum.
Can you please let me know the location of the buddypress file- php/javascript- which shows the “Add Friend” button in the membership page?
Thank you.
That’s great!
You might be interested in my website http://buddyuser.com it’s my attempt to help newbies get the most out of BuddyPress, It’s got lots of plugin reviews and how to guides, you might like to give it a look.
For points 1 and 2 you need to ask at the BuddyDev forums as they are not BP issues.
For point 3 you can edit BuddyPress emails in Dashboard>>Emails.
For point 4 there’s some plugins that will hide the admin bar for certain user types, I’ve not tried them but try searching the WordPress plugin repository one I saw that might do the trick is https://wordpress.org/plugins/better-admin-bar/
I installed BuddyPress 2.6.2 in my website https://hustling.net which uses WordPress 4.6.1 and when I try to upload a personal image profile/avatar the following error appears: “There was a problem cropping your image.”
The filename size shouldn’t be a problem since the filename is “image.jpg”. I also checked that GD support is enabled too in PHP 5.6.26
Is there a way to fix this issue? Or can I give a staff member access to maybe see what they can review? I think it must be something with my theme’s javascript or css conflicting, as it works fine in the admin area when editing users.
I’ve installed Buddypress, Buddyblog and the latest version of BP Simple Front End Post: http://babyitsourworld.com
1. When a user begins to create a post, they do not have an option to upload a featured image. How do I fix this? A featured image should be required – See Screenshot: http://bit.ly/2fNRlNU
2. The style of the page is too long. How do we make the Category and Tags split the page 1/2 & 1/2 with contained list? This will shorten the page greatly – See screenshot: http://bit.ly/2fNRlNU
3. One of our users tried to register and got the confirmation email in their spam folder. So can we edit the email copy to: “BTW: Be sure to add B.O.W. to your contacts in order not to get these emails to your spam folder or in any other dark corner of your inbox.”
How do I do this for the BuddyPress email confirmation?
4. How do I hide/remove ONLY the top left parts of the Admin from users? User should not be able to see the dashboard. Only the Admin. Screenshot: http://bit.ly/2g1aOxp
Thanks in Advance.
‘Friends’ is a relationship between registered WP users.
Not Groups & Users.
You can extend the Groups component to handle different concepts of Friends, but you’ll need coding skills. Use the Group Extension API.
I have installed BuddyPress and created one group. I want to add “Friends” to the group, but don’t see how to do this? Must all “Friends” be WP Users?
Use the Group Extension API.
And then collect all group member ids and then purchases made by those ids.
It’s not difficult to do, but you will need coding skills and an understanding of BP groups and WooCommerce.
If you don’t have those skills, you can post a job here.