Re: [TYPO3] make "Home" link

2008-09-18 Thread maaboo
Thanks again, i insert {page:14} into href and as i see it works! (But there is i still need to pay attention to change uid). 2008/9/18 Fearless Goblin (Victor Livakovsky) <[EMAIL PROTECTED]> > > Thanks, i did it with include link http://mysite into [globalVar = > TSFE:id = > > 14] condition, but

Re: [TYPO3] make "Home" link

2008-09-17 Thread Fearless Goblin (Victor Livakovsky)
> Thanks, i did it with include link http://mysite into [globalVar = TSFE:id = > 14] condition, but i still have question about variable instead of string > like "http://mysite";. I can insert year into my page with {date:Y} but why i > can't use smth like this for home site url? If you don't use

Re: [TYPO3] make "Home" link

2008-09-17 Thread Ronald Steiner
Hi, in TypoScript one line over wirtes what ever has been defined before. greetings Ron maaboo schrieb: > Thanks, i did it with include link http://mysite into [globalVar = TSFE:id = > 14] condition, but i still have question about variable instead of string > like "http://mysite";. I can inse

Re: [TYPO3] make "Home" link

2008-09-17 Thread maaboo
Thanks, i did it with include link http://mysite into [globalVar = TSFE:id = 14] condition, but i still have question about variable instead of string like "http://mysite";. I can insert year into my page with {date:Y} but why i can't use smth like this for home site url? And one more question...

Re: [TYPO3] make "Home" link

2008-09-17 Thread Fearless Goblin (Victor Livakovsky)
> Hi! > I want to make "Home" link on every page. This link must be on site head > (except main page!): > lib.head = COA > lib.head.10 = TEXT > lib.head.10{ > value ( > > Site name. > ) > insertData = 1 > } > but there must be no link on main page (id=14). I think it can be

Re: [TYPO3] make "Home" link

2008-09-17 Thread Stefan Reichelt
Hello maaboo, (try to use an real name here) you could try it with this, but dont know if it will work: -- lib.header = COA lib.header.10 = IMAGE lib.header.10.file = dat/img/sys/ban.jpg # header image lib.header.20 = TEXT lib.header.20{ value = site name typolink.parameter = 14 # generates

[TYPO3] make "Home" link

2008-09-17 Thread maaboo
Hi! I want to make "Home" link on every page. This link must be on site head (except main page!): lib.head = COA lib.head.10 = TEXT lib.head.10{ value ( Site name. ) insertData = 1 } but there must be no link on main page (id=14). I think it can be done with conditions like: