Re: [TYPO3] "Template on next level:" causes menu to disappear?

2008-09-17 Thread bernd wilke
on Wed, 17 Sep 2008 14:41:06 -0400, Adam Harvie wrote: > Hi all, > > We've got a site with a structure as so: > > root <-(default template) > --page1 > --page2 <-(ext template) > ---subpage1 <-(default template) > ---subpage2 > ---etc > > We're wanting to assign a different template to a partic

Re: [TYPO3] "Template on next level:" causes menu to disappear?

2008-09-17 Thread Adam Harvie
Well, I managed to get around the problem by assigning the alternate template file as a conditional statement: plugin.tx_automaketemplate_pi1 { content.file = fileadmin/templates/internal/internal.html relPathPrefix = fileadmin/templates/internal/ #some other stuff snipped... } [globalV

[TYPO3] "Template on next level:" causes menu to disappear?

2008-09-17 Thread Adam Harvie
Hi all, We've got a site with a structure as so: root <-(default template) --page1 --page2 <-(ext template) ---subpage1 <-(default template) ---subpage2 ---etc We're wanting to assign a different template to a particular page (page2), then revert to the default template for its children. I ass