[Typo3] TemplateVoila how to get current=1 with TS???

Nikolas Hagelstein hagelstein at hauptsache.net
Mon Dec 12 13:24:48 CET 2005


Hi, 
> to try i in the simplest way:
> 
> temp.uid = TEXT
> temp.uid.current = 1
> 
> 10 = TEXT
> 10.value = {$temp.uid}
> 
> this should normaly work, or not?
no have a look at 
http://typo3.org/documentation/document-library/doc_core_tsref/Datatype_refe
rence/

-> gettext


that should work:

temp.uid = TEXT
temp.uid.current = 1
 
10 = TEXT
10.field = temp.uid


or  (not tested)

10=TEXT
10.value=uid is:{field:temp.uid}
10.insertData=1


cheers,
          Nikolas





More information about the TYPO3-english mailing list