You are here

README.txt in Menu Link Weight 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
INTRODUCTION
------------

The Menu Link Weight module replaces the standard numeric weight dropdown widget
for menu links in the node form provided by Drupal Core with a tabledrag widget.

Upon selection of a parent, a tabledrag widget will be loaded via AJAX that
will allow you to reorder the weight of the menu link for the node you are
editing relative to its sibling links. You can also reorder the sibling links
themselves if you like. There will be graceful degradation if Javascript is not
available.

Upon node submission, the weights of all the children of the selected parents
that the user has access to will be internally reordered from -50 to -49, to
-48 etc. Note: this will overwrite existing weights for children of the
selected parent item!

With "row weights" hidden, content editors can now ignore the numerical weight
values and instead see the position of a menu link relative to other links in
the tabledrag widget itself.

This module includes support for the Hierarchical Select module
(https://www.drupal.org/node/172915/).


REQUIREMENTS
------------

No special requirements.


INSTALLATION
------------

Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.


CONFIGURATION
-------------

Configure user permissions in Administration » People » Permissions:

 * All users with the "Administer menu" permission will now have access to the
   Menu Link Weight widget when adding/editing a node.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. The Menu Link Weight module replaces the standard numeric weight dropdown widget
  4. for menu links in the node form provided by Drupal Core with a tabledrag widget.
  5. Upon selection of a parent, a tabledrag widget will be loaded via AJAX that
  6. will allow you to reorder the weight of the menu link for the node you are
  7. editing relative to its sibling links. You can also reorder the sibling links
  8. themselves if you like. There will be graceful degradation if Javascript is not
  9. available.
  10. Upon node submission, the weights of all the children of the selected parents
  11. that the user has access to will be internally reordered from -50 to -49, to
  12. -48 etc. Note: this will overwrite existing weights for children of the
  13. selected parent item!
  14. With "row weights" hidden, content editors can now ignore the numerical weight
  15. values and instead see the position of a menu link relative to other links in
  16. the tabledrag widget itself.
  17. This module includes support for the Hierarchical Select module
  18. (https://www.drupal.org/node/172915/).
  19. REQUIREMENTS
  20. ------------
  21. No special requirements.
  22. INSTALLATION
  23. ------------
  24. Install as you would normally install a contributed Drupal module. See:
  25. https://drupal.org/documentation/install/modules-themes/modules-7
  26. for further information.
  27. CONFIGURATION
  28. -------------
  29. Configure user permissions in Administration » People » Permissions:
  30. * All users with the "Administer menu" permission will now have access to the
  31. Menu Link Weight widget when adding/editing a node.