In my opinion, being able to randomize the playback order would be a useful feature. If you want to implement this via an override, add this code to the "default.php" file:
<?php
if (!empty($items)) {
$items = is_array($items) ? $items : (array) $items;
shuffle($items);
}
?>
... directly above this:
<?php
foreach ($items as $item){?>
Letzte Änderung: 2 Tage 21 Stunden her von
WM-Loose.
Dieses Thema wurde gesperrt.