[Typo3-dev] Option split works problematic

JoH info at cybercraft.de
Wed Jun 1 16:09:40 CEST 2005


> Option split value should be COMMON for ALL menu items in the same
> level. If the item state is CUR or ACT, the option split is useless,
> Because there is just ONE item/ menu

Sorry - but this is complete nonsense.
optionSplit always uses the whole set of menu items regardless of their
state.
This will work even with different optionSplits and different
first|middle|last settings.

NO {
    allWrap =  A || B |*| C |*| D
}


ACT {
    allWrap =  E |*| F || G |*| H || I
}

CUR {
    allWrap =  V || W || X |*| Y |*| Z
}

with 4 items

     NO    ACT    CUR
1    A        E          V
2    B        F          W
3    C        H          X
4    D        I            Z

with 7 items

     NO    ACT    CUR
1    A        E          V
2    B        F          W
3    C        G          X
4    C        F           Y
5    C        G          Y
6    C        H          Y
7    D        I            Z

Don't know the reason for your problem, but it has nothing to do with
optionSplit and itemstates.

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.openbc.com/go/invuid/Jo_Hasenau






More information about the TYPO3-dev mailing list