README.txt 732 B

1234567891011121314
  1. IMCE Directory Manager provides a function, imce_dir_man_path, that can
  2. be used with the directory specifications in IMCE profiles along with a
  3. management interface to control what the function returns on a user by
  4. user basis. It is useful when users need to be confined to directories
  5. on a user by user basis but the directory restrictions are not easily
  6. derived from user data.
  7. To use, create an IMCE profile and specify
  8. 'php: return imce_dir_man_path();' as the directory path the profile is
  9. allowed to edit. On page admin/settings/imce_dir_man configure which
  10. directories each user should be restricted to.
  11. Access to configure directories users should be restricted to requires
  12. the "administer site configuration" permission.