[TYPO3-english] Typo3 menu with begin and end

Jan Bednarik info at bednarik.org
Fri Sep 12 20:16:27 CEST 2014


You could insert Spacer and then add rendering for the spacer:

menu = HMENU
menu {
1 = TMENU
1.wrap = <div>|</p>
1.NO.allWrap = |
1.SPC = 1
1.SPC.doNotLinkIt = 1
1.SPC.stdWrap.override = </div><p>
}

Jan

Dne 12. 9. 2014 11:16, Sinisa Mitrovic napsal(a):
> Hello,
>
> Is it possible to set two menus in the same level like this:
>
>   - First menu item 1
>   - First menu item 2
>   - First menu item 3
>   - Visual menu separator
>   - Second menu item 1
>   - Second menu item 2
>   - Second menu item 3
>
> So I can have first menu starting with "First menu item 1" and ending at
> "Visual menu separator", and second starting with "Second menu item 1".
> Second one I can do with "begin", but I can't break first one. I need
> this so user can as many items in menu, and because of that I can't use
> special "list", and also I can't use special "directory" because I would
> have that directory in URL.
>
> Best regards,
> Sinisa Mitrovic



More information about the TYPO3-english mailing list