🌍
English
Hi,
I would like to use piwigo as our primary gallery. But pictures are uploaded to the server by webdav..and that creates .DAV directories in gallery dirs.
But I definitely dont want to create .DAV categories. Is there any way how to tell piwigo to ignore these dirs while syncing??
Thanks!
worwan
Offline
There is no configuration setting for this, you'll have to "hard code" it (and create a feature request in the bugtracker).
In admin/include/functions.php, function get_fs_directories, after:
and $node != '.svn'
add
and $node != '.DAV'
I think it should be enough. If you still have problems, change also the get_elements function in admin/site_reader_local.php
Offline
thank you!
I have filled feture..
Offline