Roller did once have a media file folder hierarchy but at one point we
decided to simplify that and only allow one level of grouping. You can use
"Add a new folder" to add a new folder, but you cannot add folders inside
that folder.

Dave



On Sat, Feb 22, 2020 at 4:30 PM Tommy Pham <[email protected]> wrote:

> Hello everyone,
>
> I'm don't think that roller has any hierarchical directory structure for
> the media files such as:
>
> + default (root)
> |---- images
> |     |---- CES_2020
> |     |---- EEE_2020
> |     |---- Auto_2020
> |---- documents
> |---- videos
> |     |---- presentations
> |           |---- San_Francisco_202002
>
> which doesn't seem to be supported in the SQL backend:
>
> CREATE TABLE `roller_mediafiledir` (
>  `id` varchar(48) NOT NULL,
>  `name` varchar(255) NOT NULL,
>  `description` varchar(255) DEFAULT NULL,
>  `websiteid` varchar(48) NOT NULL,
> -- `parentid` varchar(48) NOT NULL COMMENT 'missing to support hierarchy'
>  PRIMARY KEY (`id`),
> -- KEY `parentid `  (`parentid `) --  missing to support hierarchy
>  KEY `mf_weblogid_fk` (`websiteid`)
> )
>
> Would someone please confirm?  If the hierarchical structure is not
> supported, how can I go about requesting this feature since it makes
> organization of the media files easier?
>
> Thanks,
> Tommy
>

Reply via email to