Sounds like you need to ask Yoast to add support for BuddyPress.
Hi everyone! does anyone here experience the same thing when you compose a message then you view the thread you will notice the text above the subject like this (Conversation between you and Deleted User and you.) it has a redundant (you) how to fix this? does anyone experience the same thing? i am using buddypress Version: 4.2.0 and wordpress 5.1 thank you guys..
I can confirm this bug. And it is not specific to a Template Pack.
Some formatting is lost : afaik, the 3 alignment options and the numbered and bullet lists.
I believe this is due to the allowed tags array used by BP.
Those tags are not allowed and therefore are stripped when edits are saved.
The allowed tags need to be altered to allow those tags.
Or filtered to allow those tags when profile edits are saved and a Multi-Line Text Area field is present.
Please open a bug ticket here.
Please reference this thread in your bug description.
Use the same login that you use for these forums.
Hello,
I’ve searched the internet and this forum in particular for a couple of hours but could not find a proper workaround for this issue:
As you know, BuddyPress setup works by creating two blank pages – members and groups. If I type in a meta description in Yoast for both and preview the pages, the description text is added to the page header and gets properly displayed in the page source text.
But as soon as I assign the two pages to the BuddyPress plugin, the description gets stripped completely. In the page source appears an author note that a description needs to be added.
I could live with that, but I urgently need to make my members page and all its related members profile content invisible to search engines. The severe problem is, that the Yoast settings „noindex, nofollow“ are stripped too.
The BBpress Forum page is not affected by this issue. Yoast can apply a meta description and the „noindex, nofollow“ command, which is a good thing.
Can someone please help me out with a solution?
Thanks in advance,
Martin
OK,
so after turning off all plugins, I was able to narrow it down to an issue I believe may be specific to buddypress. To solve the issue I created a functions.php under my child theme and added the following code:
add_filter( 'bp_email_use_wp_mail', '__return_true' );
Then under Tools > BuddyPress I selected “re-install emails.” Now the registration emails get sent on signup.
I think I just needed the encouragement to take everything apart which is something I was really resisting. Appreciate it 🙂
-Sophia
1. WordPress version 5.1
2. Directory
3. root
4. No
5. Not 100% on whether activation emails were being sent or not before BP install.
6. BuddyPress version 4.2
7. No
8. Yes, quite a few. Akismet, All in one SEO Pack, bbPress, BP Profile Search, Buddypress, Contact Form 7, Cool Timeline pro, Envato Market, Envira Gallery(All of the addons), Go Pricing, Google Analytics for WordPress by MonsterInsights, Import WP, K elements, Mailchimp for wordpress, Nav Menu Roles, rtmedia for wordpress, simple tags, Slider revolution, social articles, SQ Kleo monetizer, SQ sidebar generator, string locator, user access manager, videoj html5 player, what the file, woocommerce, woocommerce square, wordpress force https, wp mail smpt, wp rollback, wp bakery, YITH woocommerce wishlist.
9. Kleo Theme 4.4.7 (updated 14th of Feb)
10. ^
11. I’ve slightly modified register.php, general-popups.php and members-loop.php in my child theme. I’ve tried removing my modified register.php and no luck. I also have a css file in my child theme.
12. No
13. Yes 2.5.14
14. Not sure how to do this.
15. aws/bitnami
16. Not sure. Prob linux
17. Kleo 4.4.7
18. Not sure what that means.
19. Not that I’m aware of.
Quick followup note, I changed that code in buddypress-messages.js, but then I needed to use a javascript minifier such as https://javascript-minifier.com/ and then save that as buddypress-messages.min.js.
@gillyangelle Read this for your answer:
simple question
Might be worth asking the developer if they can add BuddyPress support
When I click submit the URL looks like this: https://buddypress.org/?post_type=topic&p=303301 I’m assuming p = is the post ID that I’m attempting to create? When I tried again I got p=303302.
Hi there, if you are logged in then the register page will redirect to home, try logging out and accessing it.
For other BP pages redirecting, you probably have a plugin doing this, does it behave that way with only BuddyPress active?
BuddyPress does not include image handing so would not have an input to this, you should ask whoever you use for image support in BP – rtMdia or MediaPress typically.
Hi there,
Do you have this page registered to BuddyPress in Admin>>Settings>>BuddyPress>>Pages ?
I am looking for some help with restricting private messages.
I have Paid Memberships Pro – BuddyPress Add On Version 1.2.1 and BP Better Messages (Premium) Version 1.9.7.9 with WordPress 5.1
BuddyPress Version 4.2.0
I am looking for a way to restrict the private message option for certain type of users. I am trying to have this modification multiple ways, with and without PMPro but none of them working so far.
With PMPro I supposed to restrict easily, still I can only totally restrict all BuddyPress functions or enable all of them, customization looks like broken.
I looked into the codes of all the mentioned plugins, tried to restrict access by using below code that I found in another topic:
add_filter( 'bp_get_send_message_button', function( $array ) {
if ( pmpro_hasMembershipLevel('Premium') ) {
return $array;
} else {
return '';
}
} );
Maybe I am just trying to make it too complicated and there is an easier way to do it with shortcodes under the Members page that currently contains only [bps_directory] shortcode.
Any suggestion and help would be welcome.
My other though was it was actually Google who hacked my site in cahoots with the Buddypress Devs. and I’m not the only website they are hacking. And why would they do this you ask??? Well it’s saving them millions & Millions of Adsense dollars thats why!!! IF I could prove it I would sue them! That alone would be worth millions in publicity! What do you think??? Can you help me prove it?? Message me on the site InternetTop40.com Im “Top40” or right back here on buddypress.org support!
Hello, I’m having the same issue with the registration on my wordpress site: users can’t register and when they submit their information, the fields are reset.
Buddypress version: 4.2.0 and WordPress 5.1.
Thank you in advance!
One thing to look at would be this plugin: https://github.com/r-a-y/buddypress-usernames-only that could solve your problem.
Hello. For the last few hours, I have been trying to achieve two things simultaneously:
1) I want the directory to show all users, even ones who haven’t logged in for the first time.
2) I want the directory to sort alphabetically by default.
To solve the first problem, I have implemented the solution here: https://buddypress.org/support/topic/members-not-showing-4/
When I select “Alphabetical” from the sort dropdown, it only displays users who have filled in their profile.
I tried implementing this solution and while it does sort alphabetically on default, it shows the same list as above: https://buddypress.org/support/topic/sort-user-list-by-last-name/
How can I create a directory that displays all users, including new ones who haven’t logged in yet, and sort alphabetically at the same time?
Thanks!
Use the per_page parameter. More info.
Deactivating Youzer by itself didn’t give me any improvements. So its gotta be a buddypress issue.
I just found out that when I deactivate Buddypress and Youzer and use the sign-in from my theme everything works fine. WordPress takes me to the “ugly” registration page and even sends me an email which I need to activate.
So I just wanted to update this in case anyone else was looking for something along these lines.
I found some code on The Buddypress Codex page that spelled out how to actually add the column. From there I added some custom coding to it to allow it to link to the membership page and accept the requests:
<?php
/* BuddyPress Custom Code */
// add the column
function groups_admin_add_custom_column( $columns ) {
$columns["pending_group_members"] = "Join Requests";
return $columns;
}
add_filter( "bp_groups_list_table_get_columns", "groups_admin_add_custom_column" );
// add the column data for each row
function groups_admin_custom_column_content( $retval = "", $column_name, $item ) {
if ( "pending_group_members" !== $column_name ) {
return $retval;
}
if ( "private" == $item["status"] ) {
$user_ids = BP_Groups_Member::get_all_membership_request_user_ids( $item["id"] );
return "<a href='". site_url(). "/groups/". $item["slug"] ."/admin/membership-requests/'>" . count( $user_ids) . "</a>";
}
return "-";
}
add_filter( "bp_groups_admin_get_group_custom_column", "groups_admin_custom_column_content", 10, 3 );
?>
Thanks for the reply,
so I can not use Buddypress e AE global templates elementor together?