Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Ibai Posted March 4, 2021 Share Posted March 4, 2021 Hey there, Sorry for bother you again with this topic... I'm a bit lost and I don't know if this is something that you guys can help me to solve or if I need to place a ticket for this. The point is that my Files system is loading all images using somehow IPS's legacy proxy image. All the image URLs are like this: https://www.fmsite.net/applications/downloads/interface/legacy/screenshot.php?path=/monthly_2021_01/fmsite-fm21-real-name-fix-corregir-licencias.thumb.jpg.363b3512baedc1704ccac072b07b112d.jpg That's not good for SEO as it's not able to cache as an static image resource. All the images in my site are stored just as the Files screenshots system. In fact, they may be loaded statically just like this: https://www.fmsite.net/screenshots/monthly_2021_01/fmsite-fm21-real-name-fix-corregir-licencias.thumb.jpg.363b3512baedc1704ccac072b07b112d.jpg Can you help me to fix this? Why the system is loading the image that way? I've been searching and reached to this template bit: core->global->thumbImag. It is converting the URL using the legacy screenshot link. The issue is in this line: {{$image = ( $image instanceof \IPS\File ) ? (string) $image->url : $image;}} Cheers, Ibai Link to comment Share on other sites More sharing options...
CoffeeCake Posted March 4, 2021 Share Posted March 4, 2021 You should open a support ticket. Ibai 1 Link to comment Share on other sites More sharing options...
Recommended Posts