The only plugin I have active is BuddyPress.
Perhaps it is the browser compatibility though… didn’t consider this before I had posted… perhaps one of the browsers I was using on this particular client is an older version. Unfortunately this site I am working on is on a closed network, so auto-updates don’t happen.
When using the BuddyPress Nouveau template and you view your notifications, the display is messed up. The table of New/Unread notifications is shown way off to the right. Legacy does not do this – everything displays nicely within the user profile section of the screen.
I have tested with a couple of WP Themes and the same thing happens. This seems to be specific to the Nouveau template.
Is there an update for this?
it it possible to mod code from this thread to use it for profile pages?
https://buddypress.org/support/topic/no-index-buddypress-pages/
Hi,
Would someone be kind enough to help me with changing a buddypress error message? (wordpress 4.9.8, buddypress 3.1.0)
I am restricting private messaging to user’s friends/connections. Currently, the error message returned when sending a private message to someone not in your network is “Message not sent. Please try again.” which doesn’t make sense. I would like it to say something like, “Sorry, you can only send a private message to connections in your network.” How might I change this error message?
I have been using the following code in child functions to restrict private messaging:
// if not site admin, restrict PMs to friends
function pp_check_message_recipients( $message_info ) {
// site admins are not restricted
if ( is_super_admin() )
return $message_info;
$recipients = $message_info->recipients;
$friend_ids = friends_get_friend_user_ids( bp_displayed_user_id() );
$nf = 0;
foreach ( $recipients as $key => $recipient ) {
if ( ! in_array( $recipient->user_id, $friend_ids ) )
$nf++;
}
// if any recipients are not friends, remove everyone from the recipient's list
if ( $nf > 0 )
unset( $message_info->recipients );
return $message_info;
}
add_action( 'messages_message_before_save', 'pp_check_message_recipients' );
Hi,
These are general problems and not associated with BuddyPress at all. Sometimes we only need to google it and we will find the solution.
Anyways, please check this https://webania.net/customize-email-sending-header-in-wordpress/ and use the snippet they gave, just replace from ‘name’ and ’email’ to yours.
Thanks
WP 4.9.8
subdomain installation
root dir of subdomain
As far as I know, all was working fine. BuddyPress was installed right away.
No core files modified
bbPress came with Buddpress/newveau
hosted currently with siteground. plan to move to amazon based within a short time.
hi there,
could someone please help with some code to set buddypress members profile pages and profile tabs to noindex? (without using robots.txt)
thanks a lot!
br, Eric
No response….I ran into the same error. The link just isn’t working right
Don’t click on the Howdy part, just hover, in the pull down menu go to the dark grey, profile, edit and it works (taking you to https://buddypress.org/members/timothylegg/profile/edit/group/1/ )
BuddyPress reactions are a bit slow on this one….
I have experience with both plugins: Peepso and BuddyPress.
BuddyPress is a free plugin and offers integration with BBPress forum. It has its own look and feel, very different from Facebook. For visitors it can be difficult to understand where to do what. It does have tons of option to extend it with other plugins. To be honest you will need other plugins to get some functionality. You can customise a lot if you want to. Development is not too fast as it is run by volunteers….also means less headaches with constant updates ;-). To be honest I find the BuddyPress website a bit confusing, like the plugin it doesn’t follow standard website look and feel.
Peepso is a paid plugin. The free plugin is pretty useless if you ask me, so if you decide to go with Peepso you will probably need the Ultimate Bundle. This bundle offers a lot of options and follows Facebooks look and feel. Users will understand right away how it works. Updates are on a regular basis, like every 2 weeks with bugfixes and extra functionality.
Pros BuddyPress
Free
Extendable with other plugins
Cons BuddyPress
Missing some basic options (can be added with 3rd party plugins)
Bit confusing for new users
More plugins needed – compatibility – problems? – multiple developers -> frustration?
Pros Peepso
Complete package if you go for Ultimate bundle
Users understand Facebook…and Peepso
1 stop shop – 1 plugin – 1 developer
Cons Peepso
Expensive
NOT multilingual! (bit weird for a social network!)
Use as is – fast developing means fast updates breaking customisations.
If you want to build a social network in 1 language, got the money and want an easy solution go for Peepso. I choose BuddyPress as I use WPML and 2 languages.
I have all plugins except for BuddyPress disabled and also have switched out to a basic WordPress theme again but still am not getting any sort of confirmation messages/notices when I save a new password change. I’ve checked in my BuddyPress files as well (am running the Nouveau template but have tried switching between that and Legacy to see if it would fix anything) and both have the proper code you specified in it, but nothing’s showing up.
Hi,
Please try this plugin https://wordpress.org/plugins/shortcodes-for-buddypress/ and use members listing shortcode to get the content of the members directory page.
Thanks
You don’t say which BP Template Pack you are using.
Or if you are using cover images on profiles.
If you are using the BuddyPress Legacy pack – open the appropriate file from these choices:
buddypress\bp-templates\bp-legacy\buddypress\members\single\cover-image-header.php
buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php
And find: do_action( 'template_notices' );
If you are using the BuddyPress Nouveau pack – then the direct call is not in a template.
Look this function bp_nouveau_template_notices() in
buddypress\bp-templates\bp-nouveau\includes\template-tags.php
Make sure that you are not running any code that filters notices.
Did you ask the creators of BuddyPress Activity Plus about your issue?
Have you tried switching momentarily to a WP theme like 2016?
If you do and the problems are resolved, then you know the issue is in your theme and you should speak to the theme creators.
BuddyPress does not add a random description or social icons.
You may also want to try deactivating plugins one at a time until you identify the source of the issue.
Then you can contact the developers for that plugin.
BuddyPress does not have membership levels.
If you are using another plugin for membership levels – ask them for the code to retrieve a membership level for the current user.
Then ask bbPress support ( bbpress.org/forums/ ) about the best hook to use to maybe restrict access.
check the counter under users. If you can resend one via the admin function, it is not a hosting issue it is a bp bug.
Also if all the notices about new message and other notifications are being received by user it is not a hosting issue, it is a bp bug.
I have a full bbpress working environment which is grate and managed under secure and wp user accounts.
The new site I saw bp aka buddypress and it seem to meet the needs for what I am doing.
Profile are exclusive to each group for editing. this is option in profiles.
More later.
@haleyscorner yes I can resend from wp-admin>users>manage sign up
@sbrajesh thanks so much for your support
I’m simply going to insert a notice that will ask uses to copy code from their browser address and paste into box to activate. I have been trying that in the buddypress plugin but kept seeing nothing. Now u know its from the youzer plugin I’m going to do that while I work on a solution or wait for an update. Thanks so much.
setting buddypress disable profiles
After 30 minutes I finally found it. Here is a screen shot to help others find it.

I solved!
▼【wp-content\plugins\buddypress\custom_user\fluits_content.php】
<div class="activity_update_wrapper">
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=activity_update' ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?>
<?php bp_get_template_part( 'activity/entry' ); ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
Thanks.
https://github.com/r-a-y/buddypress-followers/issues/31
Below is a talk on how to add it but I want to remove disable or hide it
Hi, make sure you are using latest Buddypress version and that your emails are being sent from your site