Hi.
Thank you for this plugin. I was looking for a while for a plugin that allows to select images for different activities and sections.
May I suggest to consider making activity images clickable - setting a link to the activity (same as clicking on the activity name)?
It already works when clicking on a section image, but not when clicking on an activity image (not talking about activity icon).
Temporarily, I changed the code of the respective template on our server to achieve this.
templates/local/content/section/cmitem.mustache, line 77 & 78
<a href="{{cmformat.url}}" onclick="{{{cmformat.onclick}}}"><div class="tac-card-img rounded-top {{^cardimage}} bg-light {{/cardimage}}" style="background-image: url('{{{cardimage}}}');"> </div></a>
Thank you very much.
Hi.
Thank you for this plugin. I was looking for a while for a plugin that allows to select images for different activities and sections.
May I suggest to consider making activity images clickable - setting a link to the activity (same as clicking on the activity name)?
It already works when clicking on a section image, but not when clicking on an activity image (not talking about activity icon).
Temporarily, I changed the code of the respective template on our server to achieve this.
<a href="{{cmformat.url}}" onclick="{{{cmformat.onclick}}}"><div class="tac-card-img rounded-top {{^cardimage}} bg-light {{/cardimage}}" style="background-image: url('{{{cardimage}}}');"> </div></a>Thank you very much.