Search Results for 'buddypress'
-
Search Results
-
I’m trying to change the latest status update in the Buddy Theme for BuddyPress to a user text field, like a bio. Is there anyway to do this?

If this is valuable info I’m running WP 4.9.1 and BP 2.9.2Hello,
I’m creating a meeting website, the profile search page is reserved for men only and I would like that the research only returns women profile. I’m using buddy press.
Please help me.
ThanksTopic: accept friendship request
Buddypress developper How to accept a friend request from a user (which function) .Thank you
I currently have an issue with trying to get a custom email to send once a user activates.
When a user does a traditional signup/activation, the email gets sent without any issues.
But when I use plugin to do sign ups via social media, this email does not get sent, and I get the following error when I capture the results of the failed email message.object(WP_Error)#6355 (2) { ["errors"]=> array(1) { ["missing_email"]=> array(1) { [0]=> string(12) "bp_get_email" } } ["error_data"]=> array(1) { ["missing_email"]=> array(2) { [0]=> string(24) "member_activated_account" [1]=> array(6) { ["no_found_rows"]=> bool(true) ["numberposts"]=> int(1) ["post_status"]=> string(7) "publish" ["post_type"]=> string(8) "bp-email" ["suppress_filters"]=> bool(false) ["tax_query"]=> array(1) { [0]=> array(3) { ["field"]=> string(4) "slug" ["taxonomy"]=> string(13) "bp-email-type" ["terms"]=> string(24) "member_activated_account" } } } } } }My code for the custom email creation, and the code to call it is as follows:
function welcome_email_message() { // Do not create if it already exists and is not in the trash $post_exists = post_exists( '[{{{site.name}}}] Welcome to {{{site.name}}}' ); if ( $post_exists != 0 && get_post_status( $post_exists ) == 'publish' ) return; // Create post object $my_post = array( 'post_title' => __( '[{{{site.name}}}] Welcome to {{{site.name}}}', 'buddypress' ), 'post_content' => __( 'Hi {{recipient.name}}, welcome to {{site.name}}! Thankyou for signing up and helping us grow our community. {{site.name}} is a community run service which connects families with the right babysitter or nanny for them. Your new account is all set up and ready to go, you can login with the following information: Username: <strong>{{recipient.username}}</strong> This link will take you to our log in page: <a href="https://bbs4you.com/login/?login=newuser">Login</a> We need you to log in and fill in the details of your profile in order to make the most of our site. Please let us know if you have any issues using the site via the contact us page: <a href="https://bbs4you.com/contact-us/">Contact Us</a> The {{site.name}} Team', 'buddypress' ), // HTML email content. 'post_excerpt' => __( 'Hi {{recipient.firstname}}, welcome to {{site.name}}! Thankyou for signing up and helping us grow our community. {{site.name}} is a community run service which connects families with the right babysitter or nanny for them. Your new account is all set up and ready to go, you can login with the following information: Username: {{recipient.username}} This link will take you to our log in page:Login
We need you to log in and fill in the details of your profile in order to make the most of our site. Please let us know if you have any issues using the site via the contact us page:Contact Us
The {{site.name}} Team.', 'buddypress' ), // Plain text email content. 'post_status' => 'publish', 'post_type' => bp_get_email_post_type() // this is the post type for emails ); // Insert the email post into the database $post_id = wp_insert_post( $my_post ); if ( $post_id ) { // add our email to the taxonomy term 'post_received_comment' // Email is a custom post type, therefore use wp_set_object_terms $tt_ids = wp_set_object_terms( $post_id, 'member_activated_account', bp_get_email_tax_type() ); foreach ( $tt_ids as $tt_id ) { $term = get_term_by( 'term_taxonomy_id', (int) $tt_id, bp_get_email_tax_type() ); wp_update_term( (int) $term->term_id, bp_get_email_tax_type(), array( 'description' => 'A member activates their account', ) ); } } } add_action( 'bp_core_install_emails', 'welcome_email_message' ); function new_member_welcome_email( $user_id, $key = false, $user = false ) { if ( $user_id) { // get the user data $user = get_userdata( $user_id ); // add tokens to parse in email $args = array( 'tokens' => array( 'site.name' => get_bloginfo( 'name' ), 'recipient.firstname' => ucfirst($user->first_name), 'recipient.username' => $user->user_login, ), ); // send args and user ID to receive email bp_send_email( 'member_activated_account', $user_id, $args ); } } add_action( 'bp_core_activated_user','new_member_welcome_email', 99, 2 );Why it works for a normal activation, and not with a OneAll social login account creation seems to confuse me, as the user_id is set and coming through from this point.
I’m running Buddypress 2.9.2
I’m running WordPress 4.9.1
I’m using the evolv themeMy website is http://communitykennel.com/
I have never used wordpress before and do not have any coding or web design experience. I’m trying to create a website that allows people to swap pets when they’re traveling (free pet boarding). I’m looking for a plugin that would allow users to create a streamlined extended profile to show other people in the network
1.information/photos about their pet
2.information/photos about their yard/fence
3.information/photosI’ve experimented with BP portfolio but I don’t like how it says “portfolio” on the buddypress menu.
Also, does anyone know how to make the buddypress menu options layout vertically to the left side instead of horizontally under the user’s cover image?
Hey everyone. I am having trouble reworking a profile/registration field. I have a field that asks who or what are you. The options are male, female, couple or group. If the user selects say male or female then the next profile field is age and all is well, they simply fill out the form as usual and get an account. However, I have been trying with all my heart, patience and ability to figure out a way to have the option couple when selected, add an extra age field so that I can get the ages of both users. I have seen this done with buddypress before and I am sure it can be done, would anyone here have any ideas on how this could be accomplished?
Hi all,
When the primary site in a BuddyPress network runs over https, it appears all links to sites in the Sites list are forced to https as well, irrespective of the actual home url used by that site as set in the database.
When a site is running over http and there is no ssl license available for its (sub)domain, it will cause visitors to be scared away by their browser’s security warnings.
Not very nice…
Can this be fixed?
Hi all,
On my multisite buddypress, in the Sites list, I notice the gravatar that is shown left of each site, appears the be one from the first user associated to that site. This seems to make sense except that it is the first in in alphabetical order, not chronological order. So it’s not necessarily the user that created the site. In fact it can be any user of any role…
This is very confusing. As if a site simply belongs to some random user of that site.
Or is there something wrong with my setup?
Thanks for any feedback / thoughts 🙂
My BP Activity Stream Time is off (posted an update in 5 hours).
I checked the server time, and also the WP settings time and they are all set correctly.
I’m using basic Twenty Seventeen Theme and BuddyPress. No other plugins installed.Anyone else have this issue, or know what else it may be?
Topic: Delete a notice to all users
Hello,
creating a message for all users works as expected – logged-in users see the message at the top of their screen.
However, when I go to my account – messages > all member notices I can activate or de-active notices from there, this also works but there is no possibility to delete these messages.
Using WordPress 4.9.1 and BuddyPress 2.9.2
Anyone have an idea?
Thanks
Topic: Register page editor
Hi, I am new to wordpress.
I want to edit the register page of buddypress.
My registration should include address and phone number of person.I tried to edit the page in pages, it is completely empty.
Please let me know :
1) How to edit the page?
2) Any precautions to take during editing plugin page.
3) Do it automatically updates in database fields?Thanks.