Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Create an Account'

Viewing 25 results - 51 through 75 (of 1,118 total)
  • Author
    Search Results
  • Mathieu Viet
    Moderator

    I’m bit amazed by this

    enabled direct registration of new members and disabled email confirmation

    As far as I know, a user registering from the front-end (managed by BuddyPress) is first receiving an email containing a secret key he needs to paste into the BuddyPress activate page to validate their account. But maybe you are using a plugin or some custom code to disable this..

    Otherwise, you can achieve what you describe adding the following code snippets to a bp-custom.php file.

    
    /**
     * Adds activities generated when a user activates their account when a user
     * is created using the wp-admin/user-new screen Add new action.
     */
    function automatically_generate_an_activation_activity( $user_id = 0 ) {
    	// Adds a "became a registered user" activity.
    	bp_core_new_user_activity( $user_id );
    
    	// Fake a user log in.
    	bp_update_user_last_activity( $user_id );
    }
    add_action( 'edit_user_created_user', 'automatically_generate_an_activation_activity' );
    
    #316954
    idwithin
    Participant

    Hi there I am on Version 5.6 for WordPress and latest BuddyPress version.

    I have forums for this website but they are private at the moment. So I am going to describe my problem as best I can and if need be I can create an account for someone to log in and have a look quickly. The site is https://first-aid-for-stress.com/

    Basically. Everything seems to work fine apart from when I try to access the Forums from two different locations.

    This is all through memberpress as well. As people sign up through that and get access to the private forums.

    Basically when you go into a group you see the Activity Feed. And the example being. You see this activity in one of the Topics “idwithin started the topic ‘Accessing Your Course Material’ in the forum Welcome! Come and say hello”

    When i click on the “Accessing Your Course Material” link to take me to the topic. It gives me this link https://first-aid-for-stress.com/groups/welcome-come-and-say-hello/forum/topic/accessing-your-course-material/ – and a 404 saying Page does not exist.

    Yet when I go into the Tab that says Forum and select the Topic from this list then it works as it should. But gives me a completely different URL – https://first-aid-for-stress.com/members-forum/welcome-come-and-say-hello/forum/topic/accessing-your-course-material/

    This is what I cannot figure out. As there is obviously a problem with how the link is structured. I’ve been through the settings and can’t see anything wrong.

    Thank You i hope I explained it enough.
    Aarom

    #318420
    foilerone
    Participant

    @vapvarun
    Thank you for looking into the topic and the hint with the plugin!

    The problem is, that there is no email sent, but even more strange, that there is not user account created. You can reach it on the following url: https://foilersworld.com/registrationfoilersworld/

    Any idea what else to check?

    traceykin
    Participant

    Hi

    I was wondering if you could help me please with php.

    After the user fills in the create an account section and base register form I would like 2 things to happen when the user the hits complete signup button.

    1. Disable the auto activation so I can assign a member group in the wordpress users section
    2. Redirect to an external website for their tiered membership payment

    I have tried this for the redirection but I cant get it to work (I added the URL). I placed it in the child theme’s function.php

    function ps_bp_redirect($user) {
    $redirect_url = ‘url goes here’;
    wp_safe_redirect( add_query_arg( array( ‘user’ => $_POST[‘signup_username’] , ’email’=> $_POST[‘signup_email’]), $redirect_url ) );
    }
    add_action(‘bp_core_signup_user’, ‘ps_bp_redirect’, 100, 1);

    and I used this to stop the auto activation and this works perfect. I added the code to snippets plugin.

    add_filter( ‘bp_core_signup_send_activation_key’, ‘ps_disable_activation_email’ );
    function ps_disable_activation_email() {
    return false;
    }
    add_filter( ‘gettext’, ‘ps_change_activation_message’, 20, 3 );

    function ps_change_activation_message( $translated_text, $text, $domain ) {

    switch ( $translated_text ) {
    case ‘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.’ :
    $translated_text = __( ‘Your membership account is awaiting approval by the site administrator.’, ‘buddypress’ );
    break;
    }

    return $translated_text;
    }

    I am using the newest version of wordpress and buddypress Version 7.3.0

    Many thanks and kind regards

    Tracey Kinchella

    songdove
    Participant

    I don’t want to use gravatar on my buddypress site, so I installed Letter Avatar. I chose that in the settings/discussion area of my site, and set up the configuration in letter avatar, and disabled the ability to change the avatar in buddypress, but the “Change Profile Photo” tab is still there, and still tells the user to create a gravitar account if they want to change their avatar.

    How do I remove this tab, or replace the gravatar text with a notice that editing the avatar has been disabled?

    endritk
    Participant

    I am managing a website with Memberpress and BuddyPress. I want paid members to be listed separately from all other members. At the moment I have them all listed together because BuddyPress creates an account for each one when they register even if they don’t pay. How can I do that?
    Thanks in advance.

    #317773
    mophilly
    Participant

    Thank you for the reply. I apologize. I wasn’t clear.

    A new WP user account is created when the customer signs up and pays via another system. The sales team creates the new WP user account and sends a welcome letter with a lot of info.

    At this point, we need to add the new user to the BP group. That way the new customer can enjoy all of the resources on the site, including the group membership.

    Also, while we can add new members as you describe, they do not appear in the BP group until the new customer logs on. This means they miss other communication disseminated via the BP group.

    What I am seeking is a method, a plugin or code snippet for our custom code, to handle this without extra steps on part of our staff and our users.

    #317284
    Mathieu Viet
    Moderator

    Hi,

    You should:
    – check the WordPress settings allowes account to be created (Anyone can register checkbox needs to be active) See: https://wordpress.org/support/article/settings-general-screen/#membership
    – check your permalink settings are using one of the pretty permalink options (not plain), see this documentation page https://wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
    – check the activate and register actions are associated with a public WordPress page. You can find some inputs about it from this documentation page : https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    NB: the registration and activation pages are only displayed to users who are not logged in, so if you try to visit these being logged in you’ll be redirected to home page. To test the pages, log out first 😉

    #316899
    Novella Johns
    Participant

    If you permit user signup, a ‘Sign Up’ option will embark on the Confluence screens. The option will be on the log-in screen, and also in the header on public sites. People can select the option to create their own usernames on Confluence.

    You can ban the signup to people whose e-mail addresses are within a given domain or domains. This is helpful if you desire to ensure that only people within your organization can add their own usernames.

    You will still be ready to add or invite users manually, whether user signup is enabled or not.

    You require Confluence Administrator or System Administrator permissions to change the signup options.

    To set the user signup options:

    Choose > User management
    Select the User Signup Options tab
    Choose Permit people to sign up to create their account
    and followup on all other options.

    If you need more inquiries for e-mail such as (yahoo mail not receiving emails) visit the link.

    koltz
    Participant

    I just installed BuddyPress 7.1 and seems to be functioning. I had to create an Activate page which was fine. I tested a new account and they received an email with the activation link. I clicked the link and it when to the Activate page with the code. I clicked activate but the only notification the user receives is the URL changes to activate=1 or something like that. The page itself is blank. Is there a way to announce on the page that it was successful?

    kapilkumar99
    Participant

    Hi,

    I am using WordPress version 4.9 and I installed buddypress also setup it. Now I am facing problem regarding user registration form. After filling all the detail and click to sign up, it show message “your account have been created please check email to activate it”. But I won’t receive any email to active my buddypress account.

    Please help me to get rid out of this problem.

    Thank you.

    #316274
    chocolateteapot
    Participant

    WordPress 5.6, BuddyPress 7.0.0, all plugins up to date. StarKid theme by Thimpress.

    I’m getting page not found with these types of URLs:
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/profile/edit/
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/courses/all/

    I understand that it’ how the user name is formed, the link is being created as on cloud k9, rather than on-cloud-k9, but I don’t know how to correct it.

    On Cloud K9 is an admin account, so it’s not feasible to delete the account and recreate it.

    Thanks.

    benjaminblue
    Participant

    Hi,

    I have a WordPress user who is an administrator and set to KeyMaster, but when logged in with that user I see the forums and the topics in the WordPress dashboard, but I still don’t see the forums link. Also on the plug-ins page there is no settings, or the same settings link that would be in the main settings dashboard menu is not there as well.

    And somewhat related maybe, I have created user accounts in the past that I’m pretty sure I was able to assign as a KeyMaster but lately when I create a new user the highest level it will let me choose in the drop-down on the new user profile page is moderator. Does anyone know what I missing?

    #315572
    simon_a6
    Participant

    Hi thinks have moved on.
    So here is the plan. Can you advise please.

    Person signs up for free account, and can immediate post and share on BP.
    But in turn, they can setup a free online store for digital content. We would use WC Product Vendor plugin for this. I dont’ know if we need the WC Membership plugin for that too though.

    People can then sign up as Subscribers via WC Subscriptions and pay a monthly fee, which will unlock the Store area, to view this digital content.

    The part I am unclear on, is how a BP person can use the store, and post on BP? Would they have to be subscribers too?? Since they are accessing the Shop areas of WordPress.

    In other words, can they only Post on the BP system, but to create a shop, also be subscribers to the platform…??

    Simon

    #315138
    #313733
    neets1604
    Participant

    Hi,

    I’m having horrendous issues too from the last Buddypress update. Every single time someone creates an account with my website they receive a ‘fatal error’ message. When I manually activate a new account, I also receive a ‘fatal error’ message and an email advising that there’s a technical issue with my website. The email confirms that there’s an error with the Buddypress plugin.

    For years now, when someone clicks the activation link in my emails they are no longer taken to their user dashboard (which is what used to happen), now they are taken to a screen with a pre-populated box containing an activation link. This confuses them and I end up getting an email asking why they can’t access their account.

    As a user for the last 3 years I’d really appreciate some valuable feedback (and action!) on the above major issues.

    Thanks,
    Anita

    #312874
    Syaifullah sip
    Participant

    You might have to connect buddypress with social logins like Facebook. Facebook users are people over 13 years. those are the terms and conditions when you create a facebook account

    Varun Dubey
    Participant

    @dafonk check once with social login plugin support once which you are using to create accounts using Facebook.

    nikkdj
    Participant

    Hi, i’m using updated version of Buddypress,
    when i Delete an account, the commments the account have created is not deleted, the account becomes Anonymous.
    How can i fix this to delete all comments and topics on the account that has been deleted?

    #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 !!!

    #312117
    jogiyavishal
    Participant

    I am facing the same issue, When Someone try to register all things get disappeared on clicking create account button. In my case user is getting the activation link but “check your mail” message is not being showed on front end. Please suggest any solution.

    tumptyteapot
    Participant

    Hi, all the forum members will need approving, so is it possible to change this text please. It is on the page people see as soon as they have signed up:

    “Create An 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.”

    also, can I change the email that is sent out automatically? It is confusing.

    “Thanks for registering!

    To complete the activation of your account, go to the following link and click on the Activate button:”

    #311858
    iamthewebb
    Participant

    Buddypress overrides the main wordpress account creation page and the user that is created is also a wordpress user.
    Do you have a link to your site?

    #311857
    nicourense98
    Participant

    I think the answer to my question is yes, you do need a WordPress account to log in to your BuddyPress account. However, creating the account using the “Register” button coming from the BuddyPress plugin seems to not actually be creating an account, since right after clicking on the confirmation email it redirects you the WordPress login and then when you type in the information you just used to create your account, it says that the user does not exist. Any ideas on how to fix this?

Viewing 25 results - 51 through 75 (of 1,118 total)
Skip to toolbar