[TYPO3-UG Italy] Menu dove sei?

Roberto Torresani erreti at siel.it
Wed Apr 16 15:25:56 CEST 2008


Ciao Enrico

oltre al maiuscolo hai provato a sostituire "begin end" con "start stop"?

Ciao
Roberto



2008/4/16, webarocci at gmail.com <webarocci at gmail.com>:
>
> Nel mio template c'è:
>
> <div id="menux">
> <table cellpadding="0" cellspacing="0">
> <tr>
> <!-- ###menux### begin -->
> <td width="120" height="20" nowrap>
> <a href="#">pagina 1</a></td>
> <td width="120" height="20" nowrap>
> <a href="#">pagina 2</a></td>
> <td width="120" height="20" nowrap>
> <a href="#">pagina 3</a></td>
> <!-- ###menux### end -->
> </tr>
> </table>
> </div>
>
> ho notato che con questo codice mi esce una pagina con questo codice del
> menu:
>
> <div id="menux">
> <table cellpadding="0" cellspacing="0">
> <tr>
>
> </tr>
> </table>
> </div>
>
> mentre se inserisco il tag MAIUSCOLO ###MENUX### begin
>
> <div id="menux">
> <table cellpadding="0" cellspacing="0">
> <tr>
> <!-- ###MENUX### begin -->
> <td width="120" height="20" nowrap="">
> <a href="#">pagina 1</a></td>
> <td width="120" height="20" nowrap="">
> <a href="#">pagina 2</a></td>
> <td width="120" height="20" nowrap="">
> <a href="#">pagina 3</a></td>
> <!-- ###MENUX### end -->
> </tr>
> </table>
> </div>
>
> Why? E' rilevante maiuscolo/minuscolo? E comunque nessuna traccia del
> menu ... :(
>
>
>
>
> Enrico Barocci ha scritto:
> > Un saluto a tutti ...
> >
> > Sto creando un sito Typo3 partendo da zero, malgrado ne abbia già ideato
> > uno tempo fa, riscontro qualche problema ...
> > Ho installato la versione Typo3 4.1.6 e creato una tree come la
> seguente:
> >
> > Root page
> > |
> > Home
> > |
> > Pagina A
> > |
> > Pagina B
> > |
> > Pagina C
> >
> > Nella Root page creo un template con il bottone "Create template for a
> > new site"... nelle proprietà del nuovo template, seleziono i tre
> > checkbox: Constant, Setup e Rootlevel e CSS Syled Content in Include
> static.
> >
> > Premesso che il template con il CSS viene visto regolarmente in FE e che
> > il contenuto della pagina è "mappato" perfettamente, non riesco a
> > visualizzare il menu (menux) che riportato in un altro sito Typo3
> > funziona regolarmente, questo il Setup:
> >
> > # MENUX
> >
> > temp.menux = HMENU
> > temp.menux.1 = TMENU
> > temp.menux.special = directory
> > temp.menux.special.value = 1
> > temp.menux.1 {
> > NO.linkWrap = <TD class="menux_level_no"> | </TD>
> > ACT = 1
> > ACT.stdWrap.htmlSpecialChars = 1
> > ACT.allWrap = <TD class="menux_level_act"> | </TD>
> > }
> >
> > # CONTENUTO
> >
> > temp.content < styles.content.get
> > tt_content.stdWrap.dataWrap >
> >
> > # TEMPLATE
> >
> > template = TEMPLATE
> > template {
> > template = FILE
> > template.file = fileadmin/template/template_home.html
> > workOnSubpart = container
> > subparts.menux < temp.menux
> > subparts.content < temp.content
> > }
> >
> > # PAGINA
> >
> > pagina = PAGE
> > pagina.10 < template
> > pagina.config {
> > doctype = xhtml_trans
> > xhtml_cleaning = all
> > xmlprologue = none
> > language = it
> > htmlTag_langKey = it
> > noPageTitle = 1
> > disablePrefixComment = 1
> > }
> >
> > # INCLUSIONE CSS
> >
> > pagina.includeCSS {
> > file1 = fileadmin/template/style/stylesheet_standard.css
> > file1.media = screen
> > file2 = fileadmin/template/style/stylesheet_home.css
> > file2.media = screen
> > }
> >
> > cosa mi sfugge?
> >
> > Ciao
> > Enrico
> > _______________________________________________
> > TYPO3-UG-italy mailing list
> > TYPO3-UG-italy at lists.netfielders.de
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-italy
> >
> _______________________________________________
> TYPO3-UG-italy mailing list
> TYPO3-UG-italy at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-italy
>


More information about the TYPO3-UG-italy mailing list