[TYPO3] menuFunc

Bas van der Togt bas.vander.togt at efocus.nl
Fri Jul 6 11:47:00 CEST 2007


hello list,

I'm trying to build a menu with menuFunc from the table 
"tx_ablinklist_category". The menu is rendered but it's not linked to 
the related page. What am i doing wrong?

TS:
page.includeLibs.usermenu = fileadmin/includes/menuFunc.inc

obj.header = HMENU
obj.header.special = userfunction
obj.header.special.userFunc = user_menuFunc->makeMenuArray
obj.header.special.userFunc.table = tx_ablinklist_category
obj.header.special.userFunc.select.pidInList = 449
obj.header.1 = TMENU
obj.header.1 {
   NO {
     doNotLinkIt = 0
     stdWrap.field = label
     stdWrap.typolink.parameter.data = field:pid
     #stdWrap.data = debug:data
     allWrap = <br>
   }
}

Any help would be great!

Kind regards,
Bas


More information about the TYPO3-english mailing list