Hi!

It is possible nesting the tt_products catmenu to HMENU?

Here is my ts. The pid=20 is on the 2 level, I'd like to insert the lib.catmenu tree under pid=20, instead of the 3. level. Unfortunately the [PIDinRootline = 20] does not this.


lib.catmenu < plugin.tt_products
lib.catmenu {
    code = MENUCAT
}

# main menu
lib.mainmenu = HMENU
lib.mainmenu {
  entryLevel=0
  1 = TMENU
  1.wrap = <ul>|</ul>
  1{
    noBlur=1
    expAll = 1
    NO{
      wrapItemAndSub = <li class="sel">|</li>
    }
    ACT=1
    ACT{
      wrapItemAndSub = <li class="sel">|</li>
    }
    CUR=1
    CUR{
     wrapItemAndSub = <li class="sel">|</li>
    }
  }
  2 = TMENU
  2.wrap = <ul>|</ul>
  2{
    noBlur=1
    expAll = 1
    NO{
      wrapItemAndSub = <li>|</li>
    }
    ACT=1
    ACT{
      wrapItemAndSub = <li class="sel">|</li>
    }
  }
  3 = TMENU
  3.wrap = <ul>|</ul>
  3{
    noBlur=1
    expAll = 1
    NO{
      wrapItemAndSub = <li>|</li>
    }
  }
}


Do anybody has any idea?

Thanks. Gabor

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to