You are here

INSTALL.txt in Weight 6

Same filename and directory in other branches
  1. 5 INSTALL.txt
  2. 7 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/settings/weight/setup
  and click "Setup Database".
Go to admin/settings/weight
  and select the weight range as well as which node
  types should display weight.
Done.


UNINSTALL:

Go to admin/settings/weight/setup/disable
  and click "Remove Weights".
Disable the module.

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/settings/weight/setup
  9. and click "Setup Database".
  10. Go to admin/settings/weight
  11. and select the weight range as well as which node
  12. types should display weight.
  13. Done.
  14. UNINSTALL:
  15. Go to admin/settings/weight/setup/disable
  16. and click "Remove Weights".
  17. Disable the module.
  18. TO CREATE AN ORDERABLE VIEW:
  19. Create a view as normal with a "page" display
  20. Change the view style to "weight changer"
  21. Include Field Weight.
  22. Sort by Weight DESC.
  23. Ensure only appropriate roles have access to the view.
  24. Load up the view, reorder, and save!