Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,526 through 1,550 (of 7,641 total)
  • Author
    Search Results
  • #263828
    gtractorg
    Participant

    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 145

    Warning: 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?

    Slava Abakumov
    Moderator

    Perhaps, upon user registration you should auto-join them to all public groups. And modify templates in your child theme to hide JOIN / LEAVE buttons for public groups.

    #263820

    In reply to: Cannot Sign up

    Slava Abakumov
    Moderator

    Registration link is broken.

    It should be http://cintaku.id/register/, and NOT http://cintaku.id/index.php/register/.
    Go to permalinks settings and make it like this: http://take.ms/l5qFy
    Then click Save.

    #263786

    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,
    Beatrice

    #263754
    MarcusFuto
    Participant

    The reason seemed to be that the account I was posting from didnt have a buddypress registration only wordpress admin registratation.

    #263742
    MarcusFuto
    Participant

    The problem is linked to BP Registration Options.

    There is a setting to disallow logged out users to see the pages. However, I would still want all the pages to be non accessible but the activity stream..

    #263707
    livingflame
    Participant

    @anthonylawton

    Create a plugin with this. But, if you use BuddyPress Honeypot, this plugin not work.

    <?php
    /*
    Plugin Name: Restricted Email Domains
    Description: Restricts registration user email addresses to valid domains.
    From: http://old.webit.ca/2011/03/limit-user-email-domains-in-buddypress/
    Version: 1.0
    */
    add_option('limited_email_domains', array('yahoo.com', 'outlook.com', 'hotmail.com', 'gmail.com', 'aol.com', 'mail.com')); 
    #263645
    Slava Abakumov
    Moderator

    Your task is a compilation of several steps.

    1) You need to add a custom field to BuddyPress registration form
    See this https://buddypress.org/support/topic/how-to-display-a-custom-field/ or similar (just google).

    2) You need to get the list of users by a member type to display in a <select> field created in 1).
    See https://codex.buddypress.org/developer/member-types/ and its “Querying by member type” section.

    3) In 1) you created and it’s also written how to store that data, I suggest using usermeta (update_user_meta()). You should store not the teachers names, but their ids in metas.

    4) Now you need to display this info in user profile.
    Investigate wp-content/plugins/buddypress/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php file, you will see there several hooks that may be useful for you. There you will just echo what you need.
    Example: get_user_by('id', get_user_meta(bp_displayed_user_id(), 'teacher_id'))->display_name; or similar using BuddyPress functions.

    commexpert
    Participant

    HI

    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

    #263579
    Seo45
    Participant

    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>

    #263575
    coolhunt
    Participant

    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!

    #263533
    djsteveb
    Participant

    @januzi_pl – how many members are there?

    Are there strong anti-spam / anti-bot sign up measures in place? not a captcha – something like “good question” or other answer correct question to get through kind of thing.

    using wp spmshield or some kind of akismet type thing?

    I don’t have the kind of graph you show there – but I can say I saw a HUGE difference.. back in the day we had tons of bots signing up for new accounts, sending pms to other users, and all kinds of activity that was not obvious on the front end to the average visitor or site admin.. only after a few complaints and some digging did I realize that 90% of server resources were being sucked away by bot registrations / spammers, and bots that were crawling for the various “search engines” – once you get a hold on those things, then it’s good to know how many users you have and if they are active all day and night or just certain times of the day and such..

    leo1951
    Participant

    Hello, I don want to invade your thread but open my own days ago and its not getting viewed so no replied.

    I have searched for ever and is still searching for a solution and not getting answers.

    I setup this new site: WordPress 4.7.2 and running MesoColumn theme. The Buddypress version is Version 2.7.4.

    In my backend I see the registration Pending and I re-sending the activation sever times while experimenting with other things and my server but to no success. And its not my server because I do have another site working with the same Buddypress version. The only difference the working site has been online since 2014.

    Thanks

    Fred

    The

    #263504
    josselinl
    Participant

    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 !

    #263497
    telesemana
    Participant

    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?

    #263467
    dennismeira
    Participant

    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?

    #263451
    samurdhilbk
    Participant

    So in short, there is no simple way to isolate the registration process such that the “BuddyPress users” are added to different tables than the regular WP users right?

    seppad2016
    Participant

    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 SEO

    danbp
    Participant

    Hi,

    BuddyPress doesn’t handle users. It use WP’s user_table and user_meta and his own meta tables (bp_activity_meta or bp_notifications_meta).

    In BP settings, you have an option to sync BP to WP profile’s. And that’s all.

    If you have another plugin who’s is synced with WordPress profiles, guess it will do the same with BP. But, adding a custom member table only for BP usage within WP registration process isn’t a good idea as you probably will have to rewrite a lot of code.

    Members are the heart of BP, but in the sense of “how to show members and let them work together”, not in the way to include/register them to the site.
    BP doesn’t never affect the first step when accessing the WP user registering. This step belongs clearly to WP ONLY. Adding member and meta tables doesn’nt modify that.

    samurdhilbk
    Participant

    I 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.4

    #263433
    leo1951
    Participant

    Buddypress: Version 2.7.4
    Wordpress: WordPress 4.7.2 running MesoColumn theme

    Hello 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.

    #263426
    prophet224
    Participant

    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

    #263365
    Brajesh Singh
    Participant

    You are welcome!

    I am not sure what do you mean by disabling the redirect. What purpose will it serve to show the registration page to the already logged in user? At the moment, if you want to show registration form to the logged in user, It can be done with some custom code, but it is not advisable.

    Regards
    Brajesh

    #263363
    Brajesh Singh
    Participant

    Hi, you can put the following code in your bp-custom.php

    
    /**
     * BuddyPress Logged In User redirection on Registration page
     *
     */
    function buddydev_loggedin_register_redirect( $redirect ) {
    
    	//you can do a lot here
    	//if you want to redirect based on profile field, member types or roles, you can do so
    	//$user_id = bp_loggedin_user_id();
    
    	//send to profile
    	//$redirect = bp_loggedin_user_domain();
    
    	// or you can simply hard code it
    	//$redirect = "http://yoursite.com/example-page"
    
    	return $redirect;
    }
    add_filter( 'bp_loggedin_register_page_redirect_to', 'buddydev_loggedin_register_redirect' );
    
    

    Now uncomment on of the //$redirect block or you can put your own link.

    Hope that helps.

    #263289
    danbp
    Participant

    Hi, that’s what i expected. You’re not after coding errors, but enduser errors, ie you omitted this field…

    For each xprofile field you create, BP let you select some option. Depending on them, you can see some messages when a field is left blank. These message are displayed by field type, and so far i know, there is no easy way for cibling precisely a given field once you’ve defined a field type.

    The xprofile component is not such a sophisticated tool like ContactForm 7 or similar form plugins. It was created to insert more fields inside the basic WP registration page. Because of this, it is volontary left “simple”. If you need more functionnalities over your custom fields, search for a compatible form plugin who allow that.

    I don’t think that BP let you do much more in matter of field option as actually. Not out of the box and not without a lot of custom coding.

Viewing 25 results - 1,526 through 1,550 (of 7,641 total)
Skip to toolbar