Feature proposal #5779
closedImplement additional substitutions for notifications
Description
Add support for event details, wall post, etc.. to be sent with a notification. It's completely out of context, but appears to be needed by some usecases. Do not include these substitutions by default, but require the language string to be modified to include them.
Updated by krileon almost 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
You can now substitution in additional information for notifications. All notification substitutions as follows.
Categories: [category_id], [category_name], [category_description], [category]
Groups: [group_id], [group_name], [group_description], [group], [user]
Wall: [wall_id], [wall_post]
Events: [event_id], [event_title], [event_details], [event_address], [event_location], [event_date], [event]
Files: [file_id], [file_title], [file_description], [file_size], [file_type], [file_extension], [file_url], [file_date], [file]
Photos: [photo_id], [photo_title], [photo_description], [photo_size], [photo_type], [photo_extension], [photo_url], [photo_date], [photo]
Videos: [video_id], [video_title], [video_caption], [video_size], [video_type], [video_url], [video_date], [video]