#
Calendar Entry Attachments
Gathers the attachments of a module and prints them, much like a repeater, onto a single web page. This is used in the photo gallery modules and document share.
Note:
The photo gallery option must be activated on the module. The steps to do so are outlined below:
#
Activating Photo Gallery
- Open the specific module.
- Click Modify.
- Click the arrow in the Advanced accordion in the modal window to expand it.
- Scroll down and click the checkbox beside Enable Attachments / Gallery.
- Click Submit.
Attributes:
Shortcode:
[calendar_entry_attachments_repeat]
Code Example:
[calendar_entry_attachments_repeat id={{calendar_entry_id}}]
<a href="{{{attachment_url}}}">
<img src="{{{attachment_url}}}" />
</a>
[/calendar_entry_attachments_repeat]