Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,326 through 1,350 (of 7,641 total)
  • Author
    Search Results
  • #268449
    tmc5005
    Participant

    How do I have people who fill out the registration to actually receive the activation e-mail so they can actually login and post comments?
    Thank you.

    Kristian Yngve
    Participant

    https://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/

    I have found and followed this as best I can, my Template Overload File is in this root:

    Wp-content/themes/child-theme/buddypress/register.php/

    The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.

    Should the ideal root for Template Overload Files be
    Wp-content/themes/buddypress/register.php/ ??

    It’s driving me crazy how most of my buddypress tweaks I make go with no affect at all.

    #268427
    metalhead
    Participant

    Put it all in one column:

    /* Aligns Registration Profile Details fields to the left */
    #buddypress .standard-form #basic-details-section,
    #buddypress .standard-form #blog-details-section,
    #buddypress .standard-form #profile-details-section {
        width: 100%;
    }
    #profile-details-section {
        margin-top: 20px;
    }

    And the finish button too (recommended):

    #buddypress .standard-form#signup_form div.submit {
        float: left!important;
        margin: -12px 3px 3px 3px!important;
    }

    That should line it all up in 1 row. Congrats on not paying someone $1000 for that info 🙂

    #268426
    Kristian Yngve
    Participant

    I am using all the updated versions:
    WP: Version 4.8.2
    BP: Version 2.9.1

    My registration form when signing up to my site with Buddypress appears in two rows:

    Registration Page

    I think it looks good / professional this way, but it’s a little squashed / coming off the edge on mobile devices. Is there any CSS that can target this page specifically to at least keep my registration page contained within the page (even if it is a little squashed).

    #268424
    tmc5005
    Participant

    I would like visitors to my website to be able to create posts in my forum without having to login, but with a capture to avoid spam. As it is now you need to be logged in and you need to register, when someone tries to register the receive a message they they will receive an activation e-mail which never comes. As a result a forum that a few months ago received posts almost daily has not received a post in months. Here is the link http://tenniselbowracquet.com/forums/topic/tennis-racquets/
    If you scroll to the bottom there is a message that reads You must be logged in to reply to this topic

    Thank you for your assistance

    #268420
    noobiestrikesagain
    Participant

    Hey,

    I’m trying to retrieve meta data from Signup form using the user id. (wp_signup table)

    I have tried various methods like:

    function bp_user_field ($user_id){
    $usermeta = BP_Signup::get( array('meta'=> $usermeta ) );
    $usermeta2 = array(
    			'signup' => $bp->signup->meta);
    $usermeta3 = $user['meta']
    
    update_user_meta($userid, 'irt_field', $usermeta['irt_field']);
    return $user_id;
    }
    add_filter( 'bp_core_activated_user', 'bp_user_field',1 );

    I have verified that my data was successfully stored to $usermeta that I’m trying to fetch.

    Note: I have already checked https://buddypress.org/support/topic/how-to-add-custom-usermeta-to-registration but couldn’t make it work.

    Thanks in Advance!

    #268416
    clearandcreative
    Participant

    Hi

    A problem has been reported with the registration form on a site I created – when a user attempts to register they can’t change the privacy level for each field.

    I.e. the “This field can be seen by: Everyone” With a “Change” button next to it.

    When you click this button you can see the options and select a new option with the radio buttons, but when you click the “Close” button it doesn’t change the privacy level.

    The same is true if you go into their profile and attempt to change the privacy level.

    Any help would be appreciated.

    #268398
    mattadin
    Participant

    Hi,

    Praying someone in this community may be able to assist with two issues.

    1. I’m currently using BuddyPress combined with PMPro to charge members for access to a network, through the BuddyBoss ‘Boss’ theme ( https://thesmallbrandnetwork.com/ ). As such, for registration, I need new members to be processed through the PMPro checkout process, NOT able to join via the standard BP/WP signup form. I know at first this might sound like something that has been asked too many times, but I believe what I want to do differs from previous problems. When you view the site logged out/as a non member, there is a “Register” button and “Login” Button (from BP). What I need is for this “Register” button from to act the same way as the “Join” page that I have added into the title-bar menu. Despite my best efforts and countless hours of research, the BP “Register” continues to eventually redirect to the standard WP/BP signup.

    I am relatively fresh still to coding with WP, thus am using the “My Custom Functions” plugin. If any code could be added through this plugin, that would be great!

    2. How would change the BP “Register” button from “Register” to “Join”?

    Any support for the above two problems would be massively appreciated.

    Also, apologies if this has in fact been discussed before.

    Thanks,

    Matt

    quadko
    Participant

    For some reason whenever someone registers on my website through buddypress and they try to change the setting for who can see “your name” it does not work. You can click on a different choice but then when you click close to exit from the setting it just goes back to the original “everyone”

    Anyone have a solution/troubleshooting ideas?
    Is this a bug anyone else has?

    #268325
    shanebp
    Moderator

    You can create member types.
    Then you would need to customize the registration form and member profiles per the selected member type.
    These customizations will require good skills as a WP / BP developer.
    You can post a job here.

    #268322
    phyllismaulorico
    Participant

    Any thoughts on how I would go about creating different types of accounts for members? For example, if a community was about restaurants, and you wanted the option for users to choose their account type during registration, i.e. Waitress, cook, host, owner, manager, patron. Each type of account would have a different kind of profile, and different registration fields.

    #268312
    gertm
    Participant

    2 options I see:
    1) Use hooks on the register.php page like do_action( ‘bp_after_registration_submit_buttons’ ) add_action('bp_after_registration_submit_buttons','your_function');
    function your_function(){
    echo do_shortcode( '' );
    }

    2) Modify register page –> copy wp-content/plugins/buddypress/bp-templates/bp-legacy/members/register.php to wp-content/themes/your-child-theme/buddypress/members/register.php and modify in your-child-theme

    do_shortcode()

    #268244
    shaystark
    Participant

    Yes, I would like to be able to add a “Register” Link and a “Forgot Password Link” under the registration form along with being enabled to Title the Buddy Press Login with Custom Text. It’s vital to do this because I have the registration form directly below the header on every page. How can I accomplish this with a plug-in or add-on? I am not very “code savvy” nor am “technically savvy.” Hence, I’ve simply had to spend hundreds of hours learning some basics and utilized plugins along with the WordPress Customer Service to get my site into its current state:
    http://www.IntellectualRebel.org

    #268167
    marymezzo
    Participant

    I’m having exactly the same problem: when viewing reg form on iPhone, no way to add info to fields; buttons don’t work.

    Running WP 4.8.2 and Buddypress 2.9.1.

    I would love to see some feedback on this topic.

    Given the number of people who use the web on their phones, a registration form that doesn’t work for mobile users is a registration form that doesn’t work.

    simon2902
    Participant

    Hi

    previous forum posts provide no answer to this question:

    How can I add target=”_blank” in Profile Fields Descriptions? This is needed for user registration, specifically terms of use hyperlinks, but it is always removed when I try to enter it.

    Suggestions?

    Thanks
    S

    #268149
    ftg17
    Participant

    I also need to add a shortcode for my terms and conditions? How can I place shortcodes on my registration page?

    #268146
    ftg17
    Participant

    Hello,
    I am currently using BP 2.9.1. I am working on the registration page. Is there anyway I can add shortcodes to the registration page? I am trying to add a donate button at the bottom of the registration page. I just want new users to donate before registering?

    #268117
    screenprotector
    Participant

    Hello,

    I have set up a page with an embedded register form.

    I have set up a link to that page.

    However, whenever i click the link, WP or BP sends me to a different form that is a combination of WP+BP register+profile. This happens no matter what i rename the page (it’s been inscription, registration, join etc.). The page name stays the same (join, registration etc.), it just displays different information.

    Does anyone know why this is happening and how to override the WP form? I’ve managed with the login form, but not the register one.

    I’ve been trying to find a solution since I started this site a month ago… I’ve hired a WP “teacher” for 25€ an hour, I’ve tried plugins : (Ultimate member, TML, buddyforms…), but I’m just getting nowhere.

    Is there anyway to stop it? Is this a bug? I would give all my Valium for free to whoever can help with this.

    Thank you

    andarnewp
    Participant

    I’m using the BP Registration plugin to handle signups to my clan’s website.

    However, the only way that I know of to see additional profile info (.e.g Steam Profile URL) is by clicking onto the registered users profile link, then viewing the tabs on the actual profile pages.

    I’m wondering if there’s a way to have a way to view certain fields on the Member Requests page?

    BP Reg

    #268071
    Aslan Guseinov
    Participant

    Hey, do a shortcode for registration form!
    We will insert it in a full width page, and this would be it!
    As I understand the page hierarchy, it can be all pages with sidebar or without.
    Where is the third option?

    Will this help?

    .registration #buddypress {
    width: 100% !important;
    }
    
    .page-id-64 div#right-sidebar {
    display: none;
    }
    #268053

    In reply to: Multisite issue

    xmginc
    Participant

    @rjt1985, wondering if you are still having any issues or if you have found the specific reason it worked itself out.

    We were experiencing a similar issue but could not find the reason. Our solution was to use GravityForms (developer version) instead by creating a custom registration form which also works directly with BuddyPress extended profiles.

    #268052
    tsgskilled
    Participant

    Hello,
    When the user makes a new record he receives an email. In this email they contain an access code for registration, but the code does not work.

    What’s the problem?

    #268042
    x3mp
    Participant

    Okay again I know BP is straving for compatibility.
    But if a theme does not have the style.css where is the ability to edit the registration fields?

    #267954
    Leezer
    Participant

    Hi,

    I can’t find any real solution to add a payment option in the registration form of Buddypress.
    1. Is this possible?
    2. What are other solutions?

    I’ve already have the paid pro version of the plugin Probile Builder Pro, but this is nog exaclty doing what I want it to do.

    Content and users lists needed to be full public, only registration (to add an profile on the buddypress site, must be paid)

    Thanks in advance!

    #267900
    zo1234
    Participant

    I use the #1 selling wordpress theme Newspaper by tagdiv, and it’s mainly the User Profile & Registration page that can use some tweaking. Also I wish there was a way or easy way to add more user fields to the Member Directory – like a responsive and sortable table format.

    I appreciate the work that is put in to Buddy Press, the versatility of it, and that it’s a free plugin, but I think it is being short-changed by not having a premium version that can make it look ‘prettier’. Not sure who’s in charge of the business operations, but should consider a premium add-on for UI/UX. People really would pay for it. Look at Ultimate Member. Buddy Press has a leg-up on them because you have more scale-ability with all the 3rd party add-ons, better performance, and larger user base.

    I have had to paid a php guy to customize it, but I need more customizations. This is the only plugin stopping my site from blowing up. Do any of you BPers do custom work? I’ll pay for any custom work to get the layout moved around on User Profile (https://ibb.co/gNat1v) + sortable table Member Directory.

    I’d go with Ultimate Member for looks alone, but it slows the crap out of my site and it doesn’t have some of the BP add-ons I want. If Buddy Press looked like UM or BuddyBoss, but kept the drop down menu user section (like Twitter), I’d be your first paying customer.

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