[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
www.dhtmlgoodies.com • View topic - Sort multiple levels
Advertisement

Sort multiple levels

Moderator: Calcifer

Sort multiple levels

Postby kimss » Thu Dec 22, 2005 10:24 pm

I now I've seen this somewhere, but I think it was in flash on http://www.sephiroth.it/. I've been looking at your sorting scripts, and the <ul> sorter is very nice, but it lacks a dimension or two. What I'm thinking of is a multilevel-sorter.

Take this for example :

Cars
- Volvo
- BMW
- Lada
Galleries
- Garage
- Track
About us
Contact us

It would be very nice if I could grab that "lada" and just slip it between cars and volvo. It would also be very nice if I could grab "contact us" and put it between "volvo" and "BMW".

Two levels would be sweet, three levels would be sweeter. Most CMS systems that have a lock on levels use three levels, or two. (There are some nasty recursive programmers out there that accepts endless levels aswell, sweet, :D) So my favourite sollution would be :

Levela 1
- Levelb 1
- Levelc 1
- Levelc 2
- Levelb 2
- Levelb 3
Levela 2
Levela 3
- Levelb4
- Levelb5
- Levelc3

And so on, drag and drop sorting in three levels. I've looked at your scripts and I think the <ul> sorter looks very nice, and for all I know it makes it better for you to work with since we have a concistent system (UL menu).

Is this something that could be done in you spare time Alf Magne?

regards,
Kim Steinhaug
kimss
 
Posts: 38
Joined: Wed Oct 26, 2005 12:04 am

Postby Batalf » Tue Jan 17, 2006 1:40 pm

hello Kim

Sorry for my late reply. Unfortunately, I didn't notice your post until today.

You are suggesting a great script idea here.

However, it is difficult for me to post such a script on my site.

The reason is that I created a drag'n drop folder tree for my employer last year and I'm not allowed to post scripts on my website that are used in our products. And a drag&drop folder tree is pretty much what you're asking for, isn't it!?

But keep posting ideas, I really appreciate it :D
Batalf
Site Admin
 
Posts: 2160
Joined: Sat Oct 22, 2005 9:38 pm

Postby kimss » Mon Jan 23, 2006 10:06 pm

That is correct, and yes I see the ethical dilemma.

regards,
Kim Steinhaug
kimss
 
Posts: 38
Joined: Wed Oct 26, 2005 12:04 am


Return to Request/Suggest a script by posting in this thread

Who is online

Users browsing this forum: No registered users and 3 guests

cron