Closed (fixed)
Project:
Filebrowser
Version:
6.x-2.x-dev
Component:
Administrative Interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Dec 2009 at 19:43 UTC
Updated:
19 Mar 2010 at 08:00 UTC
Comments
Comment #1
khalor commentedmkdir() is a fairly basic PHP function for creating directories... a somewhat dicey solution would be to just put /sites/all/ or similar (any accessible directory) in the path field when making a Filebrowser node, then use Rules to execute a PHP snippet (using mkdir) after it is created, possibly based on the title of the Filebrowser node. Then you'd need to write a db_query to modify the table containing the original path (/sites/all/) to point to your correct directory.
But, yeah, +1 to being able to do this within Filebrowser itself, both during node creation and when browsing a Filebrowser listing (with the correct permissions).
Comment #2
donquixote commented+1
for folder creation, in both senses of #1.
Comment #3
Yoran commentedWell this should be done in next -dev release.
Comment #4
dead_account_kill_it_please commented