This topic has 5 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #53805
     tdarnold
    Participant

    The total numbers of members being reports on the front end is not the same as what is on the back end. Its about double.

    Also wanting to remove the words “will be seen by everyone” on the registration page?

    New members are pending waiting to be activated. Not sure what that means.

    #54057
     Laura
    Moderator

    Hello, please add this to your functions.php in child theme

    COPY CODE
    
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    

    Now go to Users and activate them in “Pending”
    Go to Tools > Buddypress and check all options.

    Please share a link to your registration page 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #54256
     tdarnold
    Participant
    #54257
     tdarnold
    Participant

    I also need to add google translate to the very top. I did it once before but cant remember which file it goes in

    #54505
     tdarnold
    Participant

    The total numbers of members being reports on the front end is not the same as what is on the back end. Its about double.

    #54530
     Laura
    Moderator

    Hello, have you tried adding the function and going to tools > buddypress than check all options?
    I do not see the will be seen by everyone text now, i guess you resolved it 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?