You are here

README.txt in IMCE Tools 6

Same filename in this branch
  1. 6 imce_dir_man/README.txt
  2. 6 imce_search/README.txt
  3. 6 imce_file_path/README.txt
Same filename and directory in other branches
  1. 7 imce_dir_man/README.txt
IMCE Directory Manager provides a function, imce_dir_man_path, that can
be used with the directory specifications in IMCE profiles along with a
management interface to control what the function returns on a user by
user basis. It is useful when users need to be confined to directories
on a user by user basis but the directory restrictions are not easily
derived from user data.

To use, create an IMCE profile and specify
'php: return imce_dir_man_path();' as the directory path the profile is
allowed to edit. On page admin/settings/imce_dir_man configure which
directories each user should be restricted to.

Access to configure directories users should be restricted to requires
the "administer site configuration" permission.

File

imce_dir_man/README.txt
View source
  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.