Closed (fixed)
Project:
IMCE
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2008 at 21:32 UTC
Updated:
16 Mar 2011 at 04:57 UTC
I've modified line 433 of imce.module to create a folder identified by the username of each user:
$dir = file_directory_path().'/'.$set['prefix'].$GLOBALS['user']->name;
Now, I'd like to know if there's a way to make these folders visible to every user. I've thought to set up root folder for every role, but in this case a personal folder wouldn't be created, and I really do need it. Any help / suggestions?
Comments
Comment #1
ufku commented