Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Dmitry Dulepov [typo3]
Antonio Álvarez Feijoo wrote: > Any idea of how to do anything similar? In addition to your code: temp.wrap = page.headerData.20 < temp -- Dmitry Dulepov Learn more about TYPO3: http://typo3bloke.net/ ___ TYPO3-english mailing list TYPO3-english@list

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
Cool! Thanks a lot Christopher :) -- Antonio Álvarez Feijoo Computer Science Engineer mailto:[EMAIL PROTECTED] Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.d

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Christopher Torgalson
On Fri, Jun 6, 2008 at 1:26 PM, Antonio Álvarez Feijoo <[EMAIL PROTECTED]> wrote: >> You mention searching through the page tree to do this, but you'd only >> have to do it in your root template--and besides, > > The problem is a website with a lot of pages with different CSS each one, > so includi

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
> You mention searching through the page tree to do this, but you'd only > have to do it in your root template--and besides, The problem is a website with a lot of pages with different CSS each one, so including one CSS for *all* the pages is not correct. > you'll have these > conditions in that

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Christopher Torgalson
On Fri, Jun 6, 2008 at 12:45 PM, Antonio Álvarez Feijoo <[EMAIL PROTECTED]> wrote: > Any idea of how to do anything similar? I don't understand the problem with the conditions method you referred to in your first post in this thread: [globalVar = GP:L=1] page.includeCSS.file1 = fileadmin/te

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
Any idea of how to do anything similar? -- Antonio Álvarez Feijoo Computer Science Engineer mailto:[EMAIL PROTECTED] Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com ___ TYPO3-english mailing list TYPO3-english@lists.netfiel

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Steffen Kamper
Hi page.includeCSS { file1 < temp2.value } can't work because file1 has no stdWrap, includeCSS is only an array vg Steffen ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo

[TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
Hello, I'm forwarding this e-mail from the TYPO3-project-obts mailing list. My problem is that I want to load the path of the CSS to use at one concrete page dynamically using TypoScript, but when I use a postUserFunc this doesn't work. Example: temp = TEXT temp.value = fileadmin/templates/css/m