au / views_counter
Provides a view counter system that may be include automatically for any entities, based on subtypes, that follow some specific elgg patterns that comes from the elgg_view_entity() function
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 3
Open Issues: 4
Type:elgg-plugin
Requires
- php: >=5.4
- composer/installers: >=1.0.8
This package is auto-updated.
Last update: 2024-10-29 04:04:02 UTC
README
Features
- Log number of entity views per user
- Keep a detailed log of entity views
Notes
- View counting can be enabled for an entity type programatically with
add_views_counter()
. Plugin settings will be updated automatically. - Counter will be added to the full entity listing automatically for enabled entity types.