-
Author
-
September 6, 2016 at 15:13 #135096
sermsak
ParticipantHello support team, After i ‘ve update to Kleo 4.1.3 , And i’ve member more than 2 million.But members page not display my members. Please help
September 6, 2016 at 18:33 #135149Radu
ModeratorHi,
They are fake members right ?
Try to use this function
COPY CODEadd_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")); }
But if you have 2 millions users it will take a while… to process this
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2016 at 20:32 #135329sermsak
ParticipantHello Radu, I should to add this function to Theme/Kleo-child/function.php Right ?
September 8, 2016 at 18:45 #135464Radu
Moderatoryes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 8, 2016 at 19:14 #135472sermsak
ParticipantHello Radu, They are not fake members but i’ve fresh import from my affiliate. Now, after i’ve log in by few member and members display again.the issue resolved. Thank you
I should to delete the function above or not ? Thank you
September 8, 2016 at 19:44 #135493Radu
ModeratorComment with two slasshes // the add action the function will not be runed by the action
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 9, 2016 at 20:09 #135640sermsak
ParticipantHello Radu, Now the members page it’s display only 3 members when select, Order By-Last Active and Newest Registered. But when select Order By-Alphabitical it’s display all 2,165,265 members. Please help
September 9, 2016 at 20:11 #135642sermsak
ParticipantSorry, For more information. I’m still keep your function suggest above.
September 12, 2016 at 17:00 #135810Radu
ModeratorIn this case use that function all time
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.