[TYPO3] HMENU and TMENU help please
Bryan
support at chillifactory.co.za
Sun Aug 20 17:24:17 CEST 2006
>
> Please post the complete code of the NO section ...
>
> Joey
>
Joey, sorry, typo, error. not thinking.
Working fine now on my root templates but not on any of my templates
without a rootlevel 1. I've tried everything, with regards to entryLevel
and begin, and now even special = rootline, but not getting anywhere.
temp.navi.entryLevel = 0
temp.navi.begin = 6
My PID/RL of my first template is 3(0) and
my second template with regards to products is 37(1)
I then loose my menus now, do you have any pointers here please? Thanks
This is what I've got:
# Header Footer Menu cObject
temp.menu_b = HMENU
# First level menu-object, textual
temp.menu_b.maxItems = 5
temp.menu_b.entryLevel = 0
temp.menu_b.1 = TMENU
temp.menu_b.1 {
# Normal state properties
NO.allWrap = <span class="menub-no"> | </span>l
# Enable active state and set properties:
ACT = 1
ACT.allWrap = <span class="menub-act"> | </span>l
wrap = |
}
And my other Menu
# Menu Navigation cObject
temp.navi = HMENU
# First level menu-object, textual
temp.navi.1 = TMENU
temp.navi.maxItems = 3
temp.navi.entryLevel = 0
temp.navi.begin = 6
temp.navi.1 {
wrap (
<table>
<tr>|</tr>
</table>
)
NO {
allWrap (
<td class="size126">
<table class="perc100">
<tr>|</tr>
</table>
</td>
)
beforeImg = fileadmin/template/smiths_main/images/blue-arrow.gif
beforeWrap = <td class="width10">|</td>
linkWrap = <td class="navimenu">|</td>
}
More information about the TYPO3-english
mailing list