Typo3 Mailarchive typo3_english typo3_dev


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[TYPO3] Display content on specific page


  • From: m.jeske at web.de (Mirco)
  • Date: Thu, 09 Feb 2006 12:16:32 +0100

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/ 
>>