Search Results for 'registration'
-
Search Results
-
I want to make a custom page where user can edit his profile and save the profile same as edit profile page of buddypress,
my idea here is to after user registration, when user login and if the required field is not filled then user will see a profile custom edit page with all the profile field as editable field, and
Most important part is how to save those field values like images/ date and allHi,
the default registration page is only refreshing after data submission from a user. Profile is not created and no email is sent. You can see the issue fro the register page here
http://www.globalregenerative.academy/sample/Please let me know how i can fix this. It was not like this a couple of days ago.
Topic: ONBOARDING- Best Practices
Hey guys,
Im looking for Onboarding best practices for end-users..
Im finding the current setup unwieldy.
for example.
– I dont want to loadup too many fields to fill out when registering so i usually keep it at username, email and password.
– I then do a re-direct to userprofile when logged-in (courtesy of @buddydev)The problem with this is that when a new USER is logged in for the first time — its not clear that
EDIT exist — whats worse is that other “PROFILE FIELD GROUPS” (thats not part of the initial register screen is buried by default and its not clear that this exist)*Im using twenty seventeen as theme for https://filmcrew.network
and im sorta forced to load as many details in the registration form.anyway…
I use to use @Buddyboss (boss theme) – this worked really well because the MENU system for the user was on a slider -which people sorta intuitively messed around with.
If I had a wish list..
– registration should natively be just email (ycombinator companies usually just need an email address – everything else is sent to you..
– I would love the user onboarding flow to be natively like this.
1) Registration page just has an email address (user presses next)
1a) email is sent to user with password reset
1b) email is sent with a “community welcome letter”2) User continues with being asked for username
3) User is automatically logged in
4) User is presented with “profile fields group 1”I would love to see some interesting BP onboarding best-practices..
Cheers,
Hello Everyone,
I use signup fields from buddypress on my registration site.
I have a dropdown box field that I can with php populate data onto it with the use of the action xprofile_insert_field() which with an array can add data to the dropdown box by its parent id.
I would like to do the exact opposite, i.e., having a parent id (dropdown box) delete data from it, but I can’t seem to find the proper action to it. The xprofile_delete_field only takes an id and would delete the entire dropdown box…
Any ideas?
Hello,
It seems that if you have a field with too many data, buddypress kills the connection and doesn’t allow the edit.
I have a dropdown box field for the registration done with buddypress.
I have one field which is a dropdown box with around 300 option values. If I try to edit (change/add/remove) this field with data everything runs properly.
I have another field which is also a dropdown box with around 4000 option values. If I try to edit (change/add/remove) this field with data after clicking on the “Update” button, I get the message “The link you have followed has expired” and nothing is updated.
It seems that buddypress can’t handle so many data…
Anyone can help?
Thanks!
I have a social media site I’m working on using Buddypress.
Spam accounts are signing up without filling in any of the required fields, and I don’t understand how. WordPress registration/login is disabled, all done through a 3rd party plugin (Youzer). When I go through the registration form myself, there’s no way to skip entering information such as city, country etc. All they are signing up with is a username, email and password.
How can I stop this? They’re messing up the layout of the members area, and just sending spam messages to actual members.
Hello,
We have a wordpress site.
If on the menu we go to “Utilizadores->Profile Fields” we see a list of fields used on the registration form.
If we try to edit the field “Farmácia” after changing anything and clicking on “Update” it fails with the following message:
“The link you followed has expired”
“A ligação que seguiu já expirou.” (in Portuguese)
From what we searched online, normally this kind of error is due to settings on the server, like memory_limit
Can you please help?
Topic: Registration Form
I downloaded the plugin (BuddyPress) and configured it with my under construction website. In the end, it did not create Registration Page/Form although the REGISTER item did appear in the Menu of the site. Kindly guide me if I have missed something in the process. I am creating at local host of Flywheel (WP version 5.3) and the theme is Colibiri free version.
Thanks.Hello
I would like to change the default email (without changing my email admin) notifications when registering to buddypress
And add a copy email can someone help me
LukeI have created a user profile field (type: Multi-Line text Area) that is required.
I want the user to fill it in the registration form. All good so far.If the user does not fill the MultiLine textArea the field is not indicated as Required BUT instead, the page reloads (at least the form is not submitted). This is a very bad user experience as the user doesn’t know why the form is not submitted.
Anybody faced that before?
ThanksHello,
Probably this has been asked before, and probably there is a very simple solution that I’m aware of, but I have the following requirement. I have two fields on my registration, field “Function” as mandatory and field “WorkID Number” as optional:
Field “Function” required dropdown box with the following options:
“”
“Unemployed”
“Student”
“Pharmaceutic”Field “WorkID Number” as a text field as optional.
I would like when a user is on the registration and chooses the value “Pharmaceutic” under the “Function” field the “WorkID Number” changes to mandatory, but only with that value, otherwise (for values “”, “Unemployed” and “Student”) it remains as an optional one.
Is this even possible? I tried to search everywhere but have not idea…
Thanks.
Hi, I’m trying to add a query in the registration process of a new user. I want to create a new usermeta value for the new user named user_type with value ‘registered’. The problem is that I don’t know where I have to include this query, on the buddypress register, on the wordpress register or on my functions.php? Hope you help me
Topic: Disable Activation
Hi! how i can do to disable the activation user of BP for login to the profile without activating and without approve the email? i saw many post of it but it was all older and it isnt work now.
i tried this code without lucky
add_filter( 'bp_core_signup_send_activation_key', 'ps_disable_activation_email' ); function ps_disable_activation_email() { return false; } add_filter( 'bp_registration_needs_activation', '__return_false' );
Thanks!!
Hello!
(I use Youzer but it based on a BuddyPress and their support are useless.)
I already restrict access for all users to a WP dashboard profile (only frontend are accessible). How also restrict users with lowest auto-set on registration role “Subscriber” to access their Youzer/BuddyPress profiles and groups pages etc? (Best of all at low-level via functions.php etc to avoid any hacking.) So user will able to access all WP frontend activity functionality like posts comments, in-post voting, WooC products purchase, etc, but without access to a dashboard and to Yz/BP profiles and social network activity.Hi all,
Can anyone tell me how I go about disabling the auto generation of the strong password on the registration form?
The users of my site are not very tech savvy and they tend to register without taking note of the password then have to reset it.
I get daily complaints…
The password strength notices are fine so that isn’t a problem.
Many thanks in advance!
Stephen.
Hi!
I tried everything. I have all these plugins enabled on my BP Install:
Akismet Anti-Spam
Anti-Spam by CleanTalk
BuddyPress Auto Activate Autologin Redirect To Profile On Signup : I need to allow my user to use my network like every social network without waiting for any moderation and approbation.
No CAPTCHA reCAPTCHA
Stop SpammersEveryday, I have a lot of spam registration who send a lot of messages to all my members, so my network is not working now, my members cannot use it because they are all receiving a lot of e-mail notifications because of spam.
all messages are all the same:
“Hi dear,
how are you my dear I’m from UK, and
i have something important to disclose with you
if you don’t mind please contact me, through my private aminatadennis0@gmail.com
so that i can explain myself to you
Sincerely.”It’s very very annoying.
Is there a solution without approving each member? Because we cannot approve hundred and hundred members each day, it’s impossible…
Thanks in advance for your help !
Using SweatDate
BP Profile Search Version 5.2.1
BP Registration OptionsVersion 4.3.7
NOt sure where to find WP version – but started on the site around JuneI am not a programmer – proofing the website and I noticed that in edit mode my profile questions are visable. When you go to view mode alot of my questions are truncated – why o why did they do this?
Any way..I need the questions to show up so the answers make sense.I have the latest wordpress installation with latest 2019 theme plus latest version of buddypress. I have set register on general settings, got buddypress pages created automatically upon registration. Did the page settings. Got only buddypress plugin activated but for some reason when I test register after logout, I cannot register people successful even though I imput the data needed to register. The page will not even redirect to activate. It stays the same with no registration happening after sign up.
I been reading other forum topics on registration. I tried changing themes, tried add www. on my URL, tried re-installation of wordpress and buddypress, removed all plugins except buddypress but for some reason I cannot figure out what I am doing wrong because I still cannot register new members/Users.
I been watching youtube videos on buddypress and I notice that on options the core buddypress files do not have a check box on the version I use. Even when I try to select everything on buddypress option so that all 10 are selected I still get cannot get registration of new members from register page.
Please help me I am a novice on buddypress. เวกัส168
Topic: Error Message after purchase
After a new user registers and a payment is made the user is not getting directed to the ‘confirmation of purchase page’. Instead they are receiving an error. The user registration is going through though. We tested it our self in a live environment with a valid credit card, charge for $1 with promo code. I have attached a screen shot of the error.
I am not sure if it is a Paid MemberPro or BuddyPress error, I will be submitting a ticket to them also to see if they have any insight.
WordPress 5.2.3
BuddyPress 5.0.0
BuddyPress for Learndash 1.2.8Members.hustlesmarter.co