Search Results for 'registration'
-
Search Results
-
Topic: Redirect does not work
Hi there, I am trying to redirect a user who signs up using the buddypress registration form to a register confirmation page.
I have tried numerous code snippets from across the internet and some simply added a white bar to the top of my website, others did nothing and I am still stuck for a solution.
Is there anyone that could help? I am simply looking to redirect users to complete registration to be redirected to another page.
Is it possible to maybe make this standard functionality in BuddyPress in the future? Seems like a lot of people are trying to do something like this.
Hello there,
I know that this issue has been posted somewhere before but as far as I saw this issue has not been resolved yet
in fact I am surprised that buddypress does not include such important feature !
I want conditional fields on my registration page based on a choice the visitor makes
for example
Your job: dropdown box contains {engineer, translator}
if the visitor selects engineer another dropdown will appear with the following options {computer, civil} else the child dropdown will have {En to Fr, En to Chinese}I am trying to add extra fields into my registration form using the following code into the functions.php file in my child theme (One Social). The code should capture the data for woo commerce to use at the checkout.
//Adding Registration fields to the form
add_action( ‘register_form’, ‘adding_custom_registration_fields’ );
function adding_custom_registration_fields( ) {//lets make the field required so that i can show you how to validate it later;
$firstname = empty( $_POST[‘firstname’] ) ? ” : $_POST[‘firstname’];
$lastname = empty( $_POST[‘lastname’] ) ? ” : $_POST[‘lastname’];
?>
<div class=”form-row form-row-wide”>
<label for=”reg_firstname”><?php _e( ‘First Name’, ‘woocommerce’ ) ?><span class=”required”>*</span></label>
<input type=”text” class=”input-text” name=”firstname” id=”reg_firstname” size=”30″ value=”<?php echo esc_attr( $firstname ) ?>” />
</div>
<div class=”form-row form-row-wide”>
<label for=”reg_lastname”><?php _e( ‘Last Name’, ‘woocommerce’ ) ?><span class=”required”>*</span></label>
<input type=”text” class=”input-text” name=”lastname” id=”reg_lastname” size=”30″ value=”<?php echo esc_attr( $lastname ) ?>” />
</div><?php
}//Validation registration form after submission using the filter registration_errors
add_filter( ‘woocommerce_registration_errors’, ‘registration_errors_validation’ );/**
* @param WP_Error $reg_errors
*
* @return WP_Error
*/
function registration_errors_validation( $reg_errors ) {if ( empty( $_POST[‘firstname’] ) || empty( $_POST[‘lastname’] ) ) {
$reg_errors->add( ’empty required fields’, __( ‘Please fill in the required fields.’, ‘woocommerce’ ) );
}return $reg_errors;
}//Updating use meta after registration successful registration
add_action(‘woocommerce_created_customer’,’adding_extra_reg_fields’);function adding_extra_reg_fields($user_id) {
extract($_POST);
update_user_meta($user_id, ‘first_name’, $firstname);
update_user_meta($user_id, ‘last_name’, $lastname);
update_user_meta($user_id, ‘billing_first_name’, $firstname);
update_user_meta($user_id, ‘shipping_first_name’, $firstname);
update_user_meta($user_id, ‘billing_last_name’, $lastname);
update_user_meta($user_id, ‘shipping_last_name’, $lastname);
}The code works fine until Buddypress is activated. The it just reverts to the usual wordpress log in with only the profile fields that are shown in the “Profile Fields” tab on the wordpress dashboard.
I feel like I must be missing something obvious but it is driving me crazy! Any help would be enormously appreciated. Thanks!
I am committed for an NGO project to implement (in an already existing website) the following functionalities:
New members:
1.would have a registration form for entering their complete profile;
2.will have a front-end dashboard; with the ability to edit their profile;
3.registration details would be fed into their profile and included in a general membership directory viewable to website visitors.
I am new to buddypress and I wonder if and how it is capable to do them; any tip is the welcome 🙂I am currently using the GameDay theme and after installing buddypress I now have two pending lists when I go to my users. this is causing issues with my registration process. I tried switching themese and still have pending link show up twice.
I have attached a screenshot here.
I also have deactived all other plugins except buddy press.
Can anyone help point me in the right direction as to what would be the cause here ?
It is not going to their spam either…. Just not emails going out. I notice the weird two Pending list when i go to the users page which I do believe is the reason.
Now I am just unsure why it would be showing two.. If I deactive the bbpress plugin things go back to one pending list and all work’s ok.
Once I reactive Buddypress. Things stop working
Many thanks in advance
Topic: Placeholders and ajax search
WP 4.5.3
BP 2.6.1.1
Flatsome theme 2.9Hi,
I used to use Gravity Forms with the user registration addon but that doesn’t seem to be working anymore with latest BP, so I will be using only BP to display the form. My GF license has expired and I’m not 100% happy with it.
* I haven’t been able to find someone who needs placeholders, or maybe I didn’t search correctly? I’d like to display tips in the field itself, not outside.
* And I have a field with a drop down menu of +100 options and I used to let users search for their option by typing in some letters so it would decrease the amount of options to scroll. Any chance I could do this in BP?
I guess this involves some simple coding which I don’t know how to do. So if there’s anyone reading who’d like to post this as a job in wp jobs I’d be glad to take a look at it.
Thanks in advance!
Hi, I ve installed the registration but I have a problem with the design. The group activity rectangle is not well placed in the page,, you can check the look at this address: http://www.vodoudolls.com/registration/
How can I resolve this problem? Thanks
Norman
Topic: Login Redirect
I have enable buddypress with lifterlms to create a elearning site with social capabilities. Lifter has suggested to use buddypress registration and login to access site.
My problem is that when users login with buddypress its with the wp-login and they are taken to the wp-admin panel and not their activity stream or anyother page.
Hi,
I created a website using a buddypress theme called socialize, but some things aren’t working. The register & activate pages are blank, the login and register button in the menu above are not showing and the buddypress registration widget doesn’t show either.
Concerning the blank pages I have already read a few topics online and did some checks:
– the anyone can register button is selected
– the register.php and activate.php files are not missing in the buddypress files
– the pages do exist but are blank, and in the buddypress settings they have been assigned as register and activate pages.The only thing I haven’t done is strip everything down; deactivate all the plugins and switch to default theme. I could do that, but do I lose configuration I already did to my theme now? I don’t want to lose work.
Can anyone help me? It’s driving me crazy.
Thanks
Good Morning All,
I have searched the BP forums and YouTube for a solution here but no luck…
I have built my community based website with some help from a front end developer and I am almost ready to launch but I have a couple of outstanding issues with Buddypress/WP/S2 Member. I desperately need help with please.
The site is not yet live so I cannot include a link:
WP – 4.5.3
BuddyPress 2.6.1.1
All other plugins are updated to latest versions.
Theme: MSocial1. When I test and register a user/member they should be on 1 of 4 named levels (through S2 member) (not pro)…however they are being defaulted to BASE and not level 1-4.
2. When I go to edit the user profile I am presented with all the user groups in addition to the Base group which will confuse users.
Barring this logging in/out and registration all works. I am not a website designer or developer but I have got this far please can anyone help?
I would really appreciate some support here…many thanks.
JP
Hi,
I am new to wordpress and launced a buddypress site recently.
I want to customize the registration confirmation text and the text on the top of registration 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.”.
I changed and saved both text in the register.php file but no effect. Register page still shows the old Text. I tried deactivating BuddyPress and re-activating again. even that did not help.
I am using BuddyPress 2.5.3 with BuddyBoss theme version 2.1.3
Appreciate your help to solve this. Thanks in Advance.
Thilina.
WordPress 4.3.5
BuddyPress 2.6.1.1
Issue happens with all themes, including default.Emails are not sending when a user registers, but if I go into wordpress users and resent email then it does it.
Tried two “test email” plugins so far and both work.
Any idea what it could be?
hi
There was no problem with toolbar and was previously displayed. But it does not show.
I mean, from the toolbar, it is a bar for login and registration.Hi, I have just updated to the latest version of BP and thought I would add visibility conditions to my registration forms. Everything looked great until I noticed the following error:
One field asks for your age, if you type a value less than 18 it is meant to ask for parental consent but for some reason any value between 1 and 10 completely ignores this rule.
Numbers 0, 1 and 10-17 all work but single figures (not including 0 and 1) refuse to show the parental consent option.
My settings are: Hide current field if age field is > 17
I also tried: Show current field if age field is < 18Both have exactly the same issue. I have even tried reinstalling.
Has anyone else had a similar issue? From my searches I feel as though I’m alone here..
Topic: False spam registration
Hi,
Half of my users registrations are reported by buddypress like a spam. But they’re human user. They send me a mail (with my contact form) to ask me to activate their account.
So I need to manually valid their registration.I use BuddyPress Captcha by Hardeep Asrani. So I think it’s sufficient? no?
Is there a solution to disable the spam buddypress feature?
Thanks a lot!Fred.