[TYPO3-english] escape character in TypoScript

2010-09-03 Thread Fernando Arconada
insertData = 1 Kind Regards Fernando Arconada ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TS match condition problem

2009-12-22 Thread Fernando Arconada
I preffer page.includeJSFooter El Tue, 22 Dec 2009 10:22:01 +0100, Steffen Kamper escribió: > Fernando Arconada schrieb: >> Ok >> >> My problem: I need to load a JS lib if a FCE is inserted. I saw an >> example about how to to do that with: >> >> > u

Re: [TYPO3-english] TS match condition problem

2009-12-20 Thread Fernando Arconada
Ok My problem: I need to load a JS lib if a FCE is inserted. I saw an example about how to to do that with: page.headerData.20 = TEXT page.headerData.20.value= page.headerData.20.if { value.data = register:includeSwfObject equals = 1 } but, how can if i do that with page.includ

[TYPO3-english] TS match condition problem

2009-12-20 Thread Fernando Arconada
aluated at class.t3lib_matchcondition_frontend.php the array $GLOBALS['TSFE']->register only have the entry SYS_LASTCHANGED at the end of pagegen.php file it is set ok Are there any kind of problem with my code or with matchcondition code? Kind regards Fernando Arconada __

Re: [TYPO3-english] Unique uid with Typoscript

2009-12-15 Thread Fernando Arconada
No, timestamp isn't suitable cause it returns time in seconds, may be with with microtime() I want to get different numbers in a page so timespamp doesn't work cause a page renders in less than a second Thanks El Tue, 15 Dec 2009 20:08:07 +0100, JoH asenau escribió: >> How can i load a regis

[TYPO3-english] Unique uid with Typoscript

2009-12-15 Thread Fernando Arconada
How can i load a register with a unique id? i need a different number every time that i load the register Are there any kind of rand() in stdwrap? kind regards Fernando Arconada ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http