[TYPO3] Menu not rendered

Eric Thelander 3d-telis at home.se
Thu Oct 18 17:12:04 CEST 2007


I tried making the suggested adjustments but know the menu isn't being 
rendered anymore. I figure maybe it has something to do with the code 
creating the menu so I copied the example from this typo3 page

http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/1/4/

But still no luck. Nothing of the menu is inserted into the template. To 
verify that the markup is correct I use a inserted frase and the frase 
shows up. It must be some stupid detail that I've overlooked because it 
all seems to add up.

/Eric

JoH asenau skrev:
>> You're right, that bad guy was the reason why the menu block wasn't
>> generated inside a table. However the menu is still being renderd at
>> the wrong place. The output is placed directly after the body tag,
>> it's almost as if the TS markup is being ignored during the rendering
>> process. Any ideas?
>>     
>
> If you look at the following reduced version of your code, you might find
> out where the problem is:
>
> left.5 = HMENU
> left.10 = TEMPLATE
> left.10 {
>   subparts.APA < left.5
> }
>
> left.5 is rendered before left.10
> while subparts.APA  < left.5 simply will be ignored.
>
> change left.5 to something like
> temp.leftmenu
> and then replace the subpart with it:
> subparts.APA < temp.leftmenu
>
> HTH
>
> Joey
>
>   


More information about the TYPO3-english mailing list