avatar_selection_config_form |
./avatar_selection.admin.inc |
Create the form structure for configuring the avatar module settings; seen
in the 'Configure' tab under the Avatar Selection administration page. |
|
2 |
avatar_selection_config_form_submit |
./avatar_selection.admin.inc |
Submit the settings form in the Avatar Selection administration page. |
|
|
avatar_selection_config_form_validate |
./avatar_selection.admin.inc |
Validate the submission. |
|
|
avatar_selection_delete_form_validate |
./avatar_selection.admin.inc |
Validate the submission. |
|
|
avatar_selection_edit_delete_form_submit |
./avatar_selection.admin.inc |
Submit the image list form in the Avatar Selection - 'Manage Avatars' page. |
|
1 |
avatar_selection_edit_form |
./avatar_selection.admin.inc |
Create the form structure for listing the avatars and managing them in the
'Manage Avatars' tab under the Avatar Selection administration page. |
|
2 |
avatar_selection_edit_list_form_submit |
./avatar_selection.admin.inc |
Submit the image list form in the Avatar Selection - 'Manage Avatars' page. |
|
1 |
avatar_selection_edit_update_form_submit |
./avatar_selection.admin.inc |
Submit the image list form in the Avatar Selection - 'Manage Avatars' page. |
|
1 |
avatar_selection_enable |
./avatar_selection.install |
Implements hook_enable(). |
|
|
avatar_selection_entity_presave |
./avatar_selection.module |
Implements hook_entity_presave(). |
|
|
avatar_selection_file_download |
./avatar_selection.module |
Implements hook_file_download(). |
|
|
avatar_selection_form_user_profile_form_alter |
./avatar_selection.module |
Implements hook_form_alter(). |
|
|
avatar_selection_form_user_register_form_alter |
./avatar_selection.module |
Implements hook_form_alter(). |
|
|
avatar_selection_get_random_image |
./avatar_selection.module |
Select a random avatar picture for a certain user. |
1 |
|
avatar_selection_handler_filter_role |
./avatar_selection.admin.inc |
Return a list of the existing roles. |
3 |
|
avatar_selection_help |
./avatar_selection.module |
Implements hook_help(). |
|
|
avatar_selection_image_delete |
./avatar_selection.admin.inc |
Delete the specified avatar image. |
2 |
|
avatar_selection_install |
./avatar_selection.install |
Implements hook_install(). |
|
|
avatar_selection_menu |
./avatar_selection.module |
Implements hook_menu(). |
|
|
avatar_selection_node_access |
./avatar_selection.module |
Implements hook_node_access(). |
|
|
avatar_selection_og_options |
./avatar_selection.admin.inc |
Get og options. |
3 |
|
avatar_selection_permission |
./avatar_selection.module |
Implements hook_permission(). |
|
|
avatar_selection_roles_page |
./avatar_selection.admin.inc |
Returns appropriate avatar set by role or og for configuration. |
|
1 |
avatar_selection_schema |
./avatar_selection.install |
Implements hook_schema(). |
|
|
avatar_selection_settings_page |
./avatar_selection.admin.inc |
Select which form will be shown to the user, according to the permissions. |
|
1 |
avatar_selection_theme |
./avatar_selection.module |
Implements hook_theme(). |
|
|
avatar_selection_uninstall |
./avatar_selection.install |
Implements hook_uninstall(). |
|
|
avatar_selection_update_1 |
./avatar_selection.install |
Adds to the current table structure another two columns, 'weight' and 'name'. |
|
|
avatar_selection_update_6002 |
./avatar_selection.install |
Updates the avatar entry so it's just a filename, rather than a path +
filename. |
|
|
avatar_selection_update_6003 |
./avatar_selection.install |
Create "avatar_selection_roles" and "avatar_selection_og" tables, and add
"aid" column to avatar_selection table. |
|
|
avatar_selection_update_7001 |
./avatar_selection.install |
Add fid column to avatar_selection table. |
|
|
avatar_selection_update_7002 |
./avatar_selection.install |
Create avatar_selection_usage table. |
|
|
avatar_selection_update_7003 |
./avatar_selection.install |
Create a file entry for each existing avatar for users upgrading from D6. |
|
|
avatar_selection_update_7004 |
./avatar_selection.install |
Change weight of avatar_selection module. |
|
|
avatar_selection_upload_form |
./avatar_selection.admin.inc |
Create the form structure for uploading an avatar. |
|
2 |
avatar_selection_upload_form_submit |
./avatar_selection.admin.inc |
Submit the image upload form in the Avatar Selection administration page. |
|
|
avatar_selection_user_cancel |
./avatar_selection.module |
Implements hook_user_cancel(). |
|
|
avatar_selection_user_delete |
./avatar_selection.module |
Implements hook_user_delete(). |
|
|
avatar_selection_user_insert |
./avatar_selection.module |
Implements hook_user_insert(). |
|
|
avatar_selection_user_update |
./avatar_selection.module |
Implements hook_user_update(). |
|
|
avatar_selection_validate_user_avatar |
./avatar_selection.module |
Validate and upload the user's picture. |
|
2 |
theme_avatar_selection_pager |
./avatar_selection.module |
Output themed pager navigation. |
|
|
theme_avatar_selection_pager_link |
./avatar_selection.module |
Output themed pager navigation link. |
|
|
_avatar_selection_image_list |
./avatar_selection.module |
Get the list of avatars available to a certain user. |
4 |
|
_avatar_selection_save_avatar_info |
./avatar_selection.admin.inc |
Create the SQL queries in order to save the avatar path and data into the
database, and perform them according to the SQL server type. |
3 |
|
_avatar_selection_scan_images |
./avatar_selection.admin.inc |
Scan the directory for new files. |
1 |
|
_avatar_selection_uri_to_object |
./avatar_selection.admin.inc |
Create a file object from a file uri. |
1 |
|