Re: [TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
perfect, that seems to work... Thanks! Antonio Francois Suter wrote: > Hi, > >> Now I get "{}here we have the page id: 25 and the page title >> (Authentication)" > > Hmm, I'm unsure what the issue is, but try: > > lib.title.10.outerWrap = {|} > > or > > lib.title.10.wrap3 = {|} > > looking at th

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Francois Suter
Hi, Now I get "{}here we have the page id: 25 and the page title (Authentication)" Hmm, I'm unsure what the issue is, but try: lib.title.10.outerWrap = {|} or lib.title.10.wrap3 = {|} looking at the code in tslib_content, I think one of these should work. Please also refer to the complete

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
Now I get "{}here we have the page id: 25 and the page title (Authentication)" Francois Suter wrote: > Hi, > >> I've tried your suggestion, but I get: "here we have the page id: 25 and >> the page title (Authentication){}" > > Ah yes, the dataWrap is called instead of wrap apparently. Then try >

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Francois Suter
Hi, I've tried your suggestion, but I get: "here we have the page id: 25 and the page title (Authentication){}" Ah yes, the dataWrap is called instead of wrap apparently. Then try using another wrap. I think this one should work: lib.title.outerWrap.wrap = {|} Cheers François Suter --

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
Right, COA :) I've tried your suggestion, but I get: "here we have the page id: 25 and the page title (Authentication){}" Francois Suter wrote: > Hi, > >> lib.title = SOA > > By the way it's COA, not SOA :-) > >> lib.title.10 = TEXT >> lib.title.10.data = TSFE:id >> lib.title.10.wrap = {here we

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Francois Suter
Hi, lib.title = SOA By the way it's COA, not SOA :-) lib.title.10 = TEXT lib.title.10.data = TSFE:id lib.title.10.wrap = {here we have the page id: | and the page title ( lib.title.20 = TEXT lib.title.20.data= page:title lib.title.20.wrap = |)} Not tested, but try: lib.title =TEXT lib.tit

[TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
Hi, I can't really figure out how to solve this: I have a TSO named lib.title and I want to type into it a following with the page id and the page title, but it also includes a curly brace. For example: "{here we have the page id: page_id and the page title (page_title)}". The only way I've fig