Forums / Cotonti / Core Labs / Ideas / Updated PFS system

A new version for PFS

GHengeveld
#11989 2009-05-03 02:17
I've got a beta working now. It incorporates two major new features:
- Folder inside a folder
- Physical folders (demo)

It can be downloaded here (DON'T use on live sites, this is just for testing purposes!).

You will have to replace all files in system/core/pfs and add two columns in your mysql table. Run these SQL queries:
ALTER TABLE 'sed_pfs_folders' ADD 'pff_parentid' INT NOT NULL AFTER 'pff_id';
ALTER TABLE 'sed_pfs_folders' ADD 'pff_path' VARCHAR (255) NOT NULL AFTER 'pff_desc';

Dit bericht is bewerkt door Koradhil (2009-05-08 05:55, 16 jaren ago)