Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 526 through 550 (of 7,641 total)
  • Author
    Search Results
  • #313107
    andrew2605
    Participant

    Hi all,

    I’ve followed the installation guidelines for Buddypress but no matter what I do I can’t get the plugin to work. The pages it creates are totally blank (no registration forms etc).

    It’s driving me nuts as I thought it would be a very simple straight forward process.

    Has anyone else had an issue similar to this and how did you solve it??

    #313089
    astromaz
    Participant

    I want to create a simple Marriage Bureau Site in which people (who want to find partner) will fill a registration form to submit heir profile (the form will have extended fields). These profiles will then will searchable using the filters of the fields in the form. And I want to use more filters to search like Color, Education, Age, City, etc…

    Now Please help how can I achieve this in buddypress, which themes? which plugins? etc

    iamthewebb
    Participant

    Ahh the site is using the Legacy Template pack, this doesn’t happen with Nouveau template. You can switch between templates on the options page within buddypress settings.
    Unfortunately I’m unfamiliar with this but https://buddypress.org/support/topic/how-to-disable-stay-on-page-confirmation-popup-from-registration-page/ has a possible solution.

    #312939
    Carlen
    Participant

    Thank you! this did help me realize where my errors were, but wasn’t working because I am using some code of automatic login. For anyone else this is what I came up with that works.

    I set up https://gravitywiz.com/documentation/gravity-forms-populate-anything/ and grab the groups from the wp database. I have them search and select the name, and then pass the value (ID) this to a hidden field.

    I then set up the following code. Included is some code to automatically log them in after they register too.

    function ip_gravity_registration_autologin( $user_id, $user_config, $entry, $password ) {
       $selected_team = rgar( $entry, '13' ); // Replace with the field for group ID	$group_id = $selected_team; //change it to the group ID of your choice
        groups_join_group( $group_id, $user_id );
    // Automatic Login: Only automatically login if we aren't *already* logged in
    if ( ! is_user_logged_in() ) { 
    // Get the user data (for the login)
       $user = get_userdata( $user_id );
    // Sign the user in
    wp_signon( array(
    'user_login' => $user->user_login,
    'user_password' => $password,
    'remember' => false, // Don't set the remember cookie
    ) );
    }
    }
    add_action( 'gform_user_registered', 'ip_gravity_registration_autologin', 10, 4 );
    #312922
    Carlen
    Participant

    I have seen what is posted out there and everyone suggests working off of a few plugins developed years back. This is the code I constructed after looking at what they did, but it still doesn’t work.

    I can pass the ID of the group a user selects through an entry, but still can’t get the auto join to group working. Any suggestions?

    function ip_gravity_registration_group( $user_id, $feed, $entry ) {
        global $bp, $wpdb;
    	$selected_team = rgar( $entry, '13' );
    	$group_id = $selected_team;
    	$user_id  = new WP_User( $user_id );
    	groups_join_group($group_id, $user_id);
    }
    add_action( 'gform_user_registered', 'ip_gravity_registration_group', 10, 4 );
    ducksss
    Participant

    I’m setting up Buddypress and when I register a new account the activation email keeps bouncing back to the sender address. I get the following error:

    SMTP error from remote mail server after end of data:
    550 Messages should have one or no To headers, not 2.

    The “To” address IS in the “To” field TWICE but I can’t figure out why. I assume that’s why it’s bouncing back. I don’t have any other registration or membership plugins running right now. I am using WP SMTP MAIL to enable me to use Gmail as my sender. It DOES send the test email properly, and only to one address in the “To” field.

    Any advice on this?

    #312757
    ameloz84
    Participant

    Good day

    I wanted to ask if we can also do the following:
    Hourly Rate: $ 33
    Hours/Week: 12 hrs
    Estimated Monthly Income: $ 1702,8

    Like a math calculation (estimate revenue)

    Is this possible? Ideally, I want to add this option within the registration form on my BuddyPress register as a WP member.

    Thanking you,

    #312740
    Tamie
    Participant

    Hello! I am a novice to wordpress. All of my plugins are up to date and I am using Elementor.

    I wish to use YITH plugin with Buddypress. The user will need to choose a membership (free or paid).

    I do not understand through which plugin the user will register. Maybe this is common knowlege to the experienced person, but some of us have no clue.

    I would like them to choose their membership when they click “register.” I believe that woo and buddypress integrate so that information entered will be available to buddypress. I cannot find any information on how to set up my registration/membership. All I find is the “register” which is the wordpress registration. I do not wish for users to have to login to each area, that would be ridiculous. Do I need to call a paid registration an “upgrade?” But still how are the registration and the membership tied together?

    YITH is not answering my question, so I am hoping that you can help. I would so appreciate it.

    suparni
    Participant

    Hello dear community,

    I want to change the registration process.

    Normally you get an activation link by mail after filling out the form. If you click on this link, you will be taken to the registration page where you have to confirm the code again.

    Is there a possibility that you simply click on the link in the mail and the profile is activated immediately?

    Many greetings

    Suparni

    cspiliakos
    Participant

    This is a cross-post with this one here: https://wordpress.org/support/topic/insert-buddypress-custom-profile-field/

    Short story: I was handed over a migration from Joomla! 2.5 to WordPress, which has Community Builder, User Groups, and certificate generation on the fly for a member site (apparently joomla with cb can do that). I’m planning to use Sensei in order to generate the certificates, as it’s just a template with the user’s full name, registration ID (different from the WP UserID), and signup date.

    Users have been migrated using FG Joomla to WordPress with the CB add-on, and so have their CB profiles.

    Are you aware if it’s at all possible and/or how to show those fields over to Sensei Certificates? If not, any other suggestion on how to generate such a certificate on the fly? (need multiple certificates that will have to go through courses

    Thanks!

    stof17
    Participant

    I want to create a community website, so I install BuddyPress and Olympus theme and youzer plugin. After I finish the setup, I want to make it a paid membership community. I use “ultimate membership pro ” plugin. But my problem is that whenever I go to the register page and choose a subscription plan it takes me to the old BuddyPress registration page, not the ultimate membership pro one. In The BuddyPress register page, anyone can register and there’s no payment process. I need to replace it with the new one. I set all the settings correctly but nothing happens. maybe I need to edit the code. Can you help with that?

    #312575
    jossegafree
    Participant

    I use xprofile custom, I would like the fields not to appear on the registration page … is there something to do that?

    I just want the user to register with email, password and name …

    Thank you.

    #312543

    In reply to: 2 problems

    Varun Dubey
    Participant

    @wahj73 S2 member has an inbuilt option to override registration form or to use WP default, try to toggle values to check.

    #312483
    nqui
    Participant

    @alwaysalready Thank you so much!!!!!
    Your solution sorted everything. I so appreciate it!!!!!!!!!!!!!!!

    In case it is interesting to anyone, to try fix this before coming to this thread, I:
    1. installed “Check Email” to see if there was a problem sending emails from my site (there wasn’t)
    2. installed “WP Mail SMTP”, setting up SMTP with all its complications in case it was some sort of spam issue (it wasn’t)
    3. discovered using the above that the registration emails were being bounced with the error message “Diagnostic-Code: smtp; 550 Messages should have one or no To headers, not 2.” When I looked at the headers, sure enough, there were two “To: destination-email-address” lines in the header.
    4. Deactivated BuddyPress. Found that registration emails successfully went through.
    5. Finally came here, having found out that BuddyPress was definitely the culprit.

    All this has been quite stressful, it is the first website I’ve ever set up.

    #312478
    cmsplay
    Participant

    It’s not clear what you mean by ‘to be requested’.

    Groups are accessed from the Groups page, not the Registration page.

    Check you have refreshed your browser once having set up your new group.

    #312446
    Ricsca2
    Participant

    I inserted 1 new group (with various fields) to be requested from users. The registration page shows the buddypress group defoult and not the new one.
    How do I show my custom group too?
    Thanks

    #312434
    King Ding
    Participant

    Hello!

    I am trying to move the ’email preferences’ and ‘profile settings’ pages into the WooCommerce my-account tabs. I have created tabs and have template files, and everything visually looks great. However functionally, not so great.

    My issue is that the forms appear as they should, it’s just that they do not do anything – they don’t save or remember any data.

    I have found a ‘sort of’ solution to this problem here, but it refers to moving the registration form. After following these instructions and adapting it to the forms I am trying to move, I still have no success. I trust that I’m on the right track, but perhaps I’m overlooking something? Here is the instructions for reference:

    ———————————
    1. Copy the the contents of the bp-templates/bp-legacy/buddypress/members/register.php into the new registration page template

    2. At this point, the registration form will show up, but nothing will happen when we submit the form.

    3. To solve that, we need to add a custom function to the “bp_screen” hook. In the custom function, we will paste the contents of the “bp_core_screen_signup” function. (located in bp-members/bp-members-screens.php)

    4. Then, in our custom function, we will remove this

    if ( ! bp_is_current_component( ‘register’ ) || bp_current_action() )

    return;

    and put this

    if ( !is_page( ‘your-page-slug’ ) || bp_current_action() )

    return;

    5. Next, we’ll remove these lines:

    bp_core_load_template( apply_filters( ‘bp_core_template_register’, array( ‘register’, ‘registration/register’ ) ) );

    It will work now.
    ———————————-

    #312414
    sunbaghdad
    Participant

    I’m working on Educational community website, where students will create their accounts. In that registration form I want to Include their current location, College, Current city, Year of passing and so on. But I just want to add smart fields when they register.

    For example:

    If while registration, a student click on the field called ‘College’, he will add its name manually :
    some will type : ” St.xavier’s college “
    some will only type: ” St.xavier’s “
    I dont want that case.

    So i want to make it like if student type just “St. ” he will get list of colleges in dropdown starting with ‘St.’. something like facebook profile fields.

    I hope you are getting me !!!

    cmsplay
    Participant

    WP has of course first_name and last_name as default profile data slugs.

    Because BP xProfile Fields make a nice Registration page for users, how can the WP default profile data slugs for first name and last name, be used for users’ first name and last name? – At the BP xProfile field registration page, WP default profile data slugs do not show. (Interestingly, username and password fields do show).

    How can WP default profile data slugs for user first name and last name be shown editably, for users at the BP xProfile page?

    Thank you.

    #312283
    swalky
    Participant

    Hello

    I have a formatting issue with the appearance of my registration page. The profile field box height is not tall enough (see attached).

    I am using BPProfile Search 5.3.3 with BP 6.0.0.

    screenshot

    #312240
    Varun Dubey
    Participant

    @swalky as per your screenshot it seems like you are using some 3rd party plugin. Try to deactivate it and check account status after one more registration.

    swalky
    Participant

    Hello

    I have an issue relating to user verification. Users are sent a verification email upon registration containing an activation code however, upon verifying their accounts are still being shown as ‘pending approval’ in the dashboard (see attached screenshot).

    How can i fixed this issue?

    Regards

    #312229
    ameloz84
    Participant

    Good day,

    I would like to ask the people who register on my site to upload a document (their certificate) so i can verify if they have the qualification to teach then they will be able to teach on my platform.

    How do i do to add this option in profile field, right now I only have check box, text, … but no upload.

    jackieleebrownjr
    Participant

    My “register” link is not working on the login page. When I click it it just refreshes the page. I deactivated all my plugins one by one to find the culprit. Ironically when I deactivated Buddypress then my registration page came back. Any ideas?

Viewing 25 results - 526 through 550 (of 7,641 total)
Skip to toolbar