User Status Color
Categories
Component ID
1236154
Component name
User Status Color
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
522
Component created
Component changed
Component body
Provides a user status color in Hex. Also it comes with support for Colorpicker.
Editable statuses, fully integrated with views.
Also it has integration with other modules through hooks.
Hooks
The module defines a set of hooks that your modules can implement in order to interact with the default behavior of User status color.
HOOK_user_status_color_load(&$status, $user)
Loads just after a user status is loaded
HOOK_user_status_color_save(&$status, &$message, $user)
If you wish to make an action before the new status is written in the database.
