Search Results for 'registration'
-
Search Results
-
Topic: Installation driving me nuts
Hi all,
I’ve followed the installation guidelines for Buddypress but no matter what I do I can’t get the plugin to work. The pages it creates are totally blank (no registration forms etc).
It’s driving me nuts as I thought it would be a very simple straight forward process.
Has anyone else had an issue similar to this and how did you solve it??
I want to create a simple Marriage Bureau Site in which people (who want to find partner) will fill a registration form to submit heir profile (the form will have extended fields). These profiles will then will searchable using the filters of the fields in the form. And I want to use more filters to search like Color, Education, Age, City, etc…
Now Please help how can I achieve this in buddypress, which themes? which plugins? etc
I have seen what is posted out there and everyone suggests working off of a few plugins developed years back. This is the code I constructed after looking at what they did, but it still doesn’t work.
I can pass the ID of the group a user selects through an entry, but still can’t get the auto join to group working. Any suggestions?
function ip_gravity_registration_group( $user_id, $feed, $entry ) { global $bp, $wpdb; $selected_team = rgar( $entry, '13' ); $group_id = $selected_team; $user_id = new WP_User( $user_id ); groups_join_group($group_id, $user_id); } add_action( 'gform_user_registered', 'ip_gravity_registration_group', 10, 4 );
I would like to change the “Complete Sign Up” button/link to a different one, as users can’t see the one I have.
Currently it looks like this:
I’m setting up Buddypress and when I register a new account the activation email keeps bouncing back to the sender address. I get the following error:
SMTP error from remote mail server after end of data:
550 Messages should have one or no To headers, not 2.The “To” address IS in the “To” field TWICE but I can’t figure out why. I assume that’s why it’s bouncing back. I don’t have any other registration or membership plugins running right now. I am using WP SMTP MAIL to enable me to use Gmail as my sender. It DOES send the test email properly, and only to one address in the “To” field.
Any advice on this?
Topic: Simple math calculation
Good day
I wanted to ask if we can also do the following:
Hourly Rate: $ 33
Hours/Week: 12 hrs
Estimated Monthly Income: $ 1702,8Like a math calculation (estimate revenue)
Is this possible? Ideally, I want to add this option within the registration form on my BuddyPress register as a WP member.
Thanking you,
Hello! I am a novice to wordpress. All of my plugins are up to date and I am using Elementor.
I wish to use YITH plugin with Buddypress. The user will need to choose a membership (free or paid).
I do not understand through which plugin the user will register. Maybe this is common knowlege to the experienced person, but some of us have no clue.
I would like them to choose their membership when they click “register.” I believe that woo and buddypress integrate so that information entered will be available to buddypress. I cannot find any information on how to set up my registration/membership. All I find is the “register” which is the wordpress registration. I do not wish for users to have to login to each area, that would be ridiculous. Do I need to call a paid registration an “upgrade?” But still how are the registration and the membership tied together?
YITH is not answering my question, so I am hoping that you can help. I would so appreciate it.
Hello dear community,
I want to change the registration process.
Normally you get an activation link by mail after filling out the form. If you click on this link, you will be taken to the registration page where you have to confirm the code again.
Is there a possibility that you simply click on the link in the mail and the profile is activated immediately?
Many greetings
Suparni
This is a cross-post with this one here: https://wordpress.org/support/topic/insert-buddypress-custom-profile-field/
Short story: I was handed over a migration from Joomla! 2.5 to WordPress, which has Community Builder, User Groups, and certificate generation on the fly for a member site (apparently joomla with cb can do that). I’m planning to use Sensei in order to generate the certificates, as it’s just a template with the user’s full name, registration ID (different from the WP UserID), and signup date.
Users have been migrated using FG Joomla to WordPress with the CB add-on, and so have their CB profiles.
Are you aware if it’s at all possible and/or how to show those fields over to Sensei Certificates? If not, any other suggestion on how to generate such a certificate on the fly? (need multiple certificates that will have to go through courses
Thanks!
I want to create a community website, so I install BuddyPress and Olympus theme and youzer plugin. After I finish the setup, I want to make it a paid membership community. I use “ultimate membership pro ” plugin. But my problem is that whenever I go to the register page and choose a subscription plan it takes me to the old BuddyPress registration page, not the ultimate membership pro one. In The BuddyPress register page, anyone can register and there’s no payment process. I need to replace it with the new one. I set all the settings correctly but nothing happens. maybe I need to edit the code. Can you help with that?
I use xprofile custom, I would like the fields not to appear on the registration page … is there something to do that?
I just want the user to register with email, password and name …
Thank you.
I inserted 1 new group (with various fields) to be requested from users. The registration page shows the buddypress group defoult and not the new one.
How do I show my custom group too?
ThanksHello!
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 !!!
WP has of course
first_name
andlast_name
as default profile data slugs.Because BP xProfile Fields make a nice Registration page for users, how can the WP default profile data slugs for first name and last name, be used for users’ first name and last name? – At the BP xProfile field registration page, WP default profile data slugs do not show. (Interestingly, username and password fields do show).
How can WP default profile data slugs for user first name and last name be shown editably, for users at the BP xProfile page?
Thank you.
Hello
I have a formatting issue with the appearance of my registration page. The profile field box height is not tall enough (see attached).
I am using BPProfile Search 5.3.3 with BP 6.0.0.
Hello
I have an issue relating to user verification. Users are sent a verification email upon registration containing an activation code however, upon verifying their accounts are still being shown as ‘pending approval’ in the dashboard (see attached screenshot).
How can i fixed this issue?
Regards
Good day,
I would like to ask the people who register on my site to upload a document (their certificate) so i can verify if they have the qualification to teach then they will be able to teach on my platform.
How do i do to add this option in profile field, right now I only have check box, text, … but no upload.
My “register” link is not working on the login page. When I click it it just refreshes the page. I deactivated all my plugins one by one to find the culprit. Ironically when I deactivated Buddypress then my registration page came back. Any ideas?