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.

CommentFileSizeAuthor
#4 517150-nested-list-4-D6.patch1.53 KBistryker

Comments

no2e’s picture

(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.

istryker’s picture

Version: » 6.x-1.0
Status: Active » Postponed

At 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.

istryker’s picture

How 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.

istryker’s picture

Status: Postponed » Fixed
Issue tags: +Nested List
StatusFileSize
new1.53 KB

Here is the patch for D6. I have gone ahead and commit it for D6 & D7.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

t14’s picture

Hi

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

t14’s picture

Status: Closed (fixed) » Active