[Typo3] rootline and dropDown site Map take special caracters

Raouf Abrougui raouf.abrougui at fmed.ulaval.ca
Fri Feb 11 15:24:35 CET 2005


Hi,

I have a big problem :

In the title of my menus, i use a |(pipe) so if the text is to long, i twill
spli on two lines ex :

First menu
---------------
Second menu to
long
---------------

In reality, the title of the second menu is like this :

Second menu to|long

Here is the ts i use for the split :

-------------------------
temp.menu1 = HMENU
# Second level menu-object, textual
temp.menu1.1 = GMENU
temp.menu1.1.entryLevel = 0
temp.menu1.1.NO {
wrap = | <br>
XY= [4.w], [4.h]
4 = IMAGE
4.file = fileadmin/template/main/site_fac/images/FACULTE_1_on_18.jpg

10 = TEXT
10.text.field = title
10.offset = 5,11
10.fontFile = t3lib/fonts/arialbd.ttf
10.fontSize = 9
10.fontColor = #ffffff
10.text.listNum = 0
10.text.listNum.splitChar = |

20 = TEXT
20.text.field = title
20.offset = 5,24
20.fontFile = t3lib/fonts/arialbd.ttf
20.fontSize = 9
20.fontColor = #ffffff
20.text.listNum = 1
20.text.listNum.splitChar = |
   10.if {
      value.field = title
      value.listNum = 1
      value.listNum.splitChar = |
      isLessThan = A
}

15 = TEXT
15.text.field = title
15.offset = 5,18
15.fontFile = t3lib/fonts/arialbd.ttf
15.fontSize = 9
15.fontColor = #ffffff
15.text.listNum = 0
15.text.listNum.splitChar = |
15.if {
      value.field = title
      value.listNum = 1
      value.listNum.splitChar = |
      isLessThan = A
      negate = 1
   }

}
----------------------------------------------

The problem is that the |(pipe) still in the rootline and in the site map.
Can some one tels me how can i say to the rootline menu to ignore the
|(pipe).

I hope some one will understand my request, sorry for my bad english ! :)

Raouf Abrougui










More information about the TYPO3-english mailing list