avatar_selection_access |
./avatar_selection.module |
Implementation of hook_access(). |
|
|
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_file_download |
./avatar_selection.module |
Implementation of hook_file_download(). |
|
|
avatar_selection_form_user_profile_form_alter |
./avatar_selection.module |
Implementation of hook_form_alter(). |
|
|
avatar_selection_form_user_register_alter |
./avatar_selection.module |
Implementation of 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 |
Implementation of hook_help(). |
|
|
avatar_selection_image_delete |
./avatar_selection.admin.inc |
Delete the specified avatar image. |
2 |
|
avatar_selection_install |
./avatar_selection.install |
Implementation of hook_install(). |
|
|
avatar_selection_menu |
./avatar_selection.module |
Implementation of hook_menu(). |
|
|
avatar_selection_perm |
./avatar_selection.module |
Implementation of hook_perm(). |
|
|
avatar_selection_roles_page |
./avatar_selection.admin.inc |
|
|
1 |
avatar_selection_schema |
./avatar_selection.install |
Implementation of 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 |
Implementation of hook_theme(). |
|
|
avatar_selection_uninstall |
./avatar_selection.install |
Implementation of 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 |
|
|
|
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_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 |
|