Search Results for 'registration'
-
Search Results
-
Hello Friends,
I need help in creating group.
I have a site in which when new user trying to register on my site
there, he/she get option to create group also. I he/she agrees to create group at the time of registration then he will add only name & description of group & new group has been created within the registration. That was working fine.i’m using this
if(!empty($_POST[‘group-name’]) && !empty($_POST[‘group-desc’])){
$id_group = groups_create_group($group_args);in “$group_args”. i’ll send details to create a group (name & description)
The whole process is done in single step. Now What i want is,I want to add group photo on same step. That is shown as group logo.
Please help me, i’m stuck here from last night.
Thanks in advance.
Hello there,
I’m creating a dating website for a client:
I’m having troubles with members.
I’ve noticed that members are deleted 3 or 4 days after their registration, and i don’t know why ?
Do you know if there is a function in buddypress which does that ?
I’m using buddypress force photo plugin to make sure people upload an avatar on their profile.Thanks a lot
I am running a membership WP v4.6.1 multisite at christiangays.com, chat.christiangays.com, dating.christiangays.com and store.christiangays.com. My registration uses Simple Membership but my profile fields use BuddyPress v2.6.2 with BP Xprofile Custom Fields Type.
I have just updated to PHP v5.6 but was also having problems with PHP v5.3.
I started having a problem saving changes to profiles, specifically changing the age (DOB) field. Now I can’t save profiles at all. I get notification of:
“Please make sure you fill in all required fields in this profile field group before saving.”I first tried removing the age field, which is when I found out that I can’t save any settings at all.
I tried changing all profile fields to “not required”. Still no success.
I have deactivated network plugins and tried activating site specific plugins.
I have tried deactivating ALL plugins except those absolutely required.
I have tried changing theme to twenty-sixteen.
I don’t know what to try next. Would appreciate any suggestions. Thank you!
I am designing a new charity website at digitallystrong.co.uk/arclib. It is a membership site so I have installed Buddypress. After assigning pages to the Activate & Register buttons in the dashboard I then logged out. Now, whenever I try to og back in and visit digitallystrong.co.uk/arclib/wp-admin OR digitallystrong.co.uk/arclib/wp-login it just takes me to a Registration page. I can no longer access my Admin login page. I’m completely stuck. Can anyone help me please?
Hello,
I need to change the default messages that are displayed when a user registers, and also keep the changes after BuddyPress updates. I have tried placing the register.php and activate.php template files into my child theme (my-child-theme\buddypress\bp-templates\bp-legacy\buddypress\members\register.php) but they don’t seem to work, the default messages are still displayed.
How do I do this?
Thanks!
Simon
Hello,
Does anyone know how I can get the Buddypress profile page details to draw from the details displayed on the wp-admin/user-edit page? Specifically I would like for the “first name” and “last name” fields on the Buddypress profile page to autofill form the same database used to store the first name and last name displayed on the admin/user-edit page. I am using a registration page from a different plugin (Memberpress) to have users enter these details initially, but currently when they go to the profile page after registering the last name field is still empty and the first name field contains the user’s username. Who knows how to fix this?
Thank you!
Hello. We just recently installed buddypress onto our site. I am having trouble with new user registrations. Confirmation emails are not being sent after a new user registers and we did not have this problem before installing buddypress.
I am using wordpress 4.6.1, woocommerce 2.4.6, wc vendors pro 1.3.6 , ninja forms 3.0.5, BP WC vendors 1.0.8, Buddypress 2.6.2.
We are creating an ecommerce marketplace allowing mulitple vendors to set up their own shops and sell their products.
Tried the buddypress email repair tool just a couple hours ago, no luck. I can only activate new signups manually and of course I would like activation emails to go through so new users can activate themselves and login.
Would appreciate any help or advice. Thank you so much for your time!
I am novice in coding. Seeking help from this great community.
I am come to requirement to set userid as username on registration. What would be best solution to re-write username portion in register.php to get below,
1. Make username portion readonly
2. Get last userid from wp user datatable and set next userid as username value.Is possible to use snippet/ hack register.php. pls help
Hi.
I have a site with WP and BP now counting 450 members. I would like to use a memebership plugin like PMP to restrict access to some parts of the site.
What I aim for is to set up PMP to work with the registration process as is today (bp/wp) and grant a free memebership level to all existing user. So that when they try to access parts that need payment the are presented with that as an option.
I have now installed PMP, set up a free and a paid membership level. But I am lost on how this integrates with the registration prosess and how do i set upp options for the users to uppgrade?
I can not seem to find any tutorials on how PMP is set up when BP is used.
Any tips would be appreciated.
Bareguys
Hello,
I am having my site users register through a registration page setup with the Memberpress plugin. Registrants are required to submit first name, last name, username, email, and password. This information is used to fill out these items of the wp-admin/profile.php. While I would like to use the Memberpress registration form and page I would like for the buddypress profile page to remain the users’ main interface to their profile information and social activity. The problem though is that the default first name and last name fields of the Memberpress registration page don’t automatically propagate in the respective fields on the Buddypress profile page. Is there a way I can get these fields to draw from the entries for first name and last name already existing in the user databases (/wp-admin/user-edit.php) to auto-fill in the relevant fields of the Buddypress profile page? Currently after registration the last name field is empty and the first name field contains the username. Yes, the member can delete the username and enter both names again, but I’m trying to avoid this. They may wonder why they need to enter their first and last names twice. Does this make sense? I had assumed that whether registering through the Buddypress page or the Memberpress page the first name and last name would be stored in the same data table serve the same function.
Greetings,
After a user submits the registration form on the Buddypress site I’m building, the form disappears and the page content refreshes (url remains the same) to a page with the heading “Check Your Email To Activate Your Account!” that says: “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.”
However, I want new registrants to be manually approved by an admin. Thus, I’ve edited the email new registrants receive and removed the activation link from it, plus I installed a plugin that sets the status of new accounts to pending and requires an admin to approve their account before the registrant can log in. The only thing left I need to do is edit the text of the completed registration page (as described above) to notify users that their account is awaiting approval instead of stating that they’ve received an activation email. How should I go about this?
Thanks,
trecksHello,
I am having my site users register through a registration page setup with the Memberpress plugin. Registrants are required to submit first name, last name, username, email, and password. This information is used to fill out these items of the wp-admin/profile.php. While I would like to use the Memberpress registration form and page I would like for the buddypress profile page to remain the users’ main interface to their profile information and social activity. The problem though is that the default first name and last name fields of the Memberpress registration page don’t automatically propagate in the respective fields on the Buddypress profile page. Is there a way I can get these fields to draw from the entries for first name and last name already existing in the user databases (/wp-admin/user-edit.php) to auto-fill in the relevant fields of the Buddypress profile page? Currently after registration the last name field is empty and the first name field contains the username. Yes, the member can delete the username and enter both names again, but I’m trying to avoid this. They may wonder why they need to enter their first and last names twice. Does this make sense? I had assumed that whether registering through the Buddypress page or the Memberpress page the first name and last name would be stored in the same data table serve the same function.
Topic: Field groups in registration
I found this question in this forum, which is my question also. But the answer (this code) doesn’t work for me. The question is really old, and so is the code. The current register.php has changed quite a bit.
I did get some guidance from the pastebin code and tried different variations. Here’s a shortened version:
<?php do_action( 'bp_after_account_details_fields' ); ?> <?php /***** Extra Profile Details ******/ ?> <?php if ( bp_is_active( 'xprofile' ) ) : ?> <?php do_action( 'bp_before_signup_profile_fields' ); ?> <div class="register-section" id="profile-details-section"> <h4><?php _e( 'Profile Details', 'buddypress' ); ?></h4> <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?> <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => true ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <div class="editfield"> <?php $field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() ); $field_type->edit_field_html(); do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> <a href="#" class="visibility-toggle-link"><?php _ex( 'Change', 'Change profile field visibility level', 'buddypress' ); ?></a> </p> <div class="field-visibility-settings" id="field-visibility-settings-<?php bp_the_profile_field_id() ?>"> <fieldset> <legend><?php _e( 'Who can see this field?', 'buddypress' ) ?></legend> <?php bp_profile_visibility_radio_buttons() ?> </fieldset> <a class="field-visibility-settings-close" href="#"><?php _e( 'Close', 'buddypress' ) ?></a> </div> <?php else : ?> <p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> </p> <?php endif ?> <?php do_action( 'bp_custom_profile_edit_fields' ); ?> <p class="description"><?php bp_the_profile_field_description(); ?></p> </div> <?php endwhile; ?> <!-- <?php $fields_ids[]= bp_get_the_profile_group_field_ids();?> --> <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids(); ?>" /> <?php endwhile; endif; endif; ?> <?php do_action( 'bp_signup_profile_fields' ); ?> </div><!-- #profile-details-section --> <?php do_action( 'bp_after_signup_profile_fields' ); ?> <?php endif; ?> <?php /***** Extended Profile Fields: About Me (group 9) ******/ ?> <?php if ( bp_is_active( 'xprofile' ) ) : ?> <?php do_action( 'bp_before_signup_profile_fields' ); ?> <div class="register-section" id="profile-details-section"> <h4><?php _e( 'About Me', 'buddypress' ); ?></h4> <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?> <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 9, 'fetch_field_data' => true ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <div class="editfield"> <?php $field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() ); $field_type->edit_field_html(); do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> <a href="#" class="visibility-toggle-link"><?php _ex( 'Change', 'Change profile field visibility level', 'buddypress' ); ?></a> </p> <div class="field-visibility-settings" id="field-visibility-settings-<?php bp_the_profile_field_id() ?>"> <fieldset> <legend><?php _e( 'Who can see this field?', 'buddypress' ) ?></legend> <?php bp_profile_visibility_radio_buttons() ?> </fieldset> <a class="field-visibility-settings-close" href="#"><?php _e( 'Close', 'buddypress' ) ?></a> </div> <?php else : ?> <p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> </p> <?php endif ?> <?php do_action( 'bp_custom_profile_edit_fields' ); ?> <p class="description"><?php bp_the_profile_field_description(); ?></p> </div> <?php endwhile; ?> <!-- <?php $fields_ids[]= bp_get_the_profile_group_field_ids();?> --> <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids(); ?>" /> <?php endwhile; endif; endif; ?> <?php do_action( 'bp_signup_profile_fields' ); ?> </div><!-- #profile-details-section --> <?php do_action( 'bp_after_signup_profile_fields' ); ?> <?php endif; ?>
Basically I reused the original profile field loop and made it specific to the group field I want. I have 5 other groups I need in the register form. And repeating the initial loop for each one makes them display beautifully in the register form, but when I fill them out and click submit only the last group is displayed in the profile. It’s like only the last bit of code is being executed, so each loop is overwriting the previous one. In the forums I read that placement of
<input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids(); ?>" />
is very important but after playing around with it I still have nothing.I also found this but have no idea of where or how to use it.
Any guidance will be greatly appreciated.