README.txt 678 B

12345678910111213141516171819202122232425262728293031
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. INTRODUCTION
  7. ------------
  8. This module will delete any nodes of a certain node-type using the batch api.
  9. It is advised to use the Views Batch Operations module (VBO) for a small number
  10. of nodes. But if you have to delete 10.000 nodes this module might be a better
  11. option.
  12. INSTALLATION
  13. ------------
  14. The bulkdelete.module is very similar to other Drupal modules. For installation
  15. of the bulkdelete module please follow the below mentioned steps:
  16. • Install as usual
  17. • Enable the bulkdelete module.
  18. CONFIGURATION
  19. -------------
  20. • There is no configuration for this module.