MRaburn
Active member
Hey guys,
Been digging around for a while and maybe someone here knows the answer. I am pruning/moderating our user avatars. We have 170k users and basically only about 5% have avatars that need to be looked at and moderated. Currently this is very painful for obvious reasons.
Is there a way to pass a Criteria in the URL to only return users that DO have an Avatar?
I know there is this:
/admin.php?users/list&criteria[xxx][x]=x
I just do not know if there is one that will check the $user['avatar_date'] or $user['gravatar'] to see if Not Empty.
Thanks for any tips! Would save me about 30 hours of work.
Been digging around for a while and maybe someone here knows the answer. I am pruning/moderating our user avatars. We have 170k users and basically only about 5% have avatars that need to be looked at and moderated. Currently this is very painful for obvious reasons.
Is there a way to pass a Criteria in the URL to only return users that DO have an Avatar?
I know there is this:
/admin.php?users/list&criteria[xxx][x]=x
I just do not know if there is one that will check the $user['avatar_date'] or $user['gravatar'] to see if Not Empty.
Thanks for any tips! Would save me about 30 hours of work.