Mave
Active member
What I'm trying to accomplish:
Have a different banner image every day, code for this already works.
Code is located in PAGE_CONTAINER
The problem:
The banner image only updates when I re-save PAGE_CONTAINER
Otherwise the banner image stays cached.
The question:
How would I go about automatically re-loading the PAGE_CONTAINER once a day?
(or another method of fixing this issue)
Thank you in advance!
Have a different banner image every day, code for this already works.
Code is located in PAGE_CONTAINER
Code:
<xf:css>
bannerimage_{{ date($xf.time, 'z') + 1 }}.jpg
</xf:css>
The problem:
The banner image only updates when I re-save PAGE_CONTAINER
Otherwise the banner image stays cached.
The question:
How would I go about automatically re-loading the PAGE_CONTAINER once a day?
(or another method of fixing this issue)
Thank you in advance!