I created an action that uses the messages_new_message function (any time a user gets a tag, they automatically receive a private message.)
Would it be possible to put a border around the message or make the font different? I would like to make these messages stand out a little from the other messages in a users inbox/thread by adding some styling. Below is the code I am using:
function send_message_to_student_113( $user_id, $tags_applied ) {
$tag_id = wp_fusion()->user->get_tag_id( ‘course tag 1.1.1’ );
if ( in_array( $tag_id, $tags_applied ) ) {
$args = array(
‘sender_id’ => 1,
‘thread_id’ => false,
‘recipients’ => $user_id,
‘subject’ => ‘Hello there’,
‘content’ => ‘You got a new tag! Congratulations. Please let me know if you need any help!’,
‘date_sent’ => bp_core_current_time()
);
$result = messages_new_message( $args );
}
}
add_action( ‘wpf_tags_applied’, ‘send_message_to_student_113’, 10, 2 );
I am using WordPress 5.3 and I am actually using BuddyBoss which is a fork of Buddypress.
Thank you! Simmi
@easytomake You can try to disable BuddyPress registration
https://gist.github.com/r-a-y/5578432
@cmsplay there are a couple of plugins in WordPress repo to import the user from CSV and few of them have support for BuddyPress.
You can try https://wordpress.org/plugins/import-users-from-csv-with-meta/
@sanra84 you can check following
BuddyPress Links in WordPress Menus
You can add them as a dropdown menu which will display for logged-in users.
@mbigler
Inside Network admin
Settings > BuddyPress >> options
Account Deletion enable that option.
https://prnt.sc/s19zi5
@armandoello create those pages manually and set them in Setting >> BuddyPress >> Pages
You will find options to select your newly created pages for Groups.
https://prnt.sc/s19noq
The following active BuddyPress Components do not have associated WordPress Pages: User Groups. Repair
I can not repair it.
When I want to create a group I klik add new group.. then I get to the sample page which is nothing.. so the component is missing.
how to solve this?
I have buddypress network activated in a multi-site setup and none of the users can delete their account through their buddypress profile. When attempting to delete their account, the user is presented a message that says “You do not have permission to edit this user”. This is true for all users, even those with admin privileges. How can I make it possible for users to delete their own accounts?
Dears,
Is there any plugin that would enable buddypress users to accept friend ship request automatically ? I searched a lot .. but found nothing.. Please help
Thank you,
Tony Thomas
So I did a theme conflict test, and low and behold, when I changed to TwentyTwenty theme the login worked.
But the thing is, the theme I’m using (VideoPro) was built specifically for BuddyPress use.
So I’m still stumped.
Hello,
I’ve searched everywhere the past 48 hours for a solution to this, but cannot find anything. Not even on the Youzer support!
I recently installed Youzer and set it up step-by-step.
The login and registration pages look and work fine, I can register and activate the account successfully.
But when I start from scratch and login from the login page, after clicking the Login button, the page just refreshes back to the login page, and not redirected to the Buddypress profile. In fact, the login doesn’t actually log into my account. It just refreshes back to the login page where I have to start again.
I’ve deactivated/reactivated all plugins etc, and I’ve double checked the login redirection settings both in the theme and Youzer. And cleared browser cache. But still nothing.
Any advice would be greatly appreciated, thanks.
Hi, I’m looking for a plugin that allows me to insert a share button in my posts on BuddyPress.
From this button, I would be interested in getting an html code to embed my posts on an external site.
Do you know one for free?
Thanks a lot for all the help!
Hey all, so I recently installed buddypress on a website I have, everything works great aside from the login widget. It is displaying the “password” field much larger than the username field, and it just looks awful.
This could be the theme im using, could be the plugin, im not sure but I was hoping someone would have a solution for me. It would be nice to have them the same size, password being small like username. however if making username large like password is the only solution that would be okay too.
Here is a screenshot to better help display my situation.
View post on imgur.com
The last update March / April 2020, has caused an uncomfortable and inconvenient situation:
We have been using the LEARNDASH, Bbpress and BudyPress Add-On for months. Excellent until this month ….
Now…
1. A second registration form appears (owned by Buddypress), after having used the original LEARNDASH (LMS)
2. And in addition, a blue button began to appear above the section “Course content) that does not serve or does not fulfill its functionality.
This affects the functionality of the LMS and service to those who wish to register. And LearnDash offers both Add-ons, Bbpress, Buddypress
You should consider this with LearnDash and repair this so that we have the option to skip a second registration form, the one that belongs to Buddypress.
Easy To Make has also written to LEARNDASH, but they say this is from Buddypress.
Unfortunately we have decided for the moment to disable Bbpress and Budypress, until this is fixed.
Thank you! CEASE
easytomake.net
Hi Brajesh
I found the culprit.
When I deactivate the plugin “BuddyPress Group Email Subscription” response time is reduced from >10 sec to around 3 seconds.
I will report it to them. Thanks for helping out.
Lars
Hi,
I’m using WCFM MarketPlace and BuddyPress. I’m intregating them with BuddyCommerce and so I believe they intregated with one another.
For customers, it directly redirects them to Buddypress’ social profile. But Vendors still have two profile.
One by BuddyPress and another by WCFM. If I disable WCFM vendor’s profile. Users can no longer see vendors name next to their product.
Is there anyway I can redirect vendors profile to BuddyPress’ profile. Basically combine them together and provide only one profile with social features.
Following example.
<https://homymade.ch/store/davud-assadi/> WCFM vendor profile
<https://homymade.ch/members/davud-assadi/> BuddyPress social profile
Apparently in BuddyPress’ setting, if I change Template pack, instead of BuddyPress New to Template, everything work fine.
Funny I followed some tutorial of how to install BuddyPress but didn’t get any notification about Template pack.
Anyway thank you. Problem solved.
So I contacted them and the theme’s support refer this problem to Buddypress. They claim that the problem is not caused by their theme. even the fact that when I disable their core plugin, I no longer have this issue.
Hi @imath first thanks for your reply.
As you can see from my code I have added to my first message, I am using an hook provided by WORDPRESS
https://codex.wordpress.org/Customizing_the_Login_Form
So correction of buddypress code should be simple and efective…
I have opened a new ticket in TRAC
https://buddypress.trac.wordpress.org/ticket/8277#ticket
I hope this issue can be resolved before release V6
As you say: “If it’s just adding a hook available in the /wp-login.php page then, why not”
😉
Hello, we have an educational site with groups and I need one user or role to be able to enter only one group. So that they could not join other groups. I am using the Buddypress Nouveau theme. How can I limit users? What are some ways to do this? Help me please.
Anonymous UserInactive
Sorry I’ve just read about this issue. Having it fixed in 6.0.0 seems difficult as there’s no ticket about it in Trac and the release is scheduled to the end of this month. If it’s just adding a hook available in the /wp-login.php page then, why not but if Plugins adding these checkboxes are using different hooks it can be challenging.
Could you open a ticket on Trac ( https://buddypress.trac.wordpress.org/newticket ) and eventually find out what is the name of the WP hook these plugins are using to try to have it fixed asap ?
Thanks in advance for your help.
First, @iamthewebb thanks for your reply.
I dont understand why you do this afirmation:
“It should be simple enough to create a custom page that disables the login button unless the checkbox is selected.”
I have done it thanks the code I pasted in my first message.
Whit this code now to my login page (http://www.mysite.com/wp-login.php? ) is showed a checkbox I can use for TERMS OF USE of my web.
This is ok.
The “why” I have opened this thread is because this checkboxes is not showed in the BUDDYPRESS LOGIN WIDGET when I create a custom login page using BUDDYPRESS LOGIN WIDGET.
So this “error” should be an error of BuddyPress who should to do a hook (in BUDDYPRESS LOGIN WIDGET) to get checkboxes (and others actions) from http://www.mysite.com/wp-login.php?
This is why I asked to @imath to introduce it in the V6 release of buddypress.
Waiting for reply. 🙂
Seems like you are using outside single profile template
You can try the following
<h3><a href="<?php echo bp_core_get_user_domain( bp_loggedin_user_id() ) ?>/profile/edit">Edit Profile</a></h3>
ref: http://hookr.io/plugins/buddypress/#index=g&search=loggedin_user
Please anyone can help me to send an activation email to send my new users? activation email sent as to show the end of the registration but not send any email to them.