Search Results for 'registration'
-
Search Results
-
I want to manually approve user registrations in our backend rather than letting them click a link to activate their account. I was able to remove the activate link on their end in the email they receive, but am wondering how the user can get an email notification once I’ve either activated or deleted the account request from the backend? As of now it does nothing when I activate it. I also want to change the verbiage that appears on the page after they submit their user registration information and cannot find out how.
Topic: Registration problems
WordPress version 4.6.1
BP version 2.7.2
website – http://www.uk-mgc.comHello,
So I have recently installed BP, but I can’t seem to figure out how to get the registrations working. I have searched the forums and the standard advice of enabling pretty permalinks, allowing user registrations and setting pages etc, all checks out, but I am still pulling blanks.
Any help would be great.
Thanks
Hello friends,
I spent a long time to learn using wordpress and create my own beautiful custom wordpress themes…
But for the last 3 days I am tryiing to run BuddyPress with the custom theme I designed…and after 3 days I am stuck tired of not being able to make my theme compatible with Buddypress…
I searched n read hundreds of topics but still I m confused…and buddypress is not working welll with my theme…
Kindly someone help and let me understand how to make buddypress compatible with my theme…or you can say how to make a buddypress compatible wp theme…
problems
– cover image is not showing
– activation page not loading
– registration page not loading
– profile image cropper not working…and a lot of other errors.. Pls let me know how to add buddypress to my theme… and make it work properly….
Million Thanks in Advance
VickievikGood Evening All,
Thank you to everyone for their support so far.
WP – 4.6.1
http://www.studentmotorsport.com
Msocial Theme – Gavick ProI have another issue with Buddypress/S2 Member settings…PLEASE HELP 🙁
Problem: I have set up S2 Member to work with BuddyPress and have got 4 membership levels with paid PayPal buttons all working ok.
Scenario 1:If I set ‘open registration’ to ‘no’ in S2 member (as I only want paid users) I am presented with ‘User registration is currently not allowed’ after signup despite PayPal taking the money.
Scenario 2: If I set ‘open registration’ to ‘yes’ in S2 member user registration is successful but assigns the user as a free subscriber and not on a 1-4 paid membership level after signup, despite PayPal taking the money.
Does anyone have any suggestions, I have checked all the settings in WP/Buddypress and S2 Member…am I missing something?
If all fails can I set up my site without S2 Member and still use paid membership levels and PayPal?
I would appreciate any support on this one.
With regards
JP
Hi guys,
I need a solution to add people that signed up via gravity forms “User Registration Add-On” to a specific buddypress group.Group-o-Matic Plugin looks like a very good solution:
https://wefoster.co/buddypress-group-o-matic-adding-members-to-groups-based-on-profile-fields/
https://wordpress.org/plugins/buddypress-groupomatic/But it is very outdated. Or does it still run on an up-to-date Buddypress and WordPress installation?
Do you know an alternative? Or another solution for my problem?
Thankyou for your support!
Cheers,
MattTopic: Hiding register link
Our website is http://www.fighting.net and we have a members section. We don’t want people to be able to register from the site. They signup with our instructor then we want to be able to send them a link by email. Registering only works if in settings –> general we check “anyone can register.” That adds a register link to the login and anyone can type in the url/register to register. Can we:
A) email a link that is hidden to everyone else
or
B) when some registers be able to moderate and accept or decline registrations?
Topic: Error 406 with Login Widget
Hey,
I have buddypress installed on my website. I have the Buddypress Login widget and the Registration part works fine. When i try to login through the buddy press widget i get a Error 406 page. I can login perfectly fine through wp-login.php ….
What can I do to fix this? Please help. =)
Hello Buddypress buds!
A lot of people have been talking over the past couple of years about “how to require a profile photo upon registration. And I know it’s a risky thing to do, but many of us are willing to take that risk.
There are a handful of plugins that try to assist with this procedure, but some fail, and some are only partially successful. The best solution that I’ve found is Xprofile Custom Fields. With this plugin, and a lot of help from the author, I’ve managed to get profile photos to be required in the registration process. However, the issue I’m having is that the users are unable to effectively change their profile photo by using the options in the Buddypress “Profile” section/menu. The user can still click “Change Profile Photo,” and it will accept their upload, but the old photo remains in the member directory & in the user’s profile itself.
I think there must be a miscommunication occurring due to this new way of gathering the user’s original profile photo. It seems like some code, pertaining to the Buddypress “Change Profile Photo” function needs to be tweaked, but I can not pinpoint the function, which would be the first step towards fixing this issue.
To demonstrate how I’m requiring the profile photo upload in the registration, here is the function I’ve added to my theme’s functions.php file:
add_filter( 'bp_core_fetch_avatar', 'my_custom_avatar', 10, 2 ); function my_custom_avatar( $avatar, $params ) { if ( 'user' === $params['object'] ) { // Get the src of the original avatar. $array = array(); preg_match( '/src="([^\"]*)"/i', $avatar, $array ); if ( count( $array ) > 1 ) { $old_url_avatar = $array[1]; // Get the new url of image. $uploads = wp_upload_dir(); $img = maybe_unserialize( BP_XProfile_ProfileData::get_value_byid( 5218, $params['item_id'] ) ); if ( ! empty( $img ) ) { $new_url_avatar = $uploads['baseurl'] . $img; // Replace the old src with the new url. $avatar = str_replace( $old_url_avatar, $new_url_avatar, $avatar ); } } } // Return the avatar. return $avatar; }
I’d like to mention that I have asked the plugin author about this, but my message on that plugin’s support forum has been deleted twice, making me think I should give the man a break.
Here are some specifications of my site:
It’s running on WordPress v4.6.1, Buddypress v2.7.0, & using BuddyPress Xprofile Custom Fields Type v2.6
“5218” is the field ID for the “Upload Image” field.
Thanks and sorry if I posted in an inappropriate forum, I think I chose the right one.
I have a multisite of three sites (http://bionomica.ru/). I need to use different registration forms for different sites, because they have different languages and different activities. How can I do it with BuddyPress plugin? I’m trying to find a way but fail. Please, help!
Hi,
The two columns with ‘basic details’ and ‘profile details’ are horizontally aligned in the signup form, but this doesn’t look good when there are more profile (right) than basic (left) details – and it doesn’t look good on mobile either – it is not responsive.
My register page is currently open here
I have tried to just align the two columns vertically with:
#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
float: none;
width; 90%;
}– what am I doing wrong?
Or, is there a better solution?
Thanks,
Lars
Topic: Automatic Friend Requests
Every time I manually create a new user on my multisite (via the admin interface) the new user instantly gets THREE “friend requests” from existing users. The minute the new user logs in after registration, they already have these three notifications waiting.
I found one thread (3 years old) that describes something similar — but it’s related to the Invite Anyone plugin, the friend request comes from the Group Admin when a user responds to an invitation. I do use the Invite Anyone plugins, so I added this filter:
add_filter( ‘invite_anyone_send_friend_requests_on_acceptance’, ‘__return_false’ );
But it’s not changing anything as far as I can tell. I’m not even sure that the IA plugin is responsible. I’ve logged in as the users who are “sending” these automated friend requests, and I can’t find anything that they can do to force sending a friend request to new users.
Any ideas at all where I should look for the cause?
Hi,
I am using buddy press for user registration in my multisite(I have single login for both the sites ) and I had put the default user role as “instructor” but when every user registered it is creating as “Participant”
Please help me to resolve this issue?
Topic: registation page
I create the “Register” page. In general settings t is set to allow anyone to register. I am logged out. when I try and register I’ll still get registration is not allowed. is there a place in bp settings to turn it off/on?
Thanks
Topic: Registration twice
My registration page comes up. I enter the data and hit the complete sign up button. At that point the page is still there but my passwords have been cleared. I re-enter the passwords and hit the complete sign up button and then it does the registration. Anyone know why this might be happening? I am on 2.7.0 buddypress, using the evolve plus theme. It has worked in the past on this theme so i have either changed a setting that i did not understand or a plugin may be conflicting. I have the mailchimp plugin with buddypress integration set but i have tried to deactivate that and it has no affect. Anyone experienced this and have a solution?
Hi,
I’ve created two drop-down fields in xprofile and added one option each just to save them. In the registration page, their options are dynamically populated through jquery. Registration is always successful but when the option populated by jquery is selected, it is not being saved. While the option added when creating the fields is selected, it is being saved.
Is it really required to add all the options in the drop-down fields to be able to save it to the user’s extended profile?
Wordpress Version: 4.6.1
Buddypress Version: 2.7.0