You are here

README.txt in Weight 7.2

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 5 README.txt
  3. 6 README.txt
  4. 7.3 README.txt
  5. 7 README.txt
Overview
--------
This module provides a weight field for enabled content types. The default
frontpage is overridden to sort nodes first by sticky, then weight, then created
date. Nodes with a lower weight will be positioned before those with higher
weights.

Installation
------------
This module can be installed by following the instructions at
http://drupal.org/node/70151.

Configuration
-------------
To enable Weight for a content type, go to Administration > Structure > Content
types and select the content type you want to enable Weight for. Select the Weight
vertical tab, choose your desired settings, and click the Save button.

Set a node weight
-----------------
To set the weight for a node, go to that node's edit page, select the Weight
vertical tab, and choose the desired weight. If the content type is set to use
menu weight, the weight selector will be disabled.

Views
-----
Weight includes a default view that provides a drag-and-drop interface for
reordering nodes. Go to Administration > Structure > Views, locate the disabled
Weight view, and click enable. This view can now be edited as normal to fit your
needs. Note that the Weight field can’t be the first field in the view.

Node weights can also be used in new or existing views as Filters, Sorts, or
Arguments.

File

README.txt
View source
  1. Overview
  2. --------
  3. This module provides a weight field for enabled content types. The default
  4. frontpage is overridden to sort nodes first by sticky, then weight, then created
  5. date. Nodes with a lower weight will be positioned before those with higher
  6. weights.
  7. Installation
  8. ------------
  9. This module can be installed by following the instructions at
  10. http://drupal.org/node/70151.
  11. Configuration
  12. -------------
  13. To enable Weight for a content type, go to Administration > Structure > Content
  14. types and select the content type you want to enable Weight for. Select the Weight
  15. vertical tab, choose your desired settings, and click the Save button.
  16. Set a node weight
  17. -----------------
  18. To set the weight for a node, go to that node's edit page, select the Weight
  19. vertical tab, and choose the desired weight. If the content type is set to use
  20. menu weight, the weight selector will be disabled.
  21. Views
  22. -----
  23. Weight includes a default view that provides a drag-and-drop interface for
  24. reordering nodes. Go to Administration > Structure > Views, locate the disabled
  25. Weight view, and click enable. This view can now be edited as normal to fit your
  26. needs. Note that the Weight field can’t be the first field in the view.
  27. Node weights can also be used in new or existing views as Filters, Sorts, or
  28. Arguments.