You are here

INSTALL.txt in Weight 7

Same filename and directory in other branches
  1. 5 INSTALL.txt
  2. 6 INSTALL.txt
*******************************************************
       INSTALL.txt for weight.module for Drupal
    by Jeff Robbins ::: jeff /@t\ jjeff /d0t\ com
*******************************************************

INSTALL:

Put the module in your modules directory.
Enable it.
Go to admin/config/content/weight
  and select the weight range as well as which node
  types should display weight.
Done.


TO CREATE AN ORDERABLE VIEW:

Create a view as normal with a "page" display
Change the view style to "weight changer"
Include Field Weight.
Sort by Weight DESC.
Ensure only appropriate roles have access to the view.
Load up the view, reorder, and save!

File

INSTALL.txt
View source
  1. *******************************************************
  2. INSTALL.txt for weight.module for Drupal
  3. by Jeff Robbins ::: jeff /@t\ jjeff /d0t\ com
  4. *******************************************************
  5. INSTALL:
  6. Put the module in your modules directory.
  7. Enable it.
  8. Go to admin/config/content/weight
  9. and select the weight range as well as which node
  10. types should display weight.
  11. Done.
  12. TO CREATE AN ORDERABLE VIEW:
  13. Create a view as normal with a "page" display
  14. Change the view style to "weight changer"
  15. Include Field Weight.
  16. Sort by Weight DESC.
  17. Ensure only appropriate roles have access to the view.
  18. Load up the view, reorder, and save!