You are here

Functions in Invite 5

Primary tabs

Namesort descending Location Description Direct uses Strings
invite_action ./invite.module Menu callback; handle incoming requests for accepting an invite. 1
invite_block ./invite.module Implementation of hook_block().
invite_cancel_account_invite ./invite_cancel_account.module Implementation of hook_invite().
invite_cron ./invite.module Implementation of hook_cron().
invite_delete ./invite.module Menu callback; display confirm form to delete an invitation. 1
invite_delete_submit ./invite.module Submit handler to delete an invitation.
invite_disable ./invite.module Implementation of hook_disable().
invite_form ./invite.module Generate the invite form. 2
invite_form_alter ./invite.module Implementation of hook_form_alter().
invite_form_submit ./invite.module Forms API callback; processes the incoming form data.
invite_form_validate ./invite.module Forms API callback; validates the incoming form data.
invite_get_subject ./invite.module Return the invite e-mail subject. 2
invite_help ./invite.module Implementation of hook_help().
invite_install ./invite.install Install the initial schema.
invite_load ./invite.module Load an invite record for a tracking code. 5
invite_load_from_session ./invite.module Returns an invite record from an invite code stored in the user's session. 2
invite_max_invites ./invite.module Return max number of invites a user may send. 1
invite_menu ./invite.module Implementation of hook_menu().
invite_overview ./invite.module Menu callback; display an overview of sent invitations. 1
invite_perm ./invite.module Implementation of hook_perm().
invite_regcode ./invite.module Creates a unique tracking code. 1
invite_save ./invite.module Save an invite to the database. 1
invite_send_invite ./invite.module Sends an invite to the specified e-mail address. 1
invite_settings ./invite.module Menu callback; display invite settings form. 1
invite_stats ./invite_stats.module Return counts of successful/pending/unsuccessful invitations. 1
invite_stats_block ./invite_stats.module Implementation of hook_block().
invite_stats_display_top_inviters ./invite_stats.module Render the "Top inviters" block. 1
invite_stats_display_user_rank ./invite_stats.module Render the displayed user's rank block. 1
invite_stats_perm ./invite_stats.module Implementation of hook_perm().
invite_stats_user ./invite_stats.module Implementation of hook_user().
invite_token_list ./invite.module Implementation of hook_token_list().
invite_token_values ./invite.module Implementation of hook_token_values().
invite_uninstall ./invite.install Implementation of hook_uninstall().
invite_update_1 ./invite.install
invite_update_10 ./invite.install Update tokens for security.
invite_update_11 ./invite.install Add track permission to all roles that currently have send permission.
invite_update_2 ./invite.install Drop duplicate index on reg_code. Add index for uid.
invite_update_3 ./invite.install Clean up invites originating from deleted users.
invite_update_4 ./invite.install Add notification after an invited user registers.
invite_update_5 ./invite.install Save invite message text.
invite_update_6 ./invite.install Clean up invitations of deleted users.
invite_update_7 ./invite.install Switch to token.module.
invite_update_8 ./invite.install Change message to a generic data column and convert existing messages.
invite_update_9 ./invite.install Update limit and move some settings to the premissions table.
invite_user ./invite.module Implementation of hook_user().
theme_invite_form ./invite.module Theme function for the invite form.
theme_invite_overview ./invite.module Theme function; display the invite overview table.
theme_invite_stats_count ./invite_stats.module Theme an invite count.
theme_invite_stats_ranking ./invite_stats.module Theme the Top inviters/user rank block.
theme_invite_token_help ./invite_token.inc For a given context, builds a formatted list of tokens and descriptions of their replacement values.

Pages

Other projects