You are here

README.txt in Delete menu options 6

Same filename and directory in other branches
  1. 7 README.txt
Delete menu options

=Overview=
Provides extra options when deleting a menu item. You can choose to delete child 
menu items and decide if the linking nodes should be deleted as well.

=Features=
* Delete child menu items
* Delete nodes linked to menu items

=Requirements=
* PHP 5

=Download with Git=
Drupal 6
git clone --branch 6.x-1.x mjgmaas@git.drupal.org:project/delete_menu_options.git

Drupal 7
git clone --recursive --branch 7.x-1.x 
  http://git.drupal.org/sandbox/mjgmaas/1886610.git delete_menu_options

=Detailed description=
On the 'Delete menu item' confirmation page you can choose to delete child menu 
items and decide if the linking nodes should be deleted as well. When the 
checkbox 'Delete all children of this menu.' is checked, all child menu items of 
the parent menu item to delete, will be deleted as well. When the checkbox 
'Delete nodes of the deleted menu items (only orphaned nodes).' is checked, the 
nodes to which the child menu items link will be deleted too. When other menu 
items link to same nodes or aliases as the nodes which were set out to be 
deleted, those nodes will not be deleted.

=Versions=
Versions for both drupal 6 and 7 are available. The drupal 8 version will follow 
in the second half of 2013.

=Maintainer=
Maurice Maas, mjgmaas@gmail.com

File

README.txt
View source
  1. Delete menu options
  2. =Overview=
  3. Provides extra options when deleting a menu item. You can choose to delete child
  4. menu items and decide if the linking nodes should be deleted as well.
  5. =Features=
  6. * Delete child menu items
  7. * Delete nodes linked to menu items
  8. =Requirements=
  9. * PHP 5
  10. =Download with Git=
  11. Drupal 6
  12. git clone --branch 6.x-1.x mjgmaas@git.drupal.org:project/delete_menu_options.git
  13. Drupal 7
  14. git clone --recursive --branch 7.x-1.x
  15. http://git.drupal.org/sandbox/mjgmaas/1886610.git delete_menu_options
  16. =Detailed description=
  17. On the 'Delete menu item' confirmation page you can choose to delete child menu
  18. items and decide if the linking nodes should be deleted as well. When the
  19. checkbox 'Delete all children of this menu.' is checked, all child menu items of
  20. the parent menu item to delete, will be deleted as well. When the checkbox
  21. 'Delete nodes of the deleted menu items (only orphaned nodes).' is checked, the
  22. nodes to which the child menu items link will be deleted too. When other menu
  23. items link to same nodes or aliases as the nodes which were set out to be
  24. deleted, those nodes will not be deleted.
  25. =Versions=
  26. Versions for both drupal 6 and 7 are available. The drupal 8 version will follow
  27. in the second half of 2013.
  28. =Maintainer=
  29. Maurice Maas, mjgmaas@gmail.com