Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,976 through 2,000 (of 7,642 total)
  • Author
    Search Results
  • #252973

    In reply to: activation email etc

    sharmavishal
    Participant

    googling “buddypress approve new users” helps before posting to the forum

    https://wordpress.org/plugins/bp-registration-options/

    #252951
    Glenn
    Participant

    DanBP, those two links are specifically about assigning NEW users on registration – i’m not so sure that the poster was strictly referring to NEW users. so to ridicule @venutius for ‘hijacking’ is pretty unprofessional, in my eyes.

    so you didn’t in any way answer the post query.


    @venutius
    , don’t apologize.

    #252941
    consultant1027
    Participant

    Running latest version of WP. Using Divi Theme with Divi Builder. Intalled Buddy Press. Created New Page “Register” Went into Settings > General and checked box for ‘anyone can register’ Went into BuddyPress pages setting and for register selected register page. Added page to menu. Page has no registration form!

    #252936
    manjushaa123
    Participant

    This works perfectly! Only one issue…. the link given to the “TOS” opens in a the same window as the registration form. I tried adding target=’_blank’ , but this part of the code gets stripped off. Any suggestions?

    #252934
    kaspergodowsky
    Participant

    Hi,

    when a new user registres they get an activation mail so they can activate the account.

    What I want is, that new users only get an mail when they have been approved (activated) by admin.

    So the flow I want is, – user registres – admin get a notice about new user registration – admin approves – new user gets an email saying that he/she has been approved.

    How do I do this????

    Br

    KasperGodowsky

    #252926
    Jeff
    Participant

    I have a chance to use a third-party plugin for allowing users to “Like” activity entries. I need to first disable or hide the existing “Like” functionality. Is there a setting for this?

    Plugins:
    Akismet (3.1.10) by Automattic
    Awesome Support (3.2.9) by ThemeAvenue
    bbPress (2.5.8) by The bbPress Community
    BuddyBoss Inbox (1.0.4) by BuddyBoss
    BuddyBoss Media (3.1.9) by BuddyBoss
    BuddyBoss Reply by Email (1.0.2) by BuddyBoss
    BuddyBoss Wall (1.2.7) by BuddyBoss
    BuddyPress (2.5.2) by The BuddyPress Community
    BuddyPress Edit Activity (1.0.7) by BuddyBoss
    BuddyPress Xprofile Custom Fields Type (2.4.6) by donmik
    Gravity Forms (1.9.18) by rocketgenius
    Gravity Forms Help Scout Add-On (1.3) by rocketgenius
    Gravity Forms Polls Add-On (3.0) by Rocketgenius
    Gravity Forms Survey Add-On (3.0) by Rocketgenius
    Gravity Forms Trello Add-On (1.0) by rocketgenius
    Gravity Forms User Registration Add-On (3.3) by rocketgenius
    Invite Anyone (1.3.10) by Boone Gorges
    Like Button Voting & Rating (2.1.9) by LikeBtn
    List Plugins (1.4.4) by SedLex
    Maintenance (2.7.1) by fruitfulcode
    Orbit (1.6) by TrueThemes
    POWr Social Feed (1.4) by POWr.io
    POWr Social Media Icons (1.4) by POWr.io
    Remove Dashboard Access (1.1.3) by Drew Jaynes (DrewAPicture)
    Subscribe To Comments (2.3) by Mark Jaquith
    TinyMCE Advanced (4.3.8) by Andrew Ozz
    User Role Editor (4.25.1) by Vladimir Garagulya
    WordPress Social Stream (1.5.15) by Lee Chestnutt
    WPBakery Visual Composer (4.11.2) by Michael M – WPBakery.com

    Thanks!

    BobSD99
    Participant

    I have created an extended profile field called “correspondence” with a checkbox data type, and the only option is “Subscribe to Free Newsletter.”

    It is showing up properly on the registration form, so when users come in, if they select it, their extended profile is reflecting the data. I’m trying to create a form and function to update this setting, and I’m having difficulty.

    My goal is to both understand the data storage and processes, as well as properly manipulate it. In PHPMyAdmin, in the table wp_bp_xprofile_fields, I see the fields:

    ID 307 “Correspondence”
    ID 315 “Subscribe to Free Newsletter”

    It appears BuddyPress is storing the user’s setting in the table wp_bp_xprofile_data. One user’s entry follows:

    id, field_id, user_id, value
    14828, 307, 15304, a:1:{i:0;s:28:”Subscribe to Free Newsletter”;}

    So I see the data has been serialized and stored as field_id 307. I can thus access this field with the following function:

    $data = xprofile_get_field_data( 307, $userID );
    
    echo var_dump($data) . "<br>\n"; 
    // array(1) {
    //   [0]=>
    //   string(28) "Subscribe to Free Newsletter"
    // }
    
    echo "Setting is $data[0]<br>\n"; // "Subscribe to Free Newsletter"

    So far, so good – I can test for this field. But when I try to update it, I’m running into trouble:

    xprofile_set_field_data( 307, $userID, "Subscribe to Newsletter Digest" );

    Contrary to expectations, this doesn’t seem to alter that field at all.

    I tried updating the value with an array:

    $new_value = array( 'Subscribe to Newsletter Digest' );
    xprofile_set_field_data( 307, $userID, $new_value );

    No change. What am I doing wrong here?

    #252917
    Naanad
    Participant
    sharmavishal
    Participant

    Have you looked at template hierarchy?

    Template Hierarchy

    Naomi
    Participant

    New members used to show up on activity feed, now they don’t. How can I get them to show up again?

    I’m using WP 4.5, Buddypress 2.5.2, and TML 6.4.4.

    Naomi
    Participant

    Because adding them as xprofile fields doesn’t add them to the TML registration page that I need to use. Have you looked at the TML instructions? I followed them exactly and they don’t use xprofile fields so it’s glitchy.

    #252856
    modemlooper
    Moderator

    Any profile fields you create in the admin that are in the first section are automatically added to the registration form.

    User Extended Profiles

    #252817
    fredgraver
    Participant

    Sure:

    bbPress
    BB Profile Search
    BB Registration Options
    BuddyPress
    BuddyPress Cover Photo
    BuddyPress Docs
    BuddyPress Group Email
    Fast Secure Contact Form
    K Elements
    NextGen Gallery
    NextGen Plus
    rtMedia for WordPress, BuddyPress and bbPress
    Sidekick
    Slider Revolution
    User Role Editor
    WP Smush Pro
    WP-DBManager
    WPBakery Visual Composer
    WPMU Dev Dashboard

    No Custom Code on there, just what comes with Kleo and WP.

    thanks!

    fred

    fredgraver
    Participant

    I updated to WP 4.5 and now BuddyPress is no longer working. Details:

    I am using wp 4.5, buddy press 2.5.2, kleo latest update.

    After logging in, the link to the buddy press area still brings users to the registration page. (Desired state: After login, link to the buddy press area goes to a welcome page for that area.)

    Any help would be greatly appreciated.

    fred graver

    gregsee
    Participant

    Hi folks,
    Running latest WordPress and Buddypress.
    How can I add BP profile fields to the Registration form. I dont want to use a new custom field in Profile. I want to include/use those that are aleady there in the BP profile.
    I dont need much, just Name, Website etc. but I would really like them required. Is there nowhere to easily edit the reg form?
    Thanks

    #252803
    Rapforthemoment
    Participant

    I have successfully removed the message from appearing in my backend by cutting out this code in wp-content/plugins/buddypress/bp-core/admin/:

    if ( !empty( $orphaned_components ) ) {
    		$admin_url = bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings' ), 'admin.php' ) );
    		$notice    = sprintf( __( 'The following active BuddyPress Components do not have associated WordPress Pages: %2$s. <a href="%1$s">Repair</a>', 'buddypress' ), esc_url( $admin_url ), '<strong>' . implode( '</strong>, <strong>', $orphaned_components ) . '</strong>' );
    
    		bp_core_add_admin_notice( $notice );
    	}

    So far there are no malfunctions and no drawbacks. The message is gone and everything appears normal. Seemed to do the trick. Now I can register users through my themes registration process and not have to worry about any Buddypress registration.

    #252788
    shanebp
    Moderator
    #252758
    Rapforthemoment
    Participant

    Hey Buddypress users. I have current version of WordPress and Buddypress (4/22/2016).

    I am trying to completely remove the need for Buddypress registration. Reason being, I have a theme that has its own registration process. With Buddypress registration, that makes it two completely different registration processes.

    I want to remove the need to have a Buddypress registration process completely. I have searched throughout your entire forum and I have tried everything. Nothing works. I continue to get the message “Missing buddpress register page. Repair.”

    telesemana
    Participant

    A while ago I created a field in my registration page called “country” so user in my buddy press install would write their country. That was really badly planned as people are writing their country name in different forms. I want now to replace that field with a dropdown menu and my question is: if a remove the existing field from the registration page, would I delete also all the information on the database? Many thanks.

    I am using the latest WordPress and buddypress versions.

    #252686
    Larenholtz
    Participant

    Trying to find where to edit the text above the fileds in create account page.

    Thank“s for help

    #252647
    jseitzer
    Participant

    Wordpress Version: 4.5
    BuddyPress Version 2.52
    X Theme

    I’m unsure what I am doing wrong. I am using the X Theme and also using Magic Members plugin. I was finally able to set up the Login and Registration Pages. I signed out and did a test on Registering for a Free account (I am setting up a membership site).

    I am able to Register okay but when I click Register it takes me to an Error Page. The same thing happens when I Login (I tried for the hell of it), I get an Error page. BUT, when I check my emails, I get a link to activate my account.

    So, it is registering the information but I’m unsure why I am not getting an Activation page and when I confirm the account, I get another Error page.

    I’m not sure if it’s my Theme, Magic members, BuddyPress (which I do not think it is), etc. If someone can at least direct me to what I may be doing wrong, I’d truly appreciate it! Thank you so much!

    #252592
    Leo
    Participant

    Hi,

    on the members page, there’s the line before the members loop:
    Viewing 1 – 24 of 29 members

    when the loop is sorted alphabetically, the number of users is 38 (the user count in my admin dashboard), when sorted by Last active or Newest Registered, the number of users is 29.
    I see, the 9 other users are Never active, so they only registered.

    1.) I wonder if my assumption is correct, so if a user makes an activity the number of last active and newest registered users will be increased by 1?

    2.) Is there a way to always show the actual number of users, no matter they made any activity or not?

    3.) In my registration form I have an obligatory profile field (Bio), so I want to make it so that when a user activates their account, an activity is made by them posting the content of their Bio field.
    I think this way Never active label will disappear and the number of users will always be the same regardless the sort options. Is this correct? please, advise.

    Thank you,
    Leo

    navinachettri
    Participant

    I want to set my registration page as my static home page. But if I make the registration page as static home page then, the registration fields stop to display. It somehow seems that as soon as i set registration page as static home page then register.php stops working. How do i get around this problem?

    #252542
    danbp
    Participant

    Hi,

    a simple, but raw solution would be to use CSS. Something like:

    #buddypress .standard-form #profile-details-section {
       float: left; 
       clear: left;
    }

    But it’s raw and probably need some adjustment with your theme, and some mobile devices detection rules.

    Another solution could be to use this premium plugin, by BuddyDev.

Viewing 25 results - 1,976 through 2,000 (of 7,642 total)
Skip to toolbar