[TYPO3-UG Italy] voci di sotto menu

Eug Benv epistrofeo01 at gmail.com
Tue Jul 29 12:40:29 CEST 2014


Ciao a tutti,
Ho un menù di questo tipo:

lib.MenuOrizz = HMENU
lib.MenuOrizz.special=list
lib.MenuOrizz.special.value=53,32,54,52,8
lib.MenuOrizz {

  # We define the first level as text menu.
  1 = TMENU

  #elimina aggiunta javascript ai link
  1.noBlur = 1

  # We define the normal state ("NO").
  1.NO = 1
  1.NO.allWrap = <li>|</li>

  # We define the active state ("ACT").
  1.ACT = 1
  1.ACT.wrapItemAndSub = <li class="current-menu-item">|</li>

  # Wrap the whole first level.
  1.wrap = <ul class="sf-menu">|</ul>

  # The second and third level should be configured exactly
  # the same way.
  # In between the curly brackets, objects can be copied.
  # With the dot "." we define that the object can be found
  # in the brackets.
  # With 2.wrap and 3.wrap we overwrite the wrap, which was
  # copied from 1.wrap.
  2 < .1
  2.wrap = <ul>|</ul>
}


Funziona correttamente, ma le voci di sotto menù compaiono solo sulle voci
di menù selezionate.

Vorrei invece che fossero sempre visualizzate, su tutte le voci di menù.

Come posso fare?

Grazie!!


More information about the TYPO3-UG-Italy mailing list