Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,351 through 1,375 (of 7,641 total)
  • Author
    Search Results
  • #267869
    x3mp
    Participant

    I am not attacking the BuddyPress Dev team to be clear.
    I’m just saying that there should be a customization option for the registration page.
    Because right now the styles are dependent on the theme. Why not add an option that allows people to place a certain field at a place and fully customize that field to their likings. Of course I understand that is hard and takes a long time and will probably not happen.
    But please the team would make a lot of people happy by adding an option so people can customize the registration page apart from the full theme like its own style sheet.

    #267862
    Hugo Ashmore
    Participant

    @all Could we maybe a little less rude about BuddyPress styling we put a heck of a lot of our work time into providing BP as theme compatible app, it sounds like you’re all experiencing problems with premium WP themes affecting BP. Our registration screens are as best they can be made when we have to try and cater for unknown styling layouts.

    Above all else before making remarks please do try to bother to read the Codex documentation which explains just how to avail yourselves of the huge flexibility BP template hierarchy affords users and the ease in which you can overload all template files to child themes including the BP stylesheet. In other words RTFM 😉

    > BuddyPress needs to do something about this.

    No we don’t! We don’t have to support premium themes we support themes coded to WP theme standards to do more is more work than a volunteer set of devs can handle. There is always the option of hiring a dev to get things settled in to your theme.

    #267859
    x3mp
    Participant

    Same issue here. I just want to be able to edit the css of the registration fields.
    My theme (Avada) doesn’t have a straight forward style.css it does not simply work like that.
    BuddyPress needs to do something about this.

    #267825
    ertyu
    Participant

    Hello, I have a big problem. I accidentally deleted all pages which were associated to 1 (from a basket too). Now I won’t be able to restore them and I want to ask for your help. Could you send me the shortcodes of all of these pages so I can create new pages? Pages: Registration, Activity, Authorization, Profile and so on. I hope for your help!

    #267823
    peter-hamilton
    Participant

    You can disable BP registration, then this is no longer an issue and the profile is still made the usual way.

    I have done it by adding the following code in my functions.php, btw coe is not written by me.

    function my_disable_bp_registration() {
      remove_action( 'bp_init',    'bp_core_wpsignup_redirect' );
      remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    #267812
    ulferlingsson
    Participant

    Withdrawn, I realized now that the registration page is a WordPress feature, not buddypress

    #267810
    ulferlingsson
    Participant

    I tried now generating a page with a form, and it displays properly. So I’m convinced the solution is by editing something in the buddypress code that generated the registration page.

    edh890
    Participant

    I’m having this dilemma on the site I’m currently building. I use Paid Membership Pro as my membership plugin to register members, and after registration, members are linked to BP as their profile pages.

    Now I need to add another group of users, advertisers, to the site. And after advertisers register via a differrent plugin, even though they have their own account / profile from the plugin they register through, these members will also automatically show up in BP, since at backend admin, they are just like other members from Paid Membership Pro, they are all Users. What that also means these advertisers can easily go to any member’s BP profile and private message them, just like any other members from Paid Membership Pro.

    Some plugin author suggested I use https://wordpress.org/plugins/user-role-editor/ to use user role to set restriction to a certain role’s access to BP. But I did not see any option there to block these advertisers’ role’s access to buddypress.

    Does anyone know of a way to achieve this? Thank you.

    #267740
    ulferlingsson
    Participant

    Users trying to sign up from cell phones and tablets have been complaining that the fields are not writable. I have confirmed it on my device. The login fields work, but not the buddypress fields.

    The WordPress version is 4.8.1, the BuddyPress version is 2.9.1, its in Spanish now but the bug appeared also when it initially was in English. Site: http://fuerzadepazvenezuela.com/

    #267735
    Henry Wright
    Moderator

    There’s 2 parts to the registration form. The form markup and the processing script. You can’t remove the signup_password_confirm form field because the processing script will be expecting it.

    ezekielloves
    Participant

    I am trying to customize the register form. I have followed the template hierarchy.

    One of my attempts is to remove the confirm password box, as I want it to make it just one password box. Why is customizing a page so hard?

    I have tried clearing the following code, but I still receive error when filling up sign up form
    Please make sure you enter your password twice

    /**
     * Fires and displays any member registration password confirmation errors.
     *
     * @since 1.1.0
     */
    do_action( 'bp_signup_password_confirm_errors' ); ?>
    <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" class="password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/>
    
    #267731
    kiekers
    Participant

    Something along the line of this will work. Just posting the solution here in case someone is also looking for this. I am unsure about what the parameter for page size is, so you might just want to look that up.

    function update_db_users()
    {
    	 if ( bp_has_members('page_size=1000') ) :
        while ( bp_members() ) : bp_the_member(); 
        
       
     
        $some_field = xprofile_get_field_data( 'some field', bp_get_member_user_id() );
        if ( $some_field != '66' )
            {
    	     xprofile_set_field_data( 'Registration Type', bp_get_member_user_id(), 'new value', $is_required = false )   
            }
        
           
             endwhile;
        endif;
    }
    #267718
    yeabry
    Participant

    Hello I am using AIT Themes to create my website and I think the theme is overwriting buddypress registration page. I have followed the tutorial and changed all the settings for buddypress, but haven’t had any luck. Is there a way to force Buddy Press registration page to show instead of AIT Theme?

    #267715
    Henry Wright
    Moderator

    You can edit the layout of the registration page. buddypress/members/index-register.php is the template you’ll need to edit. See the Template Hierarchy article for more information.

    Template Hierarchy

    #267710
    ghosting4u
    Participant

    I have the same problem with the registration page. It’s unusable … an absolutely embarrassment if you look at screen capture of the desktop layout:

    https://image.prntscr.com/image/10859QPiSTaGvw7pDQg9hw.png

    and the tablet layout:

    https://image.prntscr.com/image/wGzGFTgOTDeq01OxaAbGbQ.png

    I am running on Divi theme, and there is no way that I can use Divi theme to edit the layout of the registration page because it’s done at the backend of the BuddyPress plugin.

    Is there a plugin out there that can resolve this ?

    Regards.

    dhsllc
    Participant

    I have the most current WordPress and Buddypress install (we also have bbpress).

    I setup a sidebar for my buddypress pages which includes the buddypress ‘login’ plugin.

    When a user activates their registration the message reads:

    The original code is:

    <p><?php printf( __( ‘Your account was activated successfully! You can now log in with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>

    I changed it to:

    <p><?php printf( __( ‘Your account was activated successfully! You can now log in on the sidebar with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>

    I also tried:

    <p>Your account was activated successfully! You can now log in with the username and password you provided when you signed up.</p>

    This change is trigering this error:

    Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home/admin/public_html/wp-content/themes/Divi-Child/buddypress/members/activate.php on line 47

    I am not a programmer. I don’t know how to fix this. Any help is appreciated.

    #267661
    dhsllc
    Participant

    I think you are referring to the message that appears after the registration page is submitted. If so, it’s not a different page or something you can turn-off anywhere (as far as I know). The message appears on register.php.

    To modify it, you’ll want to make a copy of it, edit it then add it to your child theme: mytheme/buddypress/members/register.php

    #267660
    dhsllc
    Participant

    I didn’t have a big problem with the look of the registration but the little cosmetic changes I made with handled with CSS. However, the message that appeared after the form was submitted, that needed work.

    To customize it, I made a copy of register.php, modified the section where the message appeared and added this new directory in my child theme > mytheme/buddypress/members/register.php

    Looks much better now. Hope this helps.

    #267643
    GunnyRet
    Participant

    I’m receiving an email after I activated the test user’s account that says:
    Subject Line: displays “[mysitename] Your account is now active”
    The body of the email displays: “Your account with username: [username] is now active”

    Problems:
    1. I don’t see this email in the list of all emails
    2. I want to be able to edit this page to display the login link and to inform the user what their password is.
    3. I am also having a difficult time editing the redirect pages when a registration is successful.

    #267639
    GunnyRet
    Participant

    Hello,
    I’m using WP 4.8.1, and BP Version 2.9, and WP All in One Security 4.2.8. (WPSecurity).
    Website in question: gunnyret.com
    I’ve just edited the BP email that arrives to the new user so that it no longer says to click on the link to activate, because I have settings in WPSecurity set to force me to activate new registrations.
    This step has nearly completely killed spam registrations, which I’m very happy about, but now my problem is this.
    Once those new users submit their request to register, they are redirected to a webpage that says,
    “Check Your Email to Activate Your Account. You have successfully created your account! To begin using this site, you will need to activate your account via the email we have just sent to your address.”

    How do I turn that redirect off, or edit it to reflect what I changed in the BP email? The current process is confusing my new users.
    *I’ve searched for that “redirect page” in an effort to do this, but it’s not showing up – even as a hidden page.

    I apologize in advance. I’m a novice website builder/designer with no coding experience to speak of.

    Thank you, kindly!
    P.S. Here’s a screenshot of the redirect page

    #267629
    cripcrip
    Participant

    me too. I would like the name of the group to be a label. I would like to make a registration form by STEP with TABS. For example. First Information, Profession, Study, Privacy.

    #267607
    khappamj
    Participant

    agree, its unusable!
    Im looking for a registration/login plugin

    #267603
    porcusheep
    Participant

    The default registration page layout/design looks terrible.

    Where is the style sheet for the registration page? I found the backend registration.php file but what I’m looking for is the style sheet to move the elements around. I would like to put required fields up top and optional fields below in a more horizontal layout than the default 2 column vertical.

    #267578
    screenprotector
    Participant

    Hello
    In the basic buddypress there seems to be no place to ask for name and surname– just a username.
    Is this correct or am I missing something?
    Are the email + username the only absolutely necessary pieces of information that buddypress requires for new member registration?
    I know that I can create other profile fields, but this is not about that. I just want to know if I’ve understood what comes out of the box.
    thanks in advance

    maion
    Participant

    I’ve created a new group with fields at xProfile but it is only showing the Base Group at the Registration page (it is showing at Edit Profile page).

    How can I fix this?

    Thank you

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