You are here

Functions in User Stats 6

Primary tabs

Namesort descending Location Description Direct uses Strings
custom_count_1_callback ./user_stats.api.php 1
custom_count_2_callback ./user_stats.api.php 1
hook_default_user_stats ./user_stats.api.php Aggregates list of all custom user statistics
user_stats_action_info ./user_stats.module Implementation of hook_action_info().
user_stats_admin_settings ./user_stats.admin.inc Implementation of hook_settings(). 1
user_stats_author_pane_allow_preprocess_disable ./user_stats.author-pane.inc Implementation of hook_author_pane_allow_preprocess_disable().
user_stats_cache_get ./user_stats.module Return data from the non-persistent User Stats cache. Single values are returned according to type of statistic and unique user id. 1
user_stats_cache_set ./user_stats.module Store a value in the non-persistent User Stats cache. 5
user_stats_comment ./user_stats.module Implementation of hook_comment().
user_stats_cron ./user_stats.module Implementation of hook_cron().
user_stats_events_argument_day_older ./user_stats.rules.inc Handler to load number of days user has been registered on event. 1
user_stats_events_argument_user ./user_stats.rules.inc Handler to load user object on event. 1
user_stats_get_stats ./user_stats.module Returns user stats. 5
user_stats_install ./user_stats.install Implementation of hook_install().
user_stats_ip_address_update ./user_stats.module Update the IP address of a given user. 3
user_stats_isset ./user_stats.module Checks whether a statistic is set for a given user. 3
user_stats_login_count_reset_action ./user_stats.module Implementation of a Drupal action. Resets a user's login count.
user_stats_login_count_update ./user_stats.module Manage the login count of a given user. 2
user_stats_menu ./user_stats.module Implementation of hook_menu().
user_stats_nodeapi ./user_stats.module Implementation of hook_nodeapi().
user_stats_perm ./user_stats.module Implementation of hook_perm().
user_stats_post_count_reset_action ./user_stats.module Implementation of a Drupal action. Resets a user's post count.
user_stats_post_count_update ./user_stats.module Manage the post count of a given user. 5
user_stats_preprocess_author_pane ./user_stats.author-pane.inc Implementation of hook_preprocess_author_pane().
user_stats_reset_counts ./user_stats.module Resets statistics. Full stop. 3
user_stats_reset_login_count ./user_stats.admin.inc Reset login count handler. 2
user_stats_reset_post_count ./user_stats.admin.inc Reset post count handler. 2
user_stats_rules_events_arguments ./user_stats.rules.inc Defines arguments for user_stats_rules_event_info(). 2
user_stats_rules_events_arguments_day_older ./user_stats.rules.inc Defines arguments for user_stats_rules_event_info(). 1
user_stats_rules_event_info ./user_stats.rules.inc Implementation of hook_rules_event_info().
user_stats_schema ./user_stats.install Implementation of hook_schema().
user_stats_settings_change ./user_stats.admin.inc Settings change callback. TODO: make this check a setting has been changed before resetting counts. 1
user_stats_token_list ./user_stats.module Implementation of hook_token_list().
user_stats_token_values ./user_stats.module Implementation of hook_token_values().
user_stats_uninstall ./user_stats.install Implementation of hook_uninstall().
user_stats_update_6100 ./user_stats.install Implementation of hook_update_N().
user_stats_update_6101 ./user_stats.install Implementation of hook_update_N().
user_stats_update_6102 ./user_stats.install Implementation of hook_update_N(). Expands the width of the field table to 40.
user_stats_user ./user_stats.module Implementation of hook_user().
user_stats_user_stats ./user_stats.module Implementation of hook_user_stats().
user_stats_views_api ./user_stats.module Implementation of hook_views_api().
user_stats_views_data views/user_stats.views.inc Implementation of hook_views_data().
user_stats_views_default_views views/user_stats.views_default.inc Implementation of hook_views_default_views().
user_stats_views_handlers views/user_stats.views.inc Implementation of hook_views_handlers().
_user_stats_last_post ./user_stats.module Helper function to get the last post created by the user. 1

Other projects