Actions
Feature proposal #5181
closedImplement moods database table
Description
This should allow selecting an image to represent the mood or using CSS class for the mood. This should allow selecting the activity title of the mood. It should also let you select what the dropdown will say the mood is. So for example you could do the following.
Mood: Sad
Title: is feeling sad
Image: CSS
CSS Class: fa fa-frown-o
When creating a status the user could then select their mood and on save it'll set the mood to the activitys params (e.g. params->get( 'mood' )), which can be parsed into its display.
Actions