[TYPO3-templavoila] ypMenu + TemplaVoila, dousn't work together :(

Jens Hoffmann werbung at baiz.org
Thu Jul 27 22:37:46 CEST 2006


Hi, i really like TV so i like to use it for the actual project too.

But i need a special Rollout-Menu just like the "ypMenu".

I used this Tutorial (it is for a non-TV site) but it works really fine.
http://typo3.kj187.de/tutorials/typoscript/menues/ypmenu-ypslideoutmenu-in-typo3.html

I only changed the TS - PAGE part like this:

The "old" main page thing ...

page = PAGE
page.typeNum = 0
page.stylesheet = fileadmin/templates/class.css
page.10 = TEMPLATE
page.10{
      template = FILE
      template.file = fileadmin/templates/template.htm
      workOnSubpart = DOKUMENT

      marks.MENU = COA
      marks.MENU {
      10 < temp.ypMenu
      20 < temp.user_menu
      }
}

And the "new" TV main page thing ...

page = PAGE
page.typeNum = 0

page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page

page.includeLibs.ypMenu = fileadmin/templates/ypmenu/ypMenu.php

lib.mainMenu = COA
lib.mainMenu {
      10 < temp.ypMenu
      20 < temp.user_menu
}

But it dousn't work like this ... but why?

PLZ, give my Problem a chance. Help Me! :)

I use Typo3 4.0.1-rc1 & TemplaVoila! 1.0.1.
I have used the default TV wizard to generate default TV - DS.

Greez Jens



More information about the TYPO3-project-templavoila mailing list