XF does not count all users as members. Users which do not have a valid user state are not counted as members. There is some logic to this, because it makes no sense to count users that have never completed registration or those who were rejected or disabled or awaiting approval. But it does not...
Even if the XFMG is not viewable to certain user groups per permission settings, the Statistics Widget Block in the Sidebar is still fully visible with all data. It should not be visible if the permission "View Media" is set to no.
Hi,
I suggest that something like this code below is added to the XFMG statistics block:
<dl class="ctrlUnit">
<dt>Total views:</dt>
<dd>{xen:number $xenCache.xengalleryStatisticsCache.totalviews_count}</dd>
</dl>
So we can show the total number of media views our XFMG installation has...