[TYPO3] Random Text + Image ... 100% SOLVED!!!

Scotty C superscotty19 at yahoo.com
Tue Jun 13 20:57:27 CEST 2006


YAAYYY!!!!

You did it!!!!
Tapio, Joey, thanks to your help, I now have a
*completely extension independent* method of
displaying random content of ANY type on every page!!!

This is truly an historic day in the world of Typo3
(or at least in my world, hehe)!

Thank you so much!
-Scott.
P.S. My previous comments about loving the
community/open source/Typo3 still hold ;-)



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

> >>> 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.
> >
> > 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).
> 
> subparts.FEATURE = COA_INT
> subparts.FEATURE {
>     10 = CONTENT
>     10 {
>         table = tt_content
>         select {
>             pidInList = 1092
>             max = 1
>             orderBy = rand()
>         }
>     }
> }
> 
> To make sure, that the subpart is not taken from
> cache but rendered each
> time the page is loaded.
> 
> 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