News extension don't provide order by random function only those fields:
orderByAllowed = sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title
I want to select 6 news items from the news table that belong to category "category 6" ordered by random, and show the title, teaser, and image on the front-end.
Is there a solution to do that with typoscript or so ?
Typo3 v7.6 tx_news v6.3
Thanks in advance for any help.