You are here

README.txt in Weight 5

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 6 README.txt
  3. 7.3 README.txt
  4. 7 README.txt
  5. 7.2 README.txt
*******************************************************
       README.txt for weight.module for Drupal
    by Jeff Robbins ::: jeff /@t\ jjeff /d0t\ com
    maintained by harry slaughter <harry@devbee.com>
*******************************************************

This module adds a weight option to enabled node types. It uses the node
table's 'sticky' column to store weights as well as sticky information (so
that feature is not lost). Nodes with lower weight will float to the top of
lists, while heavier items will sink.

This is useful for sorting non-cronological nodes like bios or ecommerce
products.

Nodes will be sorted first by stickiness, then by weight, then by creation
date.

File

README.txt
View source
  1. *******************************************************
  2. README.txt for weight.module for Drupal
  3. by Jeff Robbins ::: jeff /@t\ jjeff /d0t\ com
  4. maintained by harry slaughter
  5. *******************************************************
  6. This module adds a weight option to enabled node types. It uses the node
  7. table's 'sticky' column to store weights as well as sticky information (so
  8. that feature is not lost). Nodes with lower weight will float to the top of
  9. lists, while heavier items will sink.
  10. This is useful for sorting non-cronological nodes like bios or ecommerce
  11. products.
  12. Nodes will be sorted first by stickiness, then by weight, then by creation
  13. date.