avatar_selection_access |
./avatar_selection.module |
Implementation of hook_access(). |
|
|
avatar_selection_config_form |
./avatar_selection.module |
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.module |
Submit the settings form in the Avatar Selection administration page. |
|
|
avatar_selection_config_form_validate |
./avatar_selection.module |
Validate the submission. |
|
|
avatar_selection_delete_form_validate |
./avatar_selection.module |
Validate the submission. |
|
|
avatar_selection_edit_form |
./avatar_selection.module |
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_form_submit |
./avatar_selection.module |
Submit the image list form in the Avatar Selection - 'Manage Avatars' page. |
|
|
avatar_selection_file_download |
./avatar_selection.module |
Implementation of hook_file_download(). |
|
|
avatar_selection_form_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.module |
Return a list of the existing roles. |
3 |
|
avatar_selection_help |
./avatar_selection.module |
Implementation of hook_help(). |
|
|
avatar_selection_image_delete |
./avatar_selection.module |
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.module |
|
|
1 |
avatar_selection_settings_page |
./avatar_selection.module |
Select which form will be shown to the user, according to the permissions. |
|
1 |
avatar_selection_uninstall |
./avatar_selection.install |
Implementation of hook_uninstall(). |
|
|
avatar_selection_update_1 |
./avatar_selection.install |
Create the new 'avatar_selection' sql table structure for updating from an
older installation. |
|
|
avatar_selection_update_2 |
./avatar_selection.install |
Adds to the current table structure another column, 'og_access'. |
|
|
avatar_selection_update_3 |
./avatar_selection.install |
Adds to the current table structure another two columns, 'weight' and 'name'. |
|
|
avatar_selection_update_4 |
./avatar_selection.install |
Updates the avatar entry so it's just a filename, rather than a path +
filename. |
|
|
avatar_selection_update_5 |
./avatar_selection.install |
|
|
|
avatar_selection_upload_form |
./avatar_selection.module |
Create the form structure for uploading an avatar. |
|
2 |
avatar_selection_upload_form_submit |
./avatar_selection.module |
Submit the image upload form in the Avatar Selection administration page. |
|
|
avatar_selection_upload_form_validate |
./avatar_selection.module |
Validate and upload the image. |
|
|
avatar_selection_user |
./avatar_selection.module |
Implementation of hook_user(). |
|
|
avatar_selection_validate_picture |
./avatar_selection.module |
Validate the picture. |
1 |
|
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. |
3 |
|
_avatar_selection_save_avatar_info |
./avatar_selection.module |
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.module |
Scan the directory for new files. |
1 |
|