statistics block

  1. Alpha1

    Member count settings: count bounced state users as members

    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...
  2. Freelancer

    Fixed Statistics block widget(s) should not be shown on forum home if permissions do not allow

    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.
  3. DragonFlames

    Lack of interest Add total views to statistics block

    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...
Back
Top Bottom