Re: [TYPO3-english] Adding Code between and of outputted html

2009-04-26 Thread Dmitry Dulepov
Hi! Mario Young wrote: > page.headerData.99.insertData=1 This line is not needed. -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/have-fun-with-the-typoscript-error-hunt.html LinkedIn: http://www.linkedin.com/in/dmitrydulepov Twitter: http://twitter.com/dmitryd Skype: liels_

Re: [TYPO3-english] Adding Code between and of outputted html

2009-04-26 Thread Dmitry Dulepov
Hi! Ryan Bilesky wrote: > Modifying typoscript is no big deal to me, I just need to know what > to edit, i don't know typoscript real well i got the basic syntax and > just need some guidance. I looked at that extensions but I think > using typoscript is my best option because I need to roll out

Re: [TYPO3-english] Adding Code between and of outputted html

2009-04-26 Thread Mario Young
derData.99.value = your head code > >> Date: Sun, 26 Apr 2009 19:40:07 -0700 >> From: akl...@digipen.edu >> To: typo3-english@lists.netfielders.de >> Subject: Re: [TYPO3-english] Adding Code between and of >> outputted html >> >> Normally, you ne

Re: [TYPO3-english] Adding Code between and of outputted html

2009-04-26 Thread Ryan Bilesky
pages. > Date: Sun, 26 Apr 2009 19:40:07 -0700 > From: akl...@digipen.edu > To: typo3-english@lists.netfielders.de > Subject: Re: [TYPO3-english] Adding Code between and of > outputted html > > Normally, you need to modify the TypoScript of your template to do this. &g

Re: [TYPO3-english] Adding Code between and of outputted html

2009-04-26 Thread Aaron E Klemm
Normally, you need to modify the TypoScript of your template to do this. However, this extension is quicker/simpler and it might work for you: http://typo3.org/documentation/document-library/extension-manuals/kb_customhead/0.0.1/view/ ak Ryan Bilesky wrote: > I am wanting to add some functionali

[TYPO3-english] Adding Code between and of outputted html

2009-04-26 Thread Ryan Bilesky
I am wanting to add some functionality to my website that requires some code be added between and of the sites html code. I tried putting the code in that part of the .html files associated with the template but that does not make it to the output, I need it in the html code typo3 outputs fo