[TYPO3-german] Re: Zufälliges CE aus Seite

JoH asenau info at cybercraft.de
Fri Nov 26 18:28:05 CET 2010


>> http://typo3.org/extensions/repository/view/gh_randomcontent/current/
>> 
>> könnte  was für dich sein...
> 
> Das hört sich nach der richtigen Extension an. Vielen Dank!

Dazu brauchts keine Extension sondern nur ein paar Zeilen TypoScript:

lib.whatever = COA_INT
lib.whatever {
    10 = CONTENT
    10 {
        table = tt_content
        select {
            pidInList = 123
            orderBy = RAND()
            max = 1
        }
    }
}

lib.whatever in Dein Template (Marker, TV o.ä.) einbinden - feddisch!

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com


More information about the TYPO3-german mailing list