This topic has 5 replies, 2 voices, and was last updated 9 years by xamoth.

  • Author
  • #46671
     xamoth
    Participant

    Hi, Even if new members register, members number and list do not update on main page or members page. Can you help me fix that on segtaaba.net

    #47053
     Laura
    Moderator

    Hello, add this to 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"));
    }
    

    Users by default appear in member list after first login, this plugin will activate them once registered. Just go to Tools > Buddypress and check all tools

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #47096
     xamoth
    Participant

    Done but not working enven if i purge all cache systems.

    #47147
     Laura
    Moderator

    Hello, have you checked repair last activity, recount members and other tools in Tools > Buddypress?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #47218
     xamoth
    Participant

    checked and rechecked but not working

    #47349
     xamoth
    Participant

    Please help me fix this asap. i’m about to launch this online service

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?