This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #113423
     doceconquista
    Participant

    hello, I’m picking up people from my old site of relationship, and, by registering on my new site in wp, http://www.doceconquista.com old site, the new site http://www.doceconquista.com/SITENOVO but I’m plumb enrolling members and going admin and activating them direct account admin, more account of established members not appear on my site and admin they are active., another thing also, I did a test has reached the right email to me, I clicked it seemed that my account was active over not appear on the site, the total number of members, have more than 50 menbros register on the site and active and appears only four people know someone tell me why this, des I thank you!

    else does anyone know how do I translate into Portuguese, the record there at home, have the print attached ..

    Attachments:
    You must be logged in to view attached files.
    #113591
     Radu
    Moderator

    Hi,

    Add this snippet to your child theme functions.php

    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"));
    }
    function make_user_active( $user_id ) {
    	bp_update_user_last_activity( $user_id );
    }
    add_action ('user_register', 'make_user_active', 1, 11);

    Let me know

    Cheers

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

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

Log in with your credentials

Forgot your details?