XF 1.2 How can my CDN pickup smilies?

Moshe1010

Well-known member
I have a CDN through:
cdn77.com.

It looks like it doesn't cache smilies, but it does cache everything else in the website (buttons/attachments/js).
It looks like it's impossible to assign an @imagepath to smilies, so everything in that matter doesn't work.
Making a sprite to these smilies is quite difficult because some of them are a gif/dynamic.

So, is there a way to cache them?


Thanks.
 
You would need to change the URL of the smilies to come from your CDN. They don't need to be sprites -- sprites are just used for TCP connection efficiency.
 
You would need to change the URL of the smilies to come from your CDN. They don't need to be sprites -- sprites are just used for TCP connection efficiency.
So, if I have 100 smilies, I need to do it manually to each one of them? What if I change the route of my cdn or deactivate it?
 
Top Bottom