If a user has access to several directories in webfm, Is it possible to force a specific order of directories? i.e. can the admin rearrange the order?

Thanks in advance.
rob

Comments

cgmonroe’s picture

Not in the current code. The order is mostly based on what the file system returns when read.

You might want to look at this patch which adds support for custom layouts. (Warning I'm biased towards this :) ). Doesn't add display order, but it does allow you to specify current directories and hide others.

http://drupal.org/node/736548

nhck’s picture

Status: Active » Closed (works as designed)