Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 301 through 325 (of 7,641 total)
  • Author
    Search Results
  • wasanajones
    Participant

    I’d like to add custom WordPress profile fields that in turn are synchronized with BP Xprofile fields. (I want to register users not using buddypress for registration)

    this bpdev post hints that is would be a ‘thing’ – but the explanations are incomplete. https://bpdevel.wordpress.com/2021/03/24/wordpress-xprofile-field-types/

    searching solutions for adding WP profile fields look like there is no way they’d be compatible with Xprofile sync

    Is this even possible?

    Is there an explanation/tutorial somewhere?

    Thanks

    Anonymous User 18296540
    Inactive

    100% BUG. Biography field in the site registration form. The field description is not displayed. All fields display descriptions (instructions, user tips) under the given form field. The description never appears below this field.

    #322325
    ttempo510
    Participant

    I want to create an option to add new user(register) from logged in admin account. I don’t want to use WordPress default registration page. How can I do that?

    #322312
    muhammadbilalwise
    Participant

    Hi,

    I am looking the same functionality as well, did you find out any solution as i tried to do by commenting the above-mentioned code as well but still redirected the login user to the home page instead of the registration form.

    #322170
    laretrografia
    Participant

    Hi all,

    We are working with the MasterStudy theme. We would like to modify the buddypress registration form to be able to add necessary data of the students, where can we do it? I don’t see the option within the BuddyPress settings of the theme

    #322059
    joydipkar73
    Participant

    I am using WordPres version 5.8 and Buddypress 9.1.1.
    I am using AMP from the Google plugin. I have disabled AMP from pages and only posts are using AMP.
    This setting corrected the problems in the registration form.
    But, the profile page where people would upload the image is broken. it is showing AMP “form has been submitted… ” error and the crop section is also broken.
    I have tried manually disabling AMP in the members and activity page. But nothing is working at all.
    Please advice.

    #321769
    N
    Participant

    I am using WordPress 5.8.1 and Buddypress 9.1.1. I want to allow users to decide their member type during registration (so as to categorize them in the directory), also the flexibility to change the type whenever they want. Can you guide me on how to do it?

    #321733
    thomasfbg
    Participant

    I am creating a community for individuals with a certain education. I will not require that users attach there formal degree in order to create an account. However I still would like to ensure that users has the education required. I’ve found the Buddypress Verified Member plugin. That would be a great way to highlight that we have the knowledge that users has the right level of education. Although that seem to require admins to make the decision as to whether or not the users has the taken the education. Instead I would like to transfer the decision to the community. I envision the following.

    After successful registration the users is presented with a page where a number on non-verified members are presented with name and profile image. The user is presented with the question:

    Do you know any of these people and can you vouch for that they have taken the education?

    To create som intrinsic motivation users earn credits for helping out identifying community members that has taken the educations. Ideally it also motivates users to upload a profile image in to get recognition by others and get the verified badge.

    The function is similar to the Buddypress Member Review. It is also similar to the function that presents users with “perhaps you know” and where they can decide to start follow users.

    Does anyone know of existing plugins I can use or plugins that I could tweak?

    #321586
    palztogo
    Participant

    Registration is enabled.
    Register and Activate pages are assigned properly.

    Any thoughts on what might be the problem?

    Thanks,
    Dror

    #321556
    str8dude2003
    Participant

    How can I include MemberShipPro pricing plans on the registration page so that users that are registering for the first time can select a pricing plan before they click the Complete Signup on the register page?
    Thanks

    oguruma
    Participant

    I think I want to try and use a Forum plugin to handle my registrations. The reason is because I’d rather avoid the email confirmation process, and use ReCaptch instead for spam control.

    The problem is that there’s Extended Profile meta that I would want to capture and insert at the time of user creation.

    What’s the right way to insert that Profile Data if I wanted to use another form plugin for user registration?

    #321506
    oguruma
    Participant

    Thanks for the input. I was hoping to catch extended profile meta at time of registration, but it turns out that the insert_user_meta filter fires too soon…

    Do you know of a good way to capture extended profile meta at user registration? (assuming they entered it at registration, of course).

    `add_filter(‘insert_user_meta’,’send_user_data’,100,4);

    function send_user_data($meta,$user,$update,$userdata){
    $user_id = $userdata[‘ID’];
    $phone_number = strip_tags( xprofile_get_field_data ($user_id, ’11’,’string’) );

    $ch = curl_init();

    $user_payload = array (
    ‘id’ => $user_id,
    ‘phone’ => $phone_number,
    );

    curl_setopt($ch, CURLOPT_URL,”https://myurl.m.pipedream.net”);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $user_payload);

    // In real life you should use something like:
    // curl_setopt($ch, CURLOPT_POSTFIELDS,
    // http_build_query(array(‘postvar1’ => ‘value1’)));

    // Receive server response …
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

    $server_output = curl_exec($ch);

    curl_close ($ch);

    return $meta;
    return $user;
    return $update;
    return $userdata;

    };

    #321451
    testnew
    Participant

    Hi Support Team,

    I want to integrate zappier and typeform with buddypress registration form.

    Is it possible with zappier and typeform integration with buddypress registrtion form?

    #321443
    girlinbluemusic
    Participant

    I have a site that auto creates users at checkout through Woocommerce, and the only issue I’ve been having is with a europe.com domain email address. It keeps pulling up the error code “not enough data to create this user.” This happens when the person tries to register on the frontend (just on the registration page too) as well as when I try to create their account in the back end. After chatting multiple times with WordPress support, they believe that the Buddypress plugin is causing this issue.

    I’ve tried rolling back to previous versions as well, but not luck. Any ideas?

    kamboosh
    Participant

    Hello developers, I have a problem and I need to solve it. I have a small forum, when a person registers on my site, the client receives a successful mail message, for example, a welcome mail, but when he clicks on the links and his link, such as a profile or login, he is transferred to the default registration page of WordPress, and this is not what I want. I need to move it to the registration page of the theme,Also (unsubscribe) on the footer message, goes to the default registration page. This is not good for me how do I fix this? Although the theme supports your product 100%. I think the problem is in the short code in all mails. Or what do you expect? Please help me . I know that you are very busy and I pray that God will help you in your work

    #321382

    In reply to: Chose role on sign up

    Ravi Sharma
    Participant

    Hello,

    For categorising users in BuddyPress space you can use BuddyPress Member Types comes in core plugin. You can find under Users > Member Types and use following plugin which allows selecting member type on registration as a signup xprofile field.

    Plugin: https://buddydev.com/plugins/bp-xprofile-member-type-field/

    Regards

    #321302
    nzurita
    Participant

    No I din’t so far, I had to develop my own registration page, sorry

    #321255
    basketballstar
    Participant

    Hi, I have a Problem: When a user Fill out the registration form, the mail is not sending to his mail adress. Where is my mistake, everything else works fine. Thank you! <3

    #321245
    Naomi
    Participant

    Thank you. I tried that plugin and it worked except for my Members and Group page links in the menu still showed as well as the members avatars on the sidebar on pages. It seems like every which way I go some functionality is missing. I finally got it to where I wanted it on my other site which is why I’m trying to figure that out. I’ve spent more hours than I’d like to admit working on this. I really wish BuddyPress would make it a standard feature to privatize a site and monitor registration. I’ve been wishing for that since I had a paid ning site years ago.

    #321244
    wbcomdesigns
    Participant
    #321018
    xrelmate1
    Participant

    WordPress version: 5.8.1
    BuddyPress version: 9.1.1
    link to your site: https://e-seeker.com/
    Hi,
    E-Seeker, allows users to register accounts and create their website, as part of a multisite environment.
    The problem occurs after registration, where the user is added on the main site as well, as seen in the print screen:
    https://prntscr.com/1s5dubh

    I also added this code to manage to prevent the user to have access to the main site:
    https://prntscr.com/1s5anwd

    When I disable BuddyPress, and sign up a new user on https://e-seeker.com/wp-signup.php, I have a smooth registration, without the user added to my main site;
    https://prntscr.com/1s5e8tw

    I would appreciate any helpon this matter, so that a user could register an account or a website without be added and have access to my main site.

    #321139
    Naomi
    Participant

    I’m running WordPress 5.8.1 running Astra theme.
    Buddypress 9.11

    This is an odd question, but I did something that I now can’t figure out for the life of me on my http://www.charlottemasoneducation.org website to require admin approval for registration. In other words, when someone tries to register, I have to approve them before they can engage with the site. I looked through all my plugins listed below and one of them is giving this functionality, but I can’t figure out which one and how. I want to replicate it on another site I’m working on but I’m not able to figure it out. Any help would be appreciated.

    I thought maybe BP Simple Private, but that only makes the site private, it doesn’t provide the approval process functionality.

    Akismet Anti-Spam
    bbp style pack
    bbPress
    Better Notifications for WP
    BP Simple Private
    BuddyPress
    Code Snippets
    Easy Digital Downloads
    Elementor
    Essential Addons for Elementor
    Events Manager
    Events Manager – OpenStreetMaps
    InfiniteWP – Client
    MC4WP: Mailchimp for WordPress
    Ultimate Addons for Gutenberg
    UpdraftPlus – Backup/Restore
    WooBuddy -> WooCommerce BuddyPress Integration
    WooCommerce
    Wordfence Security
    WP Mail SMTP
    WP RSS Aggregator
    WP-Optimize – Clean, Compress, Cache
    Yoast SEO

    Varun Dubey
    Participant

    @mandro multisite use the same user base, users can be enrolled to site-specific
    if you have the BuddyPress network activated, it will sync users to all subsite along with the primary site for any registration via BP registration form.

    mandro
    Participant

    Good Day,

    On the default WordPress Multisite environment, if the user signup through the Default WordPress form, the account is created on the Sub Site only.

    But with activated BuddyPress and a user register via BuddyPress Registration form, the account will be created double. On the Main Site and the Sub Site. Is this normal behavior from BuddyPress or a bug?

    Best Regards.

Viewing 25 results - 301 through 325 (of 7,641 total)
Skip to toolbar