Search Results for 'registration'
-
Search Results
-
Topic: Errors when registering
Hello,
I have just installed buddypress (wp 4.7.2,divi theme, siteground, learndash and bpress learndash integration, oneall social login). When new registration through social login I see errors like: Warning: array_merge(): Argument #2 is not an array in /home/upexam74/public_html/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php on line 145Warning: Invalid argument supplied for foreach() in /home/upexam74/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php on line 2788
Warning: Cannot modify header information – headers already sent by (output started at /home/upexam74/public_html/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php:145) in /home/upexam74/public_html/wp-includes/pluggable.php on line 915
Warning: Cannot modify header information – headers already sent by (output started at /home/upexam74/public_html/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php:145) in /home/upexam74/public_html/wp-includes/pluggable.php on line 916
Etc.
Do you know what this could be?Topic: registrations fail
Hi,
I purchased the intergration of Buddypress into my platform via Geodirectory.
My website is: http://www.salseros-international.com.
Registering on my website fail when users try to create an account. When trying, there is a notification that they will get a confirmation email in which they will find a link to activate their account. But they never receive the confirmation email.
However, when I go to my dashboard and view the ‘all users’ section, I see there are pending subscribers. When I activate their account, I receive the ‘new user registration’ notification per email. But the subscriber does not receive any notification per email.
I have tested with a mail log and smtp plugin to verify which emails are sent. I also tried to register myself with another email address and indeed I didn’t receive any confirmation email.
Plus, I have asked my hosting provider and Geodirectory. Both said they could not help further as the issue does not come from the server nor from the script of Geodirectory as they don’t send any confirmation email upon registration. Also, Geodirectory said it is a Buddypress email, so I should ask the Buddypress team.
Could you please help me?
Best,
BeatriceHI
I have two groups of users STUDENTS and TEACHERS
I want to link each student to a teachers, meaning the name of a teacher should be linked to each student profile.
In the registration form, the student should be able to select a teacher in a dropbox that would listing all the names of the registered teachers.
The name of the selected teacher will be stored in this field.How can I achieve this ?
Thanks
I’m using Buddypress and just don’t know where else to ask. Basically, I’m ussing the code below to take the username data and copy it to the buddypress name field, but it doesn’t seem to be working. It’s not copying it, and I believe because of this, it’s asking me when I go to submit, if I’m sure that the data will be lost. It does actually sign up, but it won’t copy the username to the display name field. If anyone has any ideas, please help.
<script type=”text/javascript”>
var url = document.location.href;
jQuery(document).ready(function() {
//copy profile name to account name during registration
if (url.indexOf(“register/”) >= 0) {jQuery(‘label[for=signup_username],#signup_username’).css(‘display’,’none’);
jQuery(‘#field_1’).blur(function(){
jQuery(“#signup_username”).val(jQuery(“#field_1”).val());
});
}
});
</script>Hey Guys,
Im trying to have the /Register page be one column. As you all know that the BP options are on another column — How do I make my BP registration be “one column”
Im on the latest BP and WP install.
-Any clues to do this would be greatly appreciated!
Topic: Disabled connexion
Hi !
FYI I use the last version of WP, BuddyPress and TML (Theme My Login).
I use TML for login and register members to my blog and I use BuddyPress for showing profils member.
I disabled Buddypress registrtion page but he show me an “error” in the admin pages (only in backend)
The following BuddyPress active components are not associated with WordPress pages: Registration Repair
Someone understand my probleme ? If yes can say me why or explain me how to solve that ?
It’s not big problem…
Thanks in advance !
It was my understanding that user who registered on a Buddypress sites with wordpress MU are always subscribed as “subscribers” on the root site or main site. But, I have now realized that my users, over 20K, are registered on the Admin Network, but they are not subscribers in any site on the network. They can login and access all the sites, but they are not users of any of them. Has this changed? Aren´t new users subscribers of the root site by default? Is there a way to accomplish that?
Topic: upload file on registration
Hi,
Two questions:
First, I need a field on my Registration page where the user upload a photo of the necessary identification. Doctors will register in this website and i need this ID photo for legal purpose, any plugin to add that field?Second, I wish I could receiva an email with all the registration info including this photo or URL, how?
Hi,
We’ve been experiencing problematic issues with BP Email notifications.
As stated on the subject of the post, our BuddyPress installation went ok and each time a new user register. He’s been sent an activation mail (as the situation stated it).
We are managing group members from the wordpress back-office. Actually, no action (except the registration/login) is performed client-side.
We (the admin) invite as a member or promote any registered and activated user to any group. This action is performed in the back-office. As stated on the various Email Situations, the recipient should receive an email if the action is performed but this never happens.
We eventually tried to disable plugins and resetting things but we’re out of luck. We also tried the following plugin BP Default Email Notification Settings Control Version 1.0.1
to force email notification with no success.Thanks for any efficient help,
—
Below our configuration:
WP 4.7.2
plugins :
Advanced Custom Fields Pro Version 5.3.3.2
Beautiful taxonomy filter Version 2.1.0
BP Default Email Notification Settings Control Version 1.0.1
BuddyPress Version 2.7.4
Contact Form 7 Version 4.5.1
Contact Form DB Version 2.10.26
Intuitive Custom Post Order Version 3.0.7
JS & CSS Script Optimizer Version 0.3.2
mobble Version 1.6
PDF Image Generator Version 1.5.0
Theme My Login Version 6.4.6
WP E-Mail Debug Version 1.1.0
WP Maintenance Version 2.8.2
WP Super Cache
WPBakery Visual Composer
Yoast SEOI am running two registration schemes in my website (which is still under local development). For one, I am using a different plugin which works with the default wp_users table. For the other, I am thinking of using a different table (say wp_members).
How do I make BuddyPress work with this table (and an associated meta table) without disrupting the other plugin?If I’m not mistaken, doing
define ( 'CUSTOM_USER_TABLE', 'wp_members' ); define ( 'CUSTOM_USER_META_TABLE', 'wp_members_meta' );
would alter the WP settings as well.
WordPress version – 4.7.2
BuddyPress version – 2.7.4Topic: Pending Activation
Buddypress: Version 2.7.4
Wordpress: WordPress 4.7.2 running MesoColumn themeHello Forum, I have being searching and reading the many threads about the Buddypress activation email not being sent and is not coming up with a solution and it seems that this issue goes back very far.
With out Buddypress activated I am able to get the registration email. I am also using Easy WP SMTP.
Is there any input that can guide me?
Many Thanks
Fred.
So, my site is working fine so far with one exception. Although the additional user profile fields that I have added appear in Registration, and appear as options to modify their visibility in Settings (and currently show set to ‘Everyone’), the additional fields and any data filled into them during Registration do not appear when viewing a user’s profile. All new fields have been added to the ‘Base’ group, but only ‘Name’ appears.
There are a bunch of things working together, so I think maybe something is overriding the new fields, but I’m not sure what.
I have tested this on Twenty-Fifteen and the problem still occurs.
Below are the main plugins in play, and the site link. Thank you for any help or suggestions.
– Matt
Site: http://test.corsairs.network
Theme: Atahualpa 3.7.24
BuddyPress v2.7.4
BuddyPress for Learndash v1.1.0
bbPress v2.5.10
LearnDash and bbPress Integration v1.2
LearnDash LMS v2.2.1.2