XF 2.1 New Images - Clear Cache?

hIBEES

Active member
Licensed customer
Ok, here goes, have changed the reaction images to suit my forum, made likes green etc,

How do you clear the cache so that they change without actually clearing the browser cache?

I obv know how too but some of my users do not and the images are still the old ones.

Have ran the tools etc in admin but they are still the old images.

:unsure:
 
So no way of doing this without telling non pc users (aka halfwits) what to do then?:ROFLMAO: not everyone knows how to clear cache etc.
 
The easiest method to implement could be to add a version to the new image.

Eg
img src="logo.png?v=201903050842“

And the harder is with the ETag header.
 
The easiest method to implement could be to add a version to the new image.

Eg
img src="logo.png?v=201903050842“

And the harder is with the ETag header.
Presume that is why I am getting unexpected files as i just overwrote the images :) lol.
 
Back
Top Bottom