Search Results for 'Create an Account'
-
Search Results
-
Topic: Wrong URL’s
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 paymentI 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
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?
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.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?
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.
Topic: 404 from profile links
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.
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?
Topic: Log in troubles for one user
Hi,
I have one user who is having a horrible time trying to log into her account. She has cleared her history. We have deleted and recreated her account. Other people don’t seem to be having this particular problem.She tries to log into our website with the Buddypress log in widget, but gets taken to the WordPress log in. She enters in the user and password, but gets an error saying it’s the wrong password. This is the problem that she’s had … since we tried setting up her account.
Please help.
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?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 template2. 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.
———————————-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 !!!
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:”