Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 2,001 through 2,025 (of 7,642 total)
  • Author
    Search Results
  • #252439
    vinzen
    Participant

    Would disabling the BuddyPress registration process and falling back on WordPress one’s by creating a custom registration form help avoid the need to sync BuddyPress to WordPress profile? – as I interpreted from here – http://stackoverflow.com/questions/15379839/registration-form-in-buddypress. Thanks.

    Naomi
    Participant

    I’m running WP 4.5, BuddyPress 2.5.2, Twenty Twelve theme and TML 6.4.4

    I posted this as TML support and was told it’s a Buddypress issue

    I added custom TML fields when people register (city, state, and reason for wanting to join the site) following instructions here: https://www.jfarthing.com/development/theme-my-login/adding-extra-registration-fields/

    the fields are working as needed when users register. But since they aren’t xprofile fields, they aren’t showing up on BuddyPress member profile pages.

    How can I make them show up on member pages so all viewers can see where people are from (city, state) and also on the member directory.

    Site is here: http://www.charlottemasoneducation.org

    Thank you.

    #252360
    vinzen
    Participant

    @djpaul you’re right that there’s no point sending emails to spammers, and I’m not concerned about them.

    I use this feature as a tool to manage non-splogger members of the community. For that purpose, I also have another suggestion:

    a) If a member can be sent an email X number of days after registration (one-time or periodically). Or,

    b) If an email can be sent only after a member has been inactive for X number of days.

    These steps can also be used to honor/reward the active/regular members of the community.

    I wonder if such cases/instances can be tracked and any email situations be created for them.

    Thanks.

    melkerh
    Participant

    Trying the bp-email-debug-2.php plugin script and it returns (via email): Email delivered – true.
    But still no registration confirmation email…

    melkerh
    Participant

    Btw I’m only referring to the registration confirmation email, but I suppose(?) other BP emails won’t get sent either.

    cmavrikas
    Participant

    Hello,

    I have a WordPress/BuddyPress/bbPress installation.

    I have noticed in the activity stream that all activity coming from either the blog or the social network functionality of BuddyPress, the user name displayed is the one filled by the user during registration as the Display Name.

    On the other hand, in bbPress forums and in the activity stream related to the forums, the user name displayed is the login name.

    It is really annoying, because the same user appears with different names in the same stream (if user has selected a different Display Name than the user name).

    Is there a way to have the Display name everywhere, including bbPress forums?

    Thank you

    Naanad
    Participant

    I have gone through multiple troubleshooting steps since the last update and found that the “Extended Profiles” feature seems to have broken the registration process.

    If simply deactivated, registration works properly in Chrome on PC. But if activated it repetitively goes back to the main page with all data as if the submit button is erring out. This is similar to the “safari” issue reported earlier this year where there is excess code causing it to not allowing the submissions to go through and it returns the user to the submission page.

    Naomi
    Participant

    I’m running WP 4.4.2 and Buddypress 2.5.2 on my site http://www.charlottemasoneducation.org

    I’d like to add the member’s city and state to the member profile page right where it says when their last activity was.

    I have added these fields in a theme-my-login-custom.php file in order for them to be part of the registration process to my private site which I’m using the TML plugin for.

    From reading other threads, it sounds like I need to edit the member-header.php file?

    Here is the section that I think I need to add code to. Can you please tell me what code I would need to add and where to add it in order to have those fields show up correctly?

    <?php endif; ?>
    
    	<span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
    
    	<?php do_action( 'bp_before_member_header_meta' ); ?>
    
    	<div id="item-meta">
    
    		<?php if ( bp_is_active( 'activity' ) ) : ?>
    
    			<div id="latest-update">
    
    				<?php bp_activity_latest_update( bp_displayed_user_id() ); ?>
    
    			</div>
    
    		<?php endif; ?>
    
    		<div id="item-buttons">
    
    			<?php do_action( 'bp_member_header_actions' ); ?>
    
    		</div><!-- #item-buttons -->
    
    		<?php
    		/***
    		 * If you'd like to show specific profile fields here use:
    		 * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
    		 */
    		 do_action( 'bp_profile_header_meta' );
    
    		 ?>
    
    	</div><!-- #item-meta -->
    
    </div><!-- #item-header-content -->
    
    <?php do_action( 'bp_after_member_header' ); ?>
    
    <?php do_action( 'template_notices' ); ?>
    #252246
    chrisf4s
    Participant

    Hello people,

    This is my first ever post and would be happy for a little help if possible? (please bare with me as I’m new to building websites)

    I recently changed my site into a multisite and ever since had a problem when users register. I have 3 dashboards – network admin and then one each for the sites.
    When users register they no longer receive an automated email to activate their account and admin no longer receives an email to advise a new user has registered. They show in network admin ‘users’ but don’t show in either of the sites. The only way for me to know if there is a new user is for me to check the ‘pending’ in network admin – users.
    I’m not 100% sure that this is since the multisite was added but I think it is. How can I get my site back to how members registered before (activation email/admin notification email/)

    My site is http://www.fit4site.co.uk
    Using – wordpress 4.3.3
    Boss 1.1.9 theme

    Please advise if I have missed any info

    Thanks in advance

    #252205
    concoa
    Participant

    UPDATE:
    I deleted all BP files and the plugin and did a reinstall.

    PROBLEM #1)
    I am still having trouble with the Register page. I do not know what this error refers to:

    displays an error message:
    “Profile Details
    Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/28/2853428/html/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php on line 649”

    Line 649 is:
    $fields[ $key ]->visibility_level = $field_visibility;

    PROBLEM #2)
    Registration submission is now working, but an auto response email is being sent. Is there something in BuddyPress (or WordPress) to disable this? I’m getting an email saying:
    Hi test4,
    Thanks for registering!

    To complete the activation of your account, go to the following link: http://blahblahblah.com/activate/ef23a0f24958c3a125917f7e3bac95f8/

    I’m using s2Member to allow admin approval of registrations. This email needs to be removed. Thx.

    concoa
    Participant

    OVERVIEW OF SETUP:
    I have Extended Profiles enabled.
    In Users/Profile Fields, I have a “test” field in the primary tab.
    I have a second Field Group with another “test” field.
    I also have s2Member Pro installed with profile fields setup there.

    REGISTER PAGE NOT WORKING CORRECTLY:
    It displays the first Field Group with the first test field.
    It displays the s2Member profile fields.
    NONE of the BuddyPress second Field Group is displayed.
    Instead, it displays an error message:
    “Profile Details
    Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/28/2853428/html/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php on line 649”

    Line 649 is:
    $fields[ $key ]->visibility_level = $field_visibility;

    AND !! Hitting the submit button (Complete Signup Now) is not completing the registration.

    S2Member is trying to help, but they now state this is a BuddyPress issue. I also note that when I make Admin edits to User Profiles sometimes new fields appear from seemingly nowhere. For example, I have had approximately 10 fields requiring First Name appear in the Primary tab even before s2Member was installed.

    ANY HELP? I am not a programmer and this is beyond my expertise.

    ma3ry
    Participant

    I am trying to integrate eMember Registration with BuddyPress Extended Profiles.

    I created a page at https://christiangays.com/edit-profile/ with shortcode [bp_profile_edit_url]
    I have also installed BP Profile Shortcodes plugin

    The page shows:

    Edit Profile
    https://christiangays.com/members/mary/edit

    What I want it to show is the actual Edit Page, not a link to the edit page.

    Can you tell me please how I accomplish this.
    Thank you.

    damagomez
    Participant

    Hello, im having problems with the registration and activity pages on my website, im new at this, so i dont know if i’ve made a mistake and where i might have made it…

    I installed buddypress through wordpress plug-in search engine, and then went to settings and set up everything as i wanted, edited the profile fields as i needed, and then when i tried to visit the pages i only get the title of the page and the rest is blank, as if it where a normal page.

    I’ve been searching different forums about people having the same problem, but i haven’t been able to find a solution, they’ve either been posted a lot of years ago, or they just say solved and do not share how they solved it.
    If anyone can help, i will appreciate it a lot!!

    I have read the codex as many suggested, but it did not help because i did everything as it indicate to do it.
    I created the register and activate page and then assigned them under Settings/Buddypress/Pages, how the codex indicates so. (i did not edit in any way the pages, i only created and assigned them.
    I made sure that in Settings/General under membership the “anyone can register” is checked.
    I’ve checked if the register.php and activate.php files do exist.
    I read that it might be a bug, so i tried uninstalling this version (V2.5.2) and installing V2.5.1 and V2.3.5, just in case that would fix it…

    I truly don’t know what else to do.
    Its my first website and i do not know a lot of coding, im learning as i go.
    Could it be a bug in the plug-in? if so… how can i fix it?

    Just in case it helps, my host company is hostgator, WordPress is updated to the lates version, so is buddypress.

    I have the following plug-ins installed (i know they are a lot, but since i do not know how to code, i sort of need them…) :

    Admin Custom Login
    Black Studio TinyMCE Widget
    Black Studio Touch Dropdown Menu
    BP Registration Options
    BuddyPress
    BuddyPress Cover Photo
    BulletProof Security
    Confirm User Registration
    Contact Form 7
    Duplicate Post
    Hide Admin Bar From Non-admins
    Lightbox Plus Colorbox
    Meta Slider
    No Right Click Images Plugin
    Page Builder by SiteOrigin
    PMPro KISSmetrics
    Polylang
    Protect My Contents
    Quick Page/Post Redirect Plugin
    SB Welcome Email Editor
    SiteOrigin Widgets Bundle
    Spacer
    Title Remover
    Wordfence Security
    WordPress Access Control
    WP Bouncer
    WP Maintenance Mode

    Thanks in advance for your help!

    #252145
    kubaslexus
    Participant

    Hi, please tell me is it possible for buddypress to do the tender area.
    there will be 2 types of users customers and suppliers
    the blog format reminds the customer fills out the form and she flies to a common base
    there, all registered users can view and filter the current proposals and suggest your own pictures
    in the personal Cabinet accordingly the customer will be able to see their bids and the responses to them. the way I see it in the response should reflect information about potential suppliers which is synced from their questionnaires they fill in at registration

    each individual lot call it so (in total there are two categories of mirrors and lamps) has no price, that price is formed by the proposals of potential contractors. on the page with all the proposals should reflect the lowest price. in the personal area the customer will see all offers
    is it possible to do with buddypress?

    #252092
    manigopal
    Participant

    at normal wp-admin / registration it works but only while trying to register via buddypress its not working ie no email for user registration and even activation also.

    #252084
    manigopal
    Participant

    normal wordpress user registration working fine only buddypress registration is not working have a look into it.

    Thanks

    #252083
    manigopal
    Participant

    Hi,
    Still the email notification for user registration not got fixed. I dont get any emails for user registration.

    #252077
    Ike Ten
    Participant

    Hi @ch1n3s3b0y @jokyfoot @ksimpson1986 @ksimpson1986 ,

    I think I found something something close.

    A free plugin called ‘Conditional Profile Fields for BuddyPress’ on buddydev.com/
    It allows you to set conditions for profile field so each user has a different set of fields based on their previous answer or input.

    Plugin Link: http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/

    It does it by hiding or showing fields based on specific answer given. The great thing here is that you now have to use just one dynamic registration form for all user types or groups.

    Use this tutorial for a better understanding how the plugin works http://wptavern.com/new-plugin-adds-conditional-profile-fields-to-buddypress/

    I hope it helps.

    #251970
    valuser
    Participant

    The second ask — i can’t usefully contribute!

    for the first ask

    Assuming your new user fills in her/his profile fields on registration

    Something like the following MIGHT work.

    On FIRST login a user is redirected to say .$user -> user_login.’/profile/change-avatar/’;

    then add something like this to the functions.php file of your theme

    function alaiam(){
    
    global $current_user, $wpdb, $bp;
    
    get_currentuserinfo();
    
    $user_id = get_current_user_id();
    
    $firstname = xprofile_get_field_data( "First Name" ,$user_id);
    update_user_meta( $user_id, 'first_name', $firstname);
    
    $lastname = xprofile_get_field_data( "Last Name" ,$user_id);
    update_user_meta( $user_id, 'last_name',$lastname);
    
    $gender= xprofile_get_field_data( "Gender" ,$user_id);
    update_user_meta( $user_id, 'gender',$gender);
    
    $xdob= xprofile_get_field_data( "Date of Birth" ,$user_id);
    update_user_meta( $user_id, 'dob',$xdob);
    
    /*and so on.........*/
    
    add_action('bp_before_profile_avatar_upload_content', 'alaiam', 10, 0);
    #251952
    berkelmudez
    Participant

    @davbot How you found a way to fix this? I use ‘Easy WP SMTP’ which perfectly sends emails from WordPress and BBpress as well but not Buddypress, which doesn’t send registration emails or any type of Buddypress action. Seems like it’s ignoring my my smtp plugin as well.

    #251935
    Henry Wright
    Moderator

    You could add the field to the “Base” group and then it’ll display on the registration form.

    redokodesign
    Participant

    Hi everyone,

    A coupel of weeks ago I updated Buddypress, added Wordfence and also Jetpack (a sister site suffered an attack so these measures were added for extra security).

    Since then the regular WordPress emails (registration, lost password etc.) all send fine, as do BPpress forum emails, but none of the Buddypress emails – i.e. the emails with templates found in dashboard > emails – send any more.

    We’re running: Buddypress Version 2.5.1, WordPress 4.4.2 running Kleo Child theme.

    We use an SMTP plugin which has always worked great. The test email from this plugin sends fine too.

    I installed the BP email debug plugin as recommended in other posts by Paul Gibbs (thank you Paul!) – I’ll post the first part of the results below. The rest has lots of personal info – email addresses, passwords etc. so if anyone can suggest a safe way of sharing this that would be great.

    Huge thanks in advance to anyone who can help. Unfortunately I’m not permitted to post a link to the site as it’s a secure and locked down site with lots of active users.

    Debug email content:

    SMTP Error: data not accepted.

    BP_Email Object
    (
    [bcc:protected] => Array
    (
    )

    [cc:protected] => Array
    (
    )

    [content_html:protected] => {{sender.name}} sent you a new message: "{{usersubject}}"

    #251880
    concoa
    Participant

    I’m new and getting really frustrated. I have BuddyPress and WooCommerce installed in WP with extended profiles enabled. Part of the site is open to the public whereas a large part needs to be restricted to registered members AFTER admin approval. I need potential members to utilize front-end registration and only access front-end pages/posts. I’ve got that working with plugins.

    I just can’t get the registration process figured out so that admin’s moderate new users before they access the restricted areas. I have tried several plug-ins. First of all, I don’t know if I’m looking for a WP plugin or a BP plugin. I assumed a WP plugin, but it appears that BP controls the defaults.

    Any help? Please!

    delfindelfin
    Participant

    Hi, I am new on this, I am using a custom theme on wordpress that I did. I would like to have a register page for users but I am not sure if I can do this in similar way of WordPress functions (like the_content(), the_excerpt(), comments_template() … etc). Thanks in advance, I use BuddyPress 2.5.1 and wordpress 4.4.2

    #251810
    nasch70
    Participant

    Hi!

    I’m currently running latest wordpress and buddypress version, both in german.
    I realized that some sentences are still in english though.
    For example the text in the registration e-mail:
    “Thanks for registering!
    To complete the activation of your account, go to the following link:”

    I checked the german translation .po file and found out that a proper transaltion for that text is actually there. But the german text isn’t shown.

    Best ragards

Viewing 25 results - 2,001 through 2,025 (of 7,642 total)
Skip to toolbar