Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Silnei L Andrade Posted September 18, 2017 Posted September 18, 2017 Hi guys, I created a custom field of multiple image upload, but it displays the links to the images and I do not know how to make the template. Is there any tutorial or topic where users can share these templates or even a custom field template package to buy? My Custom template:
Silnei L Andrade Posted September 18, 2017 Author Posted September 18, 2017 Searching i found this template for multiple uploaded images. If anyone need, it's here: <section data-controller='core.front.core.lightboxedImages' > {{$images = $record->customFieldDisplayByKey('gpsimgs', 'raw');}} {{foreach $images as $image_url}} <a class='ipsAttachLink ipsAttachLink_image' href='{$image_url}' > <img src='{$image_url}' class='ipsImage ispImage_thumbnailed' alt='$url' style='max-height: 34px'/> </a> {{endforeach}} </section>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.