This has fixed the issue. I was having the same problem on my dev server using nginx as it's not using the friendly URLsCould you Please upload new files and check again?
This has fixed the issue. I was having the same problem on my dev server using nginx as it's not using the friendly URLsCould you Please upload new files and check again?
Do you mean: http://www.shottalk.com/misc/quick-navigation-menu?selected=node-20?This breaks the lightbox pop up navigation for me. Disabling this product fixes it. Go to this post and try to navigate: http://www.shottalk.com/threads/first-round-of-2013.33818/#post-384901
This breaks the lightbox pop up navigation for me. Disabling this product fixes it. Go to this post and try to navigate: http://www.shottalk.com/threads/first-round-of-2013.33818/#post-384901
After uninstall add-on guests still can view full image attachments without login. How to disable this?
Hi guys, after installing this addon it sure makes images load a lot fasteronly issue I have is when you add the images as attachment at the footer the post, when you click on one of the thumbnails then it does not allow you to move to the next image, you need to close the popup and then click on the next, however if you add the thumbnails to the post, it then works fine, any ideas? thanks
Fix missing previous/next buttons bug.
Hmmm .. is there a way to set cache-control max-age ?? It appears they are being set as max-age=0 so the images are not getting cached by the CDN, so every user that visits a page, the CDN is grabbing a copy of the file as the max-age is not allowing it to be cached by the CDN.
$this->_response->setHeader('Cache-Control', 'max-age=2592000', true);
Good pickup. max-age is the preferred method over expires, even better to use both.
Add
to bothPHP:$this->_response->setHeader('Cache-Control', 'max-age=2592000', true);
library/Tinhte/AttachImageOptimization/ViewPublic/Attachment/View.php
and
library/Tinhte/AttachImageOptimization/ViewPublic/Attachment/View304.php
Kind of defeats the purpose of using the CDN if its not actually caching anything.
We use essential cookies to make this site work, and optional cookies to enhance your experience.