[TYPO3] Menu in typoscript

Daren Thomas daren.thomas at pvcomp.ch
Fri Jan 27 08:36:33 CET 2006


Hi, I did something like that:

# Insert the "home | sitemap | extranet" menu
temp.hnav_left = HMENU
temp.hnav_left {
    includeNotInMenu = 1
    special = list
    special.value = 39, 41, 43
    1 = TMENU
    1.NO = 1
    1.NO.allWrap = | |*|  |  |*|
}

The key here is the NO.allWrap. You might want to grok the docs in Tsref about this (I think it was in Std. functions, stdwrap).
If you just use the value above, then substitute the &#124 for the character you would like, e.g. "-" (no quotes). I needed to use &#124, because "|" is part of the syntax...

Daren

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Miguel Angel Calleja Lázaro
Sent: Thursday, January 26, 2006 7:15 PM
To: typo3-english at lists.netfielders.de
Subject: [TYPO3] Menu in typoscript


# Top Navigation
lib.menuficha = HMENU
lib.menuficha.entryLevel=2
lib.menuficha.1 = TMENU
lib.menuficha.1 {
  wrap = <table border="0" cellspacing="0" 
cellpadding="0"><tr>|</tr></table>
  NO.allWrap =<td class="txtMenuFicha"> | </td>
   ACT = 1
  ACT.allWrap =  <td class="txtMenuFicha_act"> | </td> }

If I do that, menu appears to me everything followed... 
DatesSpecificationsEquipmentGalery

How can I add a symbol (- or |) between them? I would like to do a menu
type:
Dates - Specifications - Equipment - Galery

Thanks
_______________________________________________
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