Note: The shuffle=1 parameter that existed in the old Thumblist is deprecated. Please use order=random with ThumbList².
This page demonstrates the possibility of a random thumbnail displayed, or a random selection of thumbnails, by the parameter order=random.
One random thumbnail
This is only possible with thumblist count=1:
(:thumblist count=1 px=64 order=random:) |
|
Whole list randomized
(:thumblist count=4 px=64 order=random:) |
|
Reload the page to see how it changes. If you use supercache=1 (don't), the files will obviously be shuffled only once and stored/displayed in that order.
Notes
- "random order"==no "image trails" in the template (<<|>>). Because the files are shuffled on every page load and there is no way to cache the trail list (it would change on the next page view).
- On this page where the order is random, I am using $EnableIMSCaching = 0; to prevent the page caching by the browsers.
See also
- Alternative links are sometimes used together with randomized lists.



