Hello,
I would like to know how I could randomize the display of items in a list.
I'm using the component list (not the list module).
I've tried to play with random + shuffle menu parameter but it shuffles the items per pagination page.
I mean, if I set the pagination to display 12 items per page, the random + shuffle parameter randomizes the display of these 12 items only.
I would like to randomize all items of the list.
I've tried to add 'shuffle($items);' code in seb_list template as explained in the forum, but it breaks the list.
Best regards