[TYPO3] HMENU and TMENU help please
Sun You
you at visualart.de
Fri Aug 18 14:45:29 CEST 2006
Tried this?
Into your Html-Template:
<table border="0" cellspacing="0" cellpadding="0" valign="top">
<tr>
<td width="128">
###MENU###
</td>
</tr>
</table>
Into your Typoscript:
MENU = HMENU
MENU {
1 = TMENU
maxitems = 3
entryLevel = 0
begin = 6
1.NO = 1
1.NO.linkwrap (
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<td width="10%" align="right" style="padding-right:5px;">
<img src="images/blue-arrow.gif" width="6" height="11"></td><td width="90%" class="topmenu"> | </td></tr></table>
)
}
Greetings,
Sun
----- Original Message -----
From: "Bryan" <support at chillifactory.co.za>
Newsgroups: typo3.english
To: <typo3-english at lists.netfielders.de>
Sent: Friday, August 18, 2006 1:37 PM
Subject: [TYPO3] HMENU and TMENU help please
> Hi all,
>
> wondering if you could lend a hand, I've got a smart problem with HMENU
> and TMENU.
>
> I've been reading through all the documentation but I still can't get me
> head around it. Perhaps someone could give me a quick pointer as to
> where I might be going wrong. Thanks
>
> Problem: Its not using the allwrap and I don't know why, lost in the
> dark here. Thanks again
>
> # 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.NO {
> allwrap (
> <table border="0" cellspacing="0" cellpadding="0" valign="top"><tr><td
> width="128">|</td></tr></table>
> )
> linkWrap (
> <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td
> width="10%" align="right" style="padding-right:5px;"><img
> src="images/blue-arrow.gif" width="6" height="11"></td><td width="90%"
> class="topmenu"> | test</td></tr></table>
> )
> }
>
> This is my output:
>
> <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td
> width="10%" align="right" style="padding-right:5px;"><img
> src="images/blue-arrow.gif" width="6" height="11"></td><td width="90%"
> class="topmenu"> <a href="index.php?id=37"
> onfocus="blurLink(this);">Products</a> test</td></tr></table>
>
> <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td
> width="10%" align="right" style="padding-right:5px;"><img
> src="images/blue-arrow.gif" width="6" height="11"></td><td width="90%"
> class="topmenu"> <a href="index.php?id=88"
> onfocus="blurLink(this);">Services</a> test</td></tr></table>
>
> </td>
> </tr>
> </table>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list