[TYPO3] Random Text + Image
Tapio Markula
tapio.markula at dnainternet.net
Tue Jun 13 08:15:50 CEST 2006
Scotty C wrote:
> Hi Tapio,
>
> Looks like we're on the same page. I did some more
> digging around in the randomcontent directory, and
> found out that I should lay it out like this:
>
> plugin.tx_onetrandomcontent_pi1 {
> empty_content = CONTENT
> empty_content.table = tt_content
> empty_content.parseFunc = <
> tt_content.text.20.parseFunc
> }
that doesn't select anything - you must specify select statements
object CONTENT uses SQL-statements and it need
select.where=
select.andWhere
statements, where where and andWhere (I don't remeber case)
refers to actual fields in the database.
select{
More information about the TYPO3-english
mailing list