This project is not covered by Drupal’s security advisory policy.

OG SimpleStats provides some basic group statistics including total post count, total member count, and total comment count (coming soon). This module is meant as a lightweight alternative to OG Statistics. OG Statistics also has not released a Drupal 7 port yet, so this module serves those sites looking for basic group statistics.

This module is also attempts to provide these statistics without storing the data in a new schema. Organic Groups provides most of this data in the og_membership table so a simple / single query can gather this.

Main Features

  • Provides a Total Posts (extra field) on all group bundles. This can be rendered directly on the node/entity.
  • Provides a Total Members (extra field) on all group bundles. This can be rendered directly on the node/entity.
  • Provides a Views field handler for both Total Posts and Total Members.

Planned Features

Comment (count, etc.) related statistics.

Configuration

Display or hide the SimpleStats on a group node's manage display screen (e.g. admin/structure/types/manage/group/display).

Recommendations

Apply the patch from http://www.drupal.org/node/1256368.
When enabling modules that use hook_field_extra_fields, those extra fields automatically get added as visible to node displays. This patch allows them to initially be disabled.

Maintainers

Craig Aschbrenner (uid: 246322) (http://foggyperspective.com)

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • caution No further development
    No longer developed by its maintainers.
  • Module categories: Integrations
  • chart icon25 sites report using this module
  • Created by caschbre on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases