You are here

Functions in User Stats 5

Primary tabs

Namesort descending Location Description Direct uses Strings
user_stats_action_info ./user_stats.module Implementation of hook_action_info().
user_stats_action_post_count_decrement ./user_stats.module hook_action_info() callback
user_stats_action_post_count_increment ./user_stats.module hook_action_info() callback
user_stats_action_post_count_reset ./user_stats.module hook_action_info() callback
user_stats_admin_settings ./user_stats.module Implementation of hook_settings(). 1
user_stats_admin_settings_validate ./user_stats.module Validate callback.
user_stats_comment ./user_stats.module Implementation of hook_comment().
user_stats_cron ./user_stats.module Implementation of hook_cron().
user_stats_event_info ./user_stats.module Implementation of hook_event_info().
user_stats_form_alter ./user_stats.module Implementation of hook_form_alter().
user_stats_get_stats ./user_stats.module Returns user stats. 2
user_stats_install ./user_stats.install Implementation of hook_install().
user_stats_ip_address_update ./user_stats.module Manage the IP address of a given user. 3
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_update ./user_stats.module Manage the post count of a given user. 7
user_stats_preprocess_author_pane ./user_stats.module Implementation of hook_preprocess_author_pane(). A preprocess function for the author pane used by Advanced Forum and Advanced Profile Kit.
user_stats_reset_counts ./user_stats.module Resets statistics. Full stop. 3
user_stats_reset_login_count ./user_stats.module Reset login count handler. 1
user_stats_reset_post_count ./user_stats.module Reset post count handler. 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_1 ./user_stats.install Implementation of hook_update()
user_stats_update_2 ./user_stats.install Implementation of hook_update()
user_stats_update_3 ./user_stats.install Implementation of hook_update()
user_stats_update_4 ./user_stats.install Implementation of hook_update()
user_stats_update_5 ./user_stats.install Implementation of hook_update().
user_stats_user ./user_stats.module Implementation of hook_user().
user_stats_user_load ./user_stats.module Loads a user object. If possible this saves some memory and SQL overhead by only loading what's needed. 4
_user_stats_last_post ./user_stats.module Helper function to get the last post created by the user. 1
_user_stats_user_cache ./user_stats.module User cache for optimisation, this needs to be a seperate function so cache can be flushed by user_stats_post_count_update below (and possibly other places). 2

Other projects