Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 401 through 425 (of 7,641 total)
  • Author
    Search Results
  • #318588
    marketingfactor111
    Participant

    On our website we would like to create an area for members. After a request we have to check manually if we can accept the member. Is it possible to manage requests so that they are only activated after verification. So the email for registration is sent to the ineressent only when in the backend activate is clicked?

    Thank you for support

    myblackf150
    Participant

    Hello. I am using BuddyPress and there is a section where users can post YouTube videos.
    It just doesn’t look the same or appealing without thumbnails displayed by the title.
    Is there any way at all to make this work?
    I am using the BuddyPress Boss Theme and support said the only way I may be able to do this is to perhaps hire one of their developers.
    Geeze, I had paid enough.
    I just had to shell out to customize a registration form because there wasn’t a way provided to even change the background color of the page.

    I’d really appreciate it so much!

    Thank you!

    #318480
    pmanuel
    Participant
    if(isset($_GET['check'])) {
    $perso_id = $_POST['ida']." ".$_POST['idb']." ".$_POST['idc']." ".$_POST['idd'];
    //Oder:
    //$perso_id = "1234567891D 2345678 9012345 6"
    if(perso_checksum($perso_id)) {
    echo "Personalausweisnummer korrekt!";
    if(!perso_gueltig($perso_id)) {
    echo "<br> <b>Perso ist abgelaufen!</b>";
    }
    echo "<br><br> Daten der Ausweisnummer: <pre>";
    $data = perso_info($perso_id);
    print_r($data);
    echo "</pre>";
    //Zugriff z.B. so:
    //Alter: $data->alter;
    //Geburtsmonat: $data->geb->monat;
    //Ablauftag: $data->ablauf->tag;
    } else {
    echo "Personalausweisnummer falsch!<br><br>";
    }
    }

    how can i integrate this into the buddypress registration

    #318420
    foilerone
    Participant

    @vapvarun
    Thank you for looking into the topic and the hint with the plugin!

    The problem is, that there is no email sent, but even more strange, that there is not user account created. You can reach it on the following url: https://foilersworld.com/registrationfoilersworld/

    Any idea what else to check?

    foilerone
    Participant

    I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.

    There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.

    Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).

    Installation:
    Wordpress 5.7.1
    Theme: Twenty Seventeen Child Theme, but also ExS
    BuddyPress: Version 7.3.0

    THANK YOU FOR YOUR HELP

    #318233
    luuigi
    Participant

    I need to use form example “134234” like user name in a registration form

    #318182
    bibblybob
    Participant

    Hello All, I have 2 questions I’m wondering if anyone can help with.

    User Registration
    When a user tries to register, the password field already has a pw entered. Is there a reason this is happening? It didn’t use to happen in previous version of BuddyPress. I can’t imagine people would sign up with a password already in the password box, so I’m wondering what the point of this is:

    1) I’d consider it suspicious. I’d delete and put my own pw in.
    2) I’d have to remember a password generated by the site instead of my own password.
    3) It makes me think there’s some bug with the site. None of the big platforms has a pw already put in there for you to use.

    Is there a way to turn this automatic password generation off?

    Profile navigation
    With the new BuddyPress update, everyone’s profile now has an arrow on the left and right of the page, which directs you to another profile. Is there a way to turn this off, or do we need to use CSS (display: none;) to remove it?

    Thanks.

    #318161
    eddie
    Participant

    Good afternoon!
    With some of the updates, there was a problem with the registration page on the site.
    1. In the BuddyPress settings, the page I created for registration is selected in the “Pages” section. Everything used to work.
    2. There are plugins in collaboration with BuddyPress – BP Disable Activation Reloaded and Youzer. But when I deactivate them, the problem doesn’t go away. But when I deactivate BuddyPress, the problem with redirects disappears.
    3. Urls for site pages without “/”, i.e. site.com/post-name

    BuddyPress 7.3.0

    elliesatt
    Participant

    I am getting registration spam by the bucketloads and I’m not sure how to combat this effectively.

    What I’ve done/considered so far:

    • Activating Recaptcha v3 (done)
    • Hope that email activation weeds out some of the spammers
    • Googling has advised hiding /wp-login.php?action=register since many spambots target this, but I’ve not been able to do this successfully, BuddyPress seems to redirect this to its register page.

    I’d be super glad for any advice on:

    • Hiding /wp-login.php?action=register
    • Any other spam-killing things that I should be doing

    Thanks!

    Jade
    Participant

    WordPress Version 5.7
    BuddyPress Version 7.2.1

    Hi Team, I haven’t receive any confirmation email during registration. Please help! Thanks!

    #318049
    Varun Dubey
    Participant

    @epgb101 you can test https://wordpress.org/plugins/buddy-registration-widget/ it offers a shortcode for the register page, which can be used in plugin settings.

    In our next update, we are going to provide options to map any custom page to display restricted content which will give you better content over the content.

    #318036
    epgb101
    Participant

    Hello
    When I install that plugin (https://wordpress.org/plugins/lock-my-bp/) it works perfectly – except now, my existing buddypress registration and login (with custom signup questions) is now replaced by what looks like standard WP Login/Register fields.

    Q: how can I disable keep my original Login/Register signup page/fields?
    (I cannot see any shortcodes in my exiating BuddyPress register page to enter in lock-my-bp ‘Custom Form’ field – it’s blank)

    The page I need help with: https://www.101christianchat.com/members/

    #317870
    doctrpnyc
    Participant

    HELLO. I am using buddypress on beehive theme. In the registration page, the users are able to enter wrong email id and register. For example:

    The user can register with an email like this

    abcd@gail.com

    (note that gmail is mistyped as gail) still the buddypress accepts it.

    Can we change it? so that it accepts only vaild email domains.

    wholets
    Participant

    Hi, I dig so much but I could not find any solution for auto-generating nickname during registration. I want to hide this field and want it to be auto-generated by the system. Can you help me please

    #317708
    shendeluth
    Participant

    Hello,

    i need to allow logged users to use Register form. I know i can comment this code into bp-members/screens/register.php/bp_core_screen_signup() :

    if ( is_user_logged_in() ) {
    
    		$redirect_to = bp_is_component_front_page( 'register' )
    			? bp_get_members_directory_permalink()
    			: bp_get_root_domain();
    
    		/**
    		 * Filters the URL to redirect logged in users to when visiting registration page.
    		 *
    		 * @since 1.5.1
    		 *
    		 * @param string $redirect_to URL to redirect user to.
    		 */
    		bp_core_redirect( apply_filters( 'bp_loggedin_register_page_redirect_to', $redirect_to ) );
    
    		return;
    	}

    but i need to do this using another method to mantain this modification to future updates of plugin.

    Some way to do this?

    Thank you.

    #317667

    In reply to: Remove profile field

    Varun Dubey
    Participant

    @apr0424 https://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/
    Any field you will keep in the base profile group will display at registration from

    #317653
    apr0424
    Participant

    How can i remove a profile field i made for the registration form?

    shendeluth
    Participant

    Hello,

    I have modify registration form to allow user send data without activation email, because i need than registered user activation only allowed for our admin users. About this I have customize “Activation email” from Buddypress Email managing to have different message when some user send data to register, selecting the “Situation” associated to “register users trigger . But i need than this trigger send another email with register entered data to admin system email (i have resolve already how to capture this data to add into email ) . 2 emails sending the same time, one to user registered and another to system email.

    I do’nt know how do this because i don’t know how create new “situation” than to use system email to send this email. Now only i’m sending email to register user, and Buddypress Email management not allow to change this email. It’s diffuclt form me find how create new elements into “situation” list with this specific caracteristics to cerate new email entry to send admins.

    Some solution.

    I hope i have explain well and sorry for my english.

    Thank you!

    #317627
    jakub0ne
    Participant

    Hi,

    In by BuddyPress I notice that I have everywhere “Name” filed listed twice. So new user during the registration will see required filed Name… and again required field Name, then First Name and Last name.
    It looks ridiculous and looks like I can’t delete this field from the ‘profile fields’ page.

    Print screen

    #317564
    werny
    Participant

    I have the same problem.
    It worked fine and suddetly no registration form appears anymore.

    #317438

    In reply to: Registeration

    Varun Dubey
    Participant

    @kaptankaplan1, it does not look like the BuddyPress registration page.

    #317418
    honoluluman
    Participant

    Hello, on my website i am using only 3 buddypress pages -> Members page , Registration page, Activation page, and i have this installation https://prnt.sc/1003nc1

    I would like to remove all the following js and css that are running on all the pages of the site:

    wp-content/plugins/buddypress/bp-core/js/confirm.min.js
    wp-content/plugins/buddypress/bp-core/js/widget-members.min.js
    wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js
    wp-content/plugins/buddypress/bp-core/js/vendor/jquery-cookie.min.js
    wp-content/plugins/buddypress/bp-core/js/vendor/jquery-scroll-to.min.js

    and

    wp-content/plugins/buddypress/bp-members/css/blocks/member.min.css
    wp-content/plugins/buddypress/bp-members/css/blocks/members.min.css

    and just keep them on those 3 pages for logged out users.
    I know that i could use a statement like if ( !is_user_logged_in() ) but i dont know the handlers for those js and css and i dont know how would be the process to deregister / enqueue them.

    I think the members page and subpages can be declared with bp_is_my_profile() ?

    I am sorry for the luck of knowledge but i am still new and learning on those stuff.

    Any help please would be appriciated. thank you πŸ™‚

    #317414
    lanvalencia
    Participant

    Did you want to know if the BP registration option, BP profile search and Buddypress multilingual plugins are compatible with the wpml language plugin?
    I have last verion of wordpress and buddypress.
    My site is https://satisfyu.com

    #317405
    r083r7
    Participant

    Ohh hello @wbcomdesigns – I’m actually using your theme REIGN. Here is the screenshot for the Registration page with the sidebar options enabled, but they’re still not showing up. They are showing up on all other pages, however.

    https://monosnap.com/file/epvuB6Adml9YDiVi1x2y9Tl1p5TFrp

    #317398
    Varun Dubey
    Participant
Viewing 25 results - 401 through 425 (of 7,641 total)
Skip to toolbar