zikula-modules / Mediashare

Mediashare is a media file gallery designed for use with Zikula.
6 stars 1 forks source link

Register of own "virtual file system handler" #48

Open hvorragend opened 13 years ago

hvorragend commented 13 years ago

It should be possible to register an own "virtual file system handler" like the media handler.

Now the original file has to be replaced with an own created vfs Handler. It would be better to have a table were the handler are registered.. Change History comment:1 Changed 17 months ago by ftree

Here the way it could work: In the admin Panel the user can switch between .)Files on local file system (value:fsdirect) .)Files in database (value:vfsdb)

I have seen that these value is stored in the Modul Vars

Her could be an third entry .)other (value:something)

And know the own Handler can be stored in the Modul Vars without getting overwritten when updating the Admin Panel

If in the modulvars an value other than fsdirect and vfsdb is stored in the admin panel the other option is aktivated