Micah Wylde wrote: > I've written an extension (which I can clean-up and release at some > point if there's interest) that allows for uploading and cropping > header images, and then includes a partial in the page editing > interface that allows for selection of header images for particular > pages. My problem is that my client wants multiple header images per > page, which should change each time the page is loaded. While this is > not difficult from a ruby perspective, the caching system makes this > ineffective; though the radius tag that gives the current page's > header image url rotates through all of the images for that page, it > will actually only change whenever the cache expires.
Why not load one image by default and if javascript is enabled load a random one with javascript? -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
