[TYPO3] Random Text + Image

Scotty C superscotty19 at yahoo.com
Tue Jun 13 20:14:34 CEST 2006


Thanks Joey,

I tried that and it "kind of" worked. The result was
that the first content element in the "random content"
page appeared, but that's it. The elements did not
cycle (even though we told it to cycle randomly).

-Scott.



--- JoH <info at cybercraft.de> wrote:

> >>> Good to know (I wsa pretty sure that the
> >>> "empty_content" was just for demonstration
> >> anyway).
> >>> OK, so I'm sorry to say it, but could you simply
> >> spell
> >>> it out for me or direct me to a link where it
> is?
> >>
> >> You can find almost everyting concerning TS from
> >> TSRef,
> >> look at for examle object 'CONTENT'
> >
> > NOW we're getting somewhere! Here's what I did:
> >
> > subparts.FEATURE = CONTENT
> > subparts.FEATURE {
> >    table = tt_content
> >    select {
> >         pidInList = 1092
> >      }
> > }
> >
> > However, the result is that it's displaying all
> the
> > random content elements at once (which makes sense
> > because I haven't told it to use the plugin). My
> > question now is, how do I plug in the
> "randomcontent"
> > extension so that it parses all the content and
> just
> > displays one element at a time?
> 
> subparts.FEATURE = CONTENT
> subparts.FEATURE {
>     table = tt_content
>     select {
>         pidInList = 1092
>         max = 1
>         orderBy = rand()
>     }
> }
> 
> Should do the job.
> 
> Joey
> 
> -- 
> Wenn man keine Ahnung hat: Einfach mal Fresse
> halten!
> (If you have no clues: simply shut your knob
> sometimes!)
> Dieter Nuhr, German comedian
> openBC: http://www.cybercraft.de
> 
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
>
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the TYPO3-english mailing list