BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41353

    Resolved.

    Thank you!

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41343

    I found out something that might give an indication of where the problem is caused.

    In the mobile view / smartphone, the button labeling is not duplicated. only on larger screen sizes.

    Thank you for your efforts!

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41338

    Hello,

    I have exactly the same problem with moderation tools plugin and buddyx theme.

    Deactivating the activities module makes the whole report button disappear on my website.

    Is there any solution to this problem?

    Regards,
    Patrizia

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41214

    It works! You (and the author of the guide of course) totally saved my day.

    so awesome that it works now. never again unsuccessful attempts to explain the difference between usernames and nicename and displayname to an inexperienced user.

    thank you so much!

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41212

    unfortunately not on my site … complete registration button remains inactive …

    but it is good to read that the solution should still work. hope it will work on my side as soon as someone with a little more idea takes a look 🙂

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41210

    a copy of my private answer (no idea why I checked the private box …)

    ***
    Link to the registration form: https://staging-psycholol.kinsta.cloud/registrieren/

    Additional CSS

    form div.field_1 {
    	display:none !important;
    }
    #buddypress .standard-form  label[for="signup_password_confirm"],
    .register-section  #signup_password_confirm
    {
    	display:none !important;
    }

    added to BuddyX Version: 4.2.4 function.php

    function buddydev_inject_username_as_fullname() {
    	$_POST['field_1'] = $_POST['signup_username'];
    	// disable confirm password.
    	$_POST['signup_password_confirm'] = isset( $_POST['signup_password'] ) ? $_POST['signup_password'] : '';
    
    }
    • This reply was modified 2 years, 6 months ago by Psycho.
  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41208
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41040
    This reply has been marked as private.