>> 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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an