Views Integration
The Weight module includes a default view that is disabled by default. This view provides a table of node titles that can be reordered using
The Weight module adds a weight option to enabled node types. Nodes with lower weight will float to the top of lists, while heavier items will sink to the bottom of lists. This is useful for sorting non-chronological nodes like bios, e-commerce products, or whatever you would like and for ordering nodes on the front page.
The "standard" Drupal sort order for nodes is by sticky, then by created date. Weight uses the node table's 'sticky' column to store weights as well as sticky information (so that feature is not lost). So then nodes will be sorted first by stickiness, then by weight, then by creation date.
This is a simple module with a simple purpose that can add a lot of value to your site with very little overhead.
Standard module installation applies.
NOTE: Version 3 is used differently. See below for details.
The only menu item is for the settings (see below).
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.
There are principally two ways of setting a node's weight. The first is when the node is created or
edited. The second is through the Content administration page.
For enabled content types and users who have the appropriate permission, a fieldset will be added to
the node form for "Weight." Within this fieldset, you will find a selector box for the weight.
On the Content administration page (Administration » Content), there will be a "Weight"
column containing a selector box to set the weight of any node with a content type that has been weight enabled.
The module provides a new field type and widget called "weight" that can be added to a content type like any other field.
The only menu item is for the settings (see below).
The module administration is at Administer » Site configuration » Weight. Access to this page is controlled with the administer site configuration permission.
There are principally two ways of setting a node's weight. The first is when the node is created or edited. The second is through the Content administration page.
For enabled content types and users who have the appropriate permission, a fieldset will be added to the node form for "Node Weight." Within this fieldset, you will find a selector box for the weight.
On the Content administration page (Administer » Content management » Content), the "Operations" column will contain a selector box for the weight of any node with a content type that was selected on the settings page.
The Weight module includes a default view that is disabled by default. This view provides a table of node titles that can be reordered using