With v5.6.6 you seem to have added a function to exclude certain usergroups from the user stats, if the new checkmark (hide members from users statistics) is set to ON in the admin panel for the usergroup.
I found the code at the end of sp-api-users.php
I was under the impression, that this checkmark would change the statistics display at the bottom of the forum in “sp_foot_desktop” and “sp_foot_mobile”:
“__sp(‘Member Stats: ‘), __sp(‘Members: %COUNT%’)”
Unfortunately, I cant see an effect after setting the checkmark for certain usergroups and saving. Even after some time there is no effect, the count above is still too high and still containing the usergroups I checked for exclusion.
Question:
Did I missunderstand the purpose of this new function?
If not and the count should change, what do I miss? I checked the “Reset” functions in the admin toolbox but found nothing that fits to “reset” the usercount.

