Actions
Feature proposal #5483
closedImplement parsing of GJs own activity
Description
Currently GJ activity display is hardcoded into the system action. This only provides a limited set of flexibility in its display. Implement acting on the activity_onDisplayActivity trigger to alter the display of GJ activity and display nice group boxes with inline join buttons.
Updated by krileon almost 10 years ago
- Related to Feature proposal #5482: Simplify CB GroupJive system actions added
Updated by krileon almost 10 years ago
Logging is still left to CB Auto Actions. This is strictly to improve the activity display.
Updated by krileon almost 10 years ago
This should first use activity_onBeforeDisplayActivity to parse all the $rows and prefetch the group objects in a single query to avoid multiple queries for group objects. activity_onDisplayActivity usage would then just pull the object from the cache.
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Actions