I read the 10 on the members admin dashboard even though it. Shows the profiles of the real number 4 in other words it’s only showing the incorrect number 10 on the members count on the dashboard top area. Not with a shortage just the admin.
I have 10 members listed on the dashboard.
4 on the list of profile management area with the edit or delete…etc
The dashboard area should correspond with the actual number which is 4 not 10
Hi,
I have 10 members listed on the dashboard
I don’t understand your response. If you have 10 listed members in Rencontre/members, why do you want to have a count of 4 ?
The code works like that :
$wpdb->get_var("SELECT COUNT(*) FROM ".$wpdb->prefix."rencontre_users");
If you have 10 persons in Rencontre DB, the count is 10 with or without filled profile. That’s all !
The extra 6 are not deleted profiles. The deleted profiles are not in DB.
Regards,
The actual real number of member profiles is 4 the register/member dashboard lists 10 members
The actual count of members indicated on the admin dashboard with profile pics, flag,country,gender etc is 4 which is correct.
The discrepancy is on top of the dashboard where the member count is listed at 10
I just want the member count to sync to the actual number which is 4.
Hi,
I understand that you have only 4 lines listed in Rencontre / Membres, 4 lines that start with an ID. Not 10 lines. That’s right ?
In that case, I don’t know why you have a count with 10. May be duplicate account ?
If you have 10 lines (with ID), with or without flag… the count should be 10, not 4.
Regards,
Thanks will look into myphp and see if I can locate the discrepancy.