Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,401 through 1,425 (of 7,641 total)
  • Author
    Search Results
  • segkof
    Participant

    Hello,
    Please I am working on a website that helps mentors and mentees connect. The form required for registration for the mentors is different from the one required for mentees. For instance mentors will need to show academic qualifications while it may not be needed for mentees. Please I need help on how to do this with Buddypress. I mean build different registration and profile for mentors and mentees.

    Thanks.

    #266683
    NicolasGruwe
    Participant

    Hi,

    I’m using BuddyPress and when I click on registration link I’m redirected to my home page.

    I’m not connected to my site and the ‘allow user to register’ checkbox is checked in the wp-admin.

    What’s the problem ?

    Thanks

    rajtrivedi26
    Participant

    Dear Team,

    I have installed reCAPTCHA WordPress plugin for buddy press. I have WordPress version 4.8 and the latest buddy press version. I can see the captcha for comments and not for login and registration. Buddy Press has come bundled with theme. The theme is Kleo wordpress theme.

    How should i show captcha for registration and login page.

    Website : http://mybscit.com/

    #266642
    EMar
    Participant

    Hi,

    I’d like to edit the text in the register page

    Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.

    Is this the right location to the register.php
    main/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members

    What would the correct directory structure be in my child theme?

    Thanks

    EMar
    Participant

    Hi,

    Just a few questions,

    I’m just trying to secure my registration a bit better because after sending out my first news letter to 300+ wp members, as most of them bounced back, I came to the conclusion they were fake accounts.

    When I say bounced, I mean I get a lot of emails back saying not delivered yet, no action needed or couldn’t send to whatever email.

    I cleaned all that up but I guess I need a better registration form.

    Is BuddyPress integrated with WordPress login/registration?

    On my login page there is no captcha security, the registration form is very basic,
    Without going into the code, is there any tools to redesign the registration page?

    As far as I remember, wasn’t there an option to log a user into their buddypress profile instead of the dashboard?

    #266630
    MMW
    Participant

    Hello all

    I install Buddypress for a while now and still cannot make the “register” page show up.
    I have been through all the forums here and couldnt find a solution.
    I have enable the “anyone can register” in WP admin. I gave created “register” and “activate” pages and associate them with the relevant Buddypress pages in Buddypress settings. When i “view” these pages from the Buddypress settings the look fine (empty but are there!).
    The problem is when i log out from Admin, the only choice i have under my “members” menu, is “log in”. The “register” option is not there.
    Any ideas why this is happening?
    I will appreciate if anyone can figure out what the problem and give me a heads up.
    My site is http://www.moneymakewise.com
    Under “members” menu tab, i have assigned ALL buddypress pages (including “register” and “activate”) and as you can see, for a not logged in user, none of them shows there.
    Any ideas?

    #266577
    rikardo85
    Participant

    Hello,

    I’m a newbie to buddypress and have a couple of hopefully simple questions before I implement to a website.

    – How can I allow profiles to be visible to all types of users? I.e users do not have to be logged into see profiles?

    – Can I add repeater fields to the registration form process? If not can I use the advanced custom fields (ACF) plugin?

    Any help much appreciated.

    Thanks

    EMar
    Participant

    Hi,

    I just noticed that some new member don’t have any name filled in,
    Which makes me wonder how they signed up as that field is set as required.

    Maybe they signed up through a different page or plugin like disqus I don’t know.

    Any ideas or is there any way to check how they signed up, which page or form they used?

    EMar
    Participant

    I also noticed if I sign up as a new member I get to the page that says success and an email
    has been sent to verify your account, but the email never comes.

    If I activate the member accounts manually an email is sent saying there is a new member,
    So I know my email is working on the server side right?

    I don’t know where the mail settings are in wordpress or if it’s some setting in Buddypress?

    I need to allow new registrations to be approved automatically, I thought there was an option for this.

    Any suggestions appreciated.

    EMar
    Participant

    Hi,

    I’m not sure if this is related to BuddyPress registration for new members or what,
    But I just realized that I have a lot of pending memberships that I got no email alerts for.
    So I’m wondering what is causing new members to end up in the pending list and how to auto approve them instead.

    Thanks

    #266347
    moui
    Participant

    Hi,

    I am having trouble with a meta_filter in my groups-loop. Here is a gist with the filter function and its hook registration.

    https://gist.github.com/moui72/cc1a32a39630a67596610cdadb84893a

    It works as expected, except I would like the results to be sortable via the default order options as well as custom ones, but currently the sorting action resets my meta query.

    The sorting I mean is via this thingy:

    <label for="groups-order-by"><?php _e( 'Order By:', 'buddypress' ); ?></label>
    <select id="groups-order-by">
      <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
      <option value="popular"><?php _e( 'Most Members', 'buddypress' ); ?></option>
      <option value="newest"><?php _e( 'Newly Created', 'buddypress' ); ?></option>
      <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option>
    
      <?php do_action( 'bp_groups_directory_order_options' ); ?>
    
    </select>

    The event handler for the above select is being added to the select object by some js, and I am not sure if that is due to buddypress or the parent theme (CBOX-theme) that I am using, but in any case it is sending an AJAX request to buddypress. As stated, these requests clear my meta_query.

    I am currently using a simple GET form action to apply my filters, so I am guessing what I need to do is to loop my filters in as an AJAX request instead. Will that fix my issue?

    examfilo
    Participant

    Cause was found. Issue resolved. One extended profile field (required) has not been loaded to the registration page. Therefore email is not sent. Once the field was deleted, activation mails are sent.

    seainbluej
    Participant

    much appreciate if you could advise how to:

    1. set profile picture as a required profile field for registration;
    2. enforce all profile picture visible to friends only;
    3. change the layout of BP custom page (i understand this is an old question, please kindly advise if there is any plugin for WP/BP beginner)

    Many thanks.

    #266306
    examfilo
    Participant

    Go to the registration page. Add the message in the footer section. ( To be meaningful page should be customized) View this How to Customize And Manage Your Social Networking Site

    examfilo
    Participant

    On the other hand spammers bypass even the required fields of the registration form and get registered. What should I do?

    examfilo
    Participant

    WordPress 4.7.5
    BuddyPress 2.8.2
    Examfilo
    Pressing the ‘Complete Sign Up. button does not send the email to the registering user after correct completion of the registration form. Instead it shows the completed form with empty password fields.
    All went smoothly with more than 25 plugins. To troubleshoot I deactivated all plugins including buddypress and checked with wordpress registration. It worked. But activation of buddypress resulted the same problem.
    I have tried with most in the forums discussed earlier, but failed up to now. Emails from contact forms work. WP-Mail-SMTP and BuddyPress are the activated plugins at the moment.
    I think since this issue has been common with buddypress for long period, I will be helped by you guys. Thanks in advance.

    #266297
    NicolasGruwe
    Participant

    Hi,

    I don’t want my users getting redirect to admin dashboard when they sign up..

    I used this :
    function bp_redirect($user) {
    $redirect_url = get_home_url().’/fil-dactualite’;
    wp_redirect($redirect_url);
    }

    add_action(‘bp_core_signup_user’, ‘bp_redirect’, 100, 1);

    AND this :
    function wpse_19692_registration_redirect() {
    wp_redirect( ‘/groupes’ );
    }

    add_filter( ‘registration_redirect’, ‘wpse_19692_registration_redirect’ );

    ntohing is working, what’s up ? Can you help me ?

    #266278
    stevencohen777
    Participant

    Hi, Does anyone know of a way or a plugin that would allow me to customize the look and feel and the fields of the register sign up page? I also want to create url links that open up in new windows off of that page. Thank you.

    stevencohen777
    Participant

    Hi, I need to have a url link that opens up on another page on the registration page. It will be for my terms of service page. I can get have the url link to display in the description of the checkbox but it will not allow me to have it open up in another window. Any suggestions? This is what Facebook and Twitter are doing. Thank you.

    #266239
    stevencohen777
    Participant

    I meant to say I want to add hyper links to the registration page that open up in a new window.

    #266238
    stevencohen777
    Participant

    Hi, I want to add hyper links to the registration page what open up in a new window. How can I do this? I want to emulate the Facebook login page where there are links to their policies on their signup page that open up in a new window.

    I did get the hyperlink to work in a custom field description for check boxes but it will not allow me to open up the link in a new window.

    WordPress 4.7.5 running Divi theme
    BuddyPress Version 2.8.2

    Thank you.

    jgarate
    Participant

    Hi,
    when someone goes to the registration page of my site, they have acces to some information for the people already logged in, some widgets that tell you about the activity, members and so on. On the “registration page” on the backend I’ve removed all the widgets but they appear anyway.
    Wordpress: 4.7.5
    Buddypress: 2.8.2
    site: collectifmagnolia.org
    registration page: http://collectifmagnolia.org/inscription/

    thanks

    Jesus Garate

    gebkn
    Participant

    Hi

    My site has different user types/roles that each have different profile fields they need to fill out when registering. I have handled this by hiding/showing fields on the registration page with jQuery based on the chosen user type. The problem being that this solution is hard to maintain when adding/removing fields, so I am looking for a better solution.
    I want to use the different xprofile groups and connect each group to each of the user types, which I have managed. The problem is I could not show more than the default group on the registration page (I have searched and tried a bunch of solutions for this to no avail).
    I think I will have to make users only fill in username+password+email and then redirect them to a form where they fill out the user type, followed by the profile fields in the group that corresponds to the chosen type.
    Any tips on how to do this? I couldn’t find any plugins that handles this unfortunately.

    I hope I explained my problem properly

    #266172
    allanvisitacion
    Participant

    Hi there,

    My site requires 2 user roles – ‘Female Subscriber’ and ‘Male Subscriber’. There are specific content restricted only to each role. On my BP registration, it allows them to choose gender as either Male or Female.

    Is it possible for me to:

    1. Modify the Activation Link to set the user as ‘Female Subscriber’ or ‘Male Subscriber’ based on their gender selection on the registration page?

    2. If not, can I allow them to select the role (‘Female Subscriber’ or ‘Male Subscriber’) in the registration page and disable email activation altogether so that they are automatically logged on. Because the activation link in the email sets the role back to the WordPress default which is ‘Subscriber’

    Thanks for your help!
    WP Version 4.7.5. BuddyPress Version: Came with SocialChef Theme

Viewing 25 results - 1,401 through 1,425 (of 7,641 total)
Skip to toolbar