[Roller6] Media Files Directory hierarchy
Tommy Pham <[email protected]> Sat, 22 Feb 2020 13:30:36 -0800
| Newsgroups | gmane.comp.java.roller.user |
|---|---|
| Message-ID | <CANPW+MuXAHUkanCwb2CwYkB17gNhCt8uO4TqiGZehCrvE3Khaw@mail.gmail.com> |
--000000000000c70163059f30d9ed Content-Type: text/plain; charset="UTF-8" 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 --000000000000c70163059f30d9ed--