Hi,
After seeing the video it seems like you are getting that link from this file: buddypress\bp-themes\bp-default\members\single\messages\single.php and code is <a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a>
Also please let me know which template you are using?
Thanks
You can go with the above solution or can install this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and then try to upload the zip of BuddyPress plugin.
Thanks
If that plugin creates WP users, then BuddyPress will find all 200 members.
And:
- You will need to create BP profile fields and data for all those members
- You could write a custom script to do that
- You do not need to export / import a .csv
This error occurs when an empty directory is left in plugins/buddypress so you need to go and delete that directory.
I’ve tried to use these code:
function mv_send_additional_emails($user_id){
$user = get_userdata($user_id);
$mv_options = get_option('mv_email_admin_option');
$mv_message = $mv_options? $mv_options['textarea'] : null;
$cc_mail = $mv_options ? $mv_options['input'] : null;
$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES);
$message = sprintf(__('New user registred on site %s:'), $blogname) . "<br>\r\n\r\n";
$message .= sprintf(__('User login: %s'), $user->user_login) . "<br>\r\n\r\n";
$message .= sprintf(__('E-mail: %s'), $user->user_email) . "\r\n\r\n";
$message .= sprintf(__('Message text: %s'), $mv_message) . "<br>\r\n\r\n";
/* BuddyPress xprofile */
$mv_xp_bp_phone =xprofile_get_field_data( 23, $user_id ); // Phone field idd = 23
$mv_last_name =xprofile_get_field_data( 24, $user_id ); // Last_name field id =24
$message .= sprintf(__('Phone: %s; Last name: %s;' ), $mv_xp_bp_phone, $mv_last_name) . "\r\n";
$headers = array(
'From: Sitename <noreply@mc21academy.ru>',
'content-type: text/html',
'Cc: '
);
// send e-mail to admin
@wp_mail(get_option('admin_email'), sprintf(__('[%s] New user registered'), $blogname), $message, $headers);}
add_action('user_register', 'mv_send_additional_emails');
But it didn’t work – the xprofile filds return empty (null).
But if i try to get xprofile field data for existing user – it works fine
for example for user id = 1 – xprofile_get_field_data( 23, 1 )) returns: ‘+7 911 810 35 05’!
I also tried to use another hook: add_filter(‘bp_core_signup_send_validation_email_message’, ‘mv_send_additional_emails’, 10, 3)
But it doesn’t work too
Hi @prashantvatsh,
Thanks for the pointing out on ways how to use that code but,
1) I wanted to ask if there is a way to also do that for the cover image. As mi cover images are not shown on the sub sites when i have the buddy-press multi blog added.
2)And Is there a way to find the meta keys and code “add filter” to use fix othyer areas of images or media options that are not being displaysed.
Reason being:
I noticed that the multi blog uses the fields setting the as global, so if one changes the a field from any of the site. that chanege is done immediately on all.
But noticed that for uploads, this does not work because of uploads are done my media and seted to various directory .
So i noticed if i upload the cover image on one site the other sites still does not display that change same as other uploads setting I make use of in the buddypress.
Question: can you please help me with a code that could be used to fix the area for cover image and if possible how to find meta keys and guides to not when setting it up
Thank you very much.
Hi,
Please take a backup before doing any changes. Users are there by default in WordPress so if you will remove the ultimate member and its extensions then also users will be there. What needs to be managed is if you have any associated data with UM like activities then they certainly will create the issue because BuddyPress has its own activity table and even table for profile field data and all.
I will suggest to set up a staging site first and then test all these things there. Deactivate UM and it’s extensions and then install BuddyPress and check what’s missing there and if there is an extension available in BuddyPress that can do so.
Thanks
Hi,
Please check in BuddyPress settings if comments are enabled like this: https://prnt.sc/l6gojt
Thanks
Is this normal or should i be landing on the page where you compose a message towards said user like any other website?
No, this is not normal. It’s a bug.
There’s a fix for the next version, but it hasn’t been released yet:
https://buddypress.trac.wordpress.org/ticket/7908#comment:10
Hi there,
Im trying to replace my old membership plugin with buddypress.
The problem is I have about 10 websites working with polylang and I understand there is a big problem buddypress working with polylang.
I dont mind having emails with both languages and the relevant registration pages also in both languages but are there any helpful hints how to integrate both?
Thank you and best regards,
Harald
Default and vanilla install of both latest stable WP and Buddypress with no other new plugin installed, just all default themes, nothing else. Creating a new blog post ( as admin or any user ) – expecting to see comment button or box in the Activity stream under the blog title (and excerpt) – but seeing only Favorit / Delete buttons but no Comment button. Many thanks for posting a solution.
Hi,
Have you tried disabling plugins except buddypress? Also check once with the default theme like twentyseventeen(if not done).
Thanks
Hi,
Please check this thread: https://buddypress.org/support/topic/activity-loop-filtering-multiple-or-excluding-filter/
The code given there will only output these activities:
'activity_update',
'activity_comment',
'new_blog_post',
'new_blog_comment',
'friendship_created',
'created_group',
and rest will be excluded from the activity stream.
Thanks
I checked this out already. This plugin does not map “Date-of-Birth” and “Gender” fields of Buddypress.
Is there anyway to prevent buddypress from removing wp_classes? It’s preventing me from using my theme customizer
Hi,
When activating the new buddypress version 3.2.0 it overrides my website bodyclass with it’s own
class=”bp-nouveau js”
Which causes a lot of conflicts for me.
When buddypress plugin is disabled the problem is solved and I get back my default bodyclass
class=”post-template-default single single-post postid-1 single-format-standard”
How can I solve this?
Hi,
Please check this plugin: https://wordpress.org/plugins/wordpress-social-login/
It is now integrated with BuddyPress that you can see in the documentation as well:
http://miled.github.io/wordpress-social-login/buddypress.html
Thanks
For the activation and welcome messages you can find them in Email menu in dashboard. Find the one that you want to edit and add your text there and then test.
If wants to do it with code then please check this https://websistent.com/custom-buddypress-activation-email/
Same for the translation. You can change the content there in the Email menu.
Please see: https://prnt.sc/l5n76g
Thanks
No when I activite the rtMedia for WordPress, BuddyPress and bbPress plugin