[TYPO3-english] Templavoila-FCE random Sections?

John Baldwin johnbaldwintypo3 at gmail.com
Wed Mar 9 18:33:55 CET 2011


I'm not quite how you're getting the content. But you can randomly order your select results in typoscript with RAND()

select {
 pidInList=1
 ...
 orderBy = RAND()
}

John

On Wednesday Mar 9  5:04 AM, at 5:04 AM, Josef Florian Glatz wrote:

> Hi,
> 
> I've got an simple FCE with Sections. Each Section represents an <li> with content. How can I output this Sections in random order so that the ul/li-listing is randomized on different pids.
> 
> Any suggestions how I can solve this?
> 
> thanks in advance, maybe anyone has a tipp for me :-)
> 
> -- 
> Regards,
> Josef Florian Glatz
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list