[TYPO3] Display content on specific page

Mirco m.jeske at web.de
Thu Feb 9 12:16:32 CET 2006


maybe you're trying to do something like this:

tmpContent = CONTENT
tmpContent.table = tt_content
tmpContent.select {
  where = uid= 6
  pidInList = 9
}

substitute 6 and 9 to your needs

best, Mirco


Mitja Felicijan schrieb:
> I tried it but is doesn't work. I have 3.8.1 if that helps
> 
> tapio pravi:
>> Mitja Felicijan wrote:
>>> How can I display some content like styles.content.getRight just on 
>>> specific page that has specific id.
>>
>> Look at TSRef - there is an example, which you can apply
>> http://typo3.org/documentation/document-library/doc_core_tsref/globalVars/ 
>>



More information about the TYPO3-english mailing list