You are here

Functions in Invite 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
invite_accept ./invite.module Set an invitation's status to accepted. 1
invite_admin_details ./invite.module Menu callback; return a list of invites by a user. 1
invite_admin_details_filter_form ./invite_admin.inc 1
invite_admin_filter_form ./invite_admin.inc Creates the user filter form for the admin overview. 1
invite_admin_filter_form_submit ./invite_admin.inc
invite_admin_overview ./invite.module Menu callback; return a list of all users that have invited someone. 1
invite_block ./invite.module Implementation of hook_block().
invite_block_form ./invite.module Generate the invite block form. 1
invite_cancel ./invite.module Menu callback; display confirm form to delete an invitation. 1
invite_cancel_account_invite ./invite_cancel_account.module Implementation of hook_invite().
invite_cancel_submit ./invite.module Submit handler to delete an invitation.
invite_controller ./invite.module Menu callback; handle incoming requests for accepting an invite. 1
invite_count ./invite.module Return count of successful, pending, or unsuccessful invitations. 2
invite_delete ./invite.module Physically delete all invites from and to a user. 1
invite_disable ./invite.module Implementation of hook_disable().
invite_form ./invite.module Generate the invite forms. 3
invite_form_alter ./invite.module Implementation of hook_form_alter().
invite_form_submit ./invite.module Forms API callback; process submitted form data.
invite_form_validate ./invite.module Forms API callback; validate submitted form data.
invite_generate_code ./invite.module Generates a unique tracking code. 1
invite_get_remaining_invites ./invite.module Calculate the remaining invites of a user. 2
invite_get_role_limit ./invite.module Calculate the max. number of invites based on a user's role. 1
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. 6
invite_load_from_session ./invite.module Returns an invite record from an invite code stored in the user's session. 2
invite_menu ./invite.module Implementation of hook_menu().
invite_notify ./invite.module Displays a notification message when an invited user has registered. 1
invite_page_form ./invite.module Generate the invite page form. 1
invite_perm ./invite.module Implementation of hook_perm().
invite_resend ./invite.module Menu callback; resend an expired invite. 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_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_token.inc Implementation of hook_token_list().
invite_token_values ./invite_token.inc 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_12 ./invite.install Change user_register value for enhanced compatibility with LoginToboggan.
invite_update_2 ./invite.install Drop duplicate index on reg_code. Add index for uid.
invite_update_200 ./invite.install 1. Allow multiple invitations for the same e-mail address. 2. Changed some column names to be more descriptive. 3. Added a column to flag canceled invites. 4. Added resent column.
invite_update_201 ./invite.install Revamped notification system.

Pages

Other projects