README.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. IMCE Mkdir
  2. http://drupal.org/project/imce_mkdir
  3. ====================================
  4. DESCRIPTION
  5. -----------
  6. Adds directory creation functionality to IMCE through its UI.
  7. INSTALLING
  8. ----------
  9. 1. To install the module copy the 'imce_mkdir' folder to your sites/all/modules directory.
  10. 2. Go to module administration page. Enable the module.
  11. Read more about installing modules at http://drupal.org/node/70151
  12. CONFIGURING AND USING
  13. ---------------------
  14. 1. Go to /admin/config/media/imce Assuming you have already created a IMCE profile. Under section 'Configuration profiles' click on approprate 'Edit' link.
  15. 2. On the next page find section 'Directories'. Set appropriate permission using the check boxes 'Add subdirectories' and 'Remove subdirectories'.
  16. 3. Click on 'Save configuration' button.
  17. 4. To test use IMCE. A new 'Manage directories' tab button will be display. Follow instructions on screen.
  18. REPORTING ISSUE. REQUESTING SUPPORT. REQUESTING NEW FEATURE. CONTRIBUTE.
  19. ------------------------------------------------------------------------
  20. 1. Go to the module issue queue at http://drupal.org/project/issues/imce_mkdir?status=All&categories=All
  21. 2. Click on CREATE A NEW ISSUE link.
  22. 3. Fill the form.
  23. 4. To get a status report on your request go to http://drupal.org/project/issues/user
  24. UPGRADING
  25. ---------
  26. Read more at http://drupal.org/node/250790