It would be great, if you could create nested lists, too.
For example:
<ul>
<li>sport</li>
<li>music
<ul>
<li>rock</li>
<li>techno</li>
</ul>
</li>
<li>cooking</li>
</ul>
And additional (but I guess this becomes hard...) the display option, to select different list types for the nested list, so for example: use an UL for the main list and an OL for the nested music list.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 517150-nested-list-4-D6.patch | 1.53 KB | istryker |
Comments
Comment #1
no2e commented(I'm no coder, so I don't know if it's possible/useful)
Maybe you could use the drag&drop style of the CCK groups at "Manage Fields" (you can drag&drop CCK fields to subordinate them into CCK field groups) -- which is used at the Block admin page, too, I guess.
So you would drag&drop nested lists item. Every first nested item starts a new list.
Comment #2
istryker commentedAt the current time there is no nested lists, especially with you example where you mix unorder list and order list. Future releases might have this capability, but I have to weight it against usability.
Comment #3
istryker commentedHow do you want me to do this? I am thinking if you put a '-' infront, then you want it nested. if you put '--' then you wanted nested twice.
Comment #4
istryker commentedHere is the patch for D6. I have gone ahead and commit it for D6 & D7.
Comment #6
t14 commentedHi
I was just trying this patch out
It only seems to work for single nesting.
I tested with '--' it still only nested once
Maybe I am doing somthing wrong or is this functionality not available yet?
Thanks for your time
Comment #7
t14 commented