[TYPO3-english] "special menu" question

2009-04-13 Thread Kim Holberg Andersen
Hi, I would like to create a browse menu for prevoius / next page browsing and would like to replace the text with graphic buttons. So far my special menu works with this code: ##menu browse 27 = HMENU 27.special = browse 27.wrap = |> } 27.1 = TMENU 27.1.NO.linkWrap = | Could someone help me w

[TYPO3-english] "special menu" question

2009-04-15 Thread Kim Holberg Andersen
Hi Andreas, thanks for the tip - i partly got it to work with this code: ##menu browse 27 = HMENU 27.special = browse 27.wrap = |> } 27.1 = TMENU 27.1.NO { #linkWrap = | beforeImg = fileadmin/img/previous.gif doNotShowLink = 1 beforeImgLink = 1

Re: [TYPO3-english] "special menu" question

2009-04-13 Thread Andreas Burg
Hi Kim > ##menu browse > 27 = HMENU > 27.special = browse > 27.wrap = | 27.special { > items = prev | next > prev.fields.title = << prev  > next.fields.title =  next >> > } > 27.1 = TMENU > 27.1.NO.linkWrap = | > > > Could someone help me with the code to replace prev / next with my

Re: [TYPO3-english] "special menu" question

2009-04-15 Thread Tomas Mrozek
beforeImg attribute is imgResource. You most probably cannot use optionSplit. Tomas Mrozek ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] "special menu" question

2009-04-21 Thread Andreas Burg
Tomas Mrozek schrieb: > beforeImg attribute is imgResource. You most probably cannot use > optionSplit. you can, I use it in my lanuage-menu, but you have to set two pipes ||, sorry. -- Andreas Mailing list rules & guidelines (Mailing list Regeln & Leitfaden): http://typo3.org/community/mailing

Re: [TYPO3-english] "special menu" question

2009-04-21 Thread Andreas Burg
Hi Kim > beforeImg = fileadmin/img/previous.gif | fileadmin/img/next.gif sorry, you have to use two pipes instead of one. || But you would get in trouble anyway. It's more easy, if you use this: lib.browse = HMENU lib.browse { special = browse special { items = prev|next prev.fi

Re: [TYPO3-english] "special menu" question

2009-04-22 Thread Kim Holberg Andersen
Thanks Andreas - i will try this tomorrow/Kim Andreas Burg wrote: > Hi Kim > >> beforeImg = fileadmin/img/previous.gif | fileadmin/img/next.gif > > sorry, you have to use two pipes instead of one. || > > But you would get in trouble anyway. It's more easy, if you use this: > > lib.browse =