[TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Alexander Agafonov
Hello list. I have a question. There is some pages that includes many subpages (more than 150) I need to display content from parent page to all subpages, without copy. Any advice? ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http:/

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Katja Lampela
Hello Alexander, Check kb_cont_slide - Katja Alexander Agafonov kirjoitti: > Hello list. > I have a question. There is some pages that includes many subpages (more > than 150) I need to display content from parent page to all subpages, > without copy. > Any advice?

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Katja Lampela
-- and also you can use advanced page type and check "show content from this page" this way all the content of the page is from another page. One single content element can be dynamically replaced by "insert records" type of content element. - k Katja Lampela kirjoitti: > Hello Alexander, > Check

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread JoH
>> I have a question. There is some pages that includes many subpages >> (more than 150) I need to display content from parent page to all >> subpages, without copy. >> Any advice? > > Check kb_cont_slide Not necessary anymore. It's part of the core now. Check TSref for CONTENT => slide: http://ty

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Alexander Agafonov
JoH пишет: >>> I have a question. There is some pages that includes many subpages >>> (more than 150) I need to display content from parent page to all >>> subpages, without copy. >>> Any advice? >> Check kb_cont_slide > > Not necessary anymore. > It's part of the core now. > Check TSref for CONTE

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Alexander Agafonov
Alexander Agafonov пишет: > JoH пишет: I have a question. There is some pages that includes many subpages (more than 150) I need to display content from parent page to all subpages, without copy. Any advice? >>> Check kb_cont_slide >> >> Not necessary anymore. >> It's part of th

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread JoH
> I have a question. There is some pages that includes many subpages > (more than 150) I need to display content from parent page to all > subpages, without copy. > Any advice? Check kb_cont_slide >>> >>> Not necessary anymore. >>> It's part of the core now. >>> Check TSref for

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Jan Bednarik
> temp.mycontent = COA > temp.mycontent { > 10 = CONTENT > 10 { > table = tt_content > select { > pidInList.data = leveluid:2 > # or any other level instead of 2 > # depends on the level of the parent pages > } > } > 20 < s

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Alexander Agafonov
Jan Bednarik пишет: >> temp.mycontent = COA >> temp.mycontent { >> 10 = CONTENT >> 10 { >> table = tt_content >> select { >> pidInList.data = leveluid:2 >> # or any other level instead of 2 >> # depends on the level of the parent pages >>

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-15 Thread Jan Bednarik
> Is it mean what I need to place this code to all my sub pages? If it > true it's not easy, because too many pages. Or I can place it to > Tsconfig field on my parent page? You could put it into the root page. But if you don't want this in the root page, you can create extension template, wher

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-16 Thread Alexander
Jan Bednarik пишет: >> Is it mean what I need to place this code to all my sub pages? If it >> true it's not easy, because too many pages. Or I can place it to >> Tsconfig field on my parent page? > > You could put it into the root page. But if you don't want this in the > root page, you can cr

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-19 Thread Alexander
Alexander пишет: > Jan Bednarik пишет: > >>> Is it mean what I need to place this code to all my sub pages? If it >>> true it's not easy, because too many pages. Or I can place it to >>> Tsconfig field on my parent page? >> >> >> You could put it into the root page. But if you don't want this in

Re: [TYPO3] How to show content from parent page to all subpages

2007-08-22 Thread Alexander Agafonov
Alexander пишет: > Alexander пишет: >> Jan Bednarik пишет: >> Is it mean what I need to place this code to all my sub pages? If it true it's not easy, because too many pages. Or I can place it to Tsconfig field on my parent page? >>> >>> >>> You could put it into the root page. But