[TYPO3-UG Cambodia] typoScript blank page

Visay Keo typo3 at visay.info
Thu Aug 4 01:33:17 CEST 2011


Hi Rayuth,

As far as I know the introduction package has all TS configuration for 
generating the frontend already.

When you write the TypoScript:

page = PAGE
page.10 = TEXT
page.10.value = Hello World

You are overwriting the page object created by the introduction package. 
If you want to see how introduction package create this page object, go to:

Template -> TypoScript Templates -> page_configuration -> page

You might also want to check the TypoScript for the whole site 
configuration at:

Template -> TypoScript Templates -> page_configuration -> page.config

Hope I answer your question.

Cheers,
Visay

On 08/03/2011 05:46 PM, Rayuth You wrote:
> Hi all
>
> Using typo3 introduction package 4.5.2 and being a newbie in typoScript,
> I create new page and new template by writing some typoScript :
>
> page = PAGE
> page.10 = TEXT
> page.10.value = Hello World
>
> I got result 'Hello World' with white page, no template layout like
> other page with normal content.
>
> I want to display 'Hello World' in normal column of page.
> How can I do? What I need to do?
>
> Thanks,
> Yuth
>


More information about the TYPO3-UG-Cambodia mailing list