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
