| 1 |
// $Id: README.txt,v 1.1.4.6 2008/10/07 16:41:26 mooffie Exp $
|
| 2 |
|
| 3 |
This is a very simple module that adds a 'weight' field to the tables already
|
| 4 |
used by the excellent Flag module.
|
| 5 |
|
| 6 |
http://drupal.org/handbook/modules/flag
|
| 7 |
|
| 8 |
This weight can then be used to provide sorting of flagged items. This module
|
| 9 |
also provides a Views field which can be used to sort flagged items. One
|
| 10 |
interesting use of this ability is to integrate with Draggable Views to create a
|
| 11 |
user-sortable list of flagged items (however this currently requires extending
|
| 12 |
that module to support non-CCK sort fields, and a custom save method).
|
| 13 |
|
| 14 |
http://drupal.org/project/draggableviews
|
| 15 |
|
| 16 |
Recommended Modules
|
| 17 |
-------------------
|
| 18 |
- Views
|
| 19 |
|
| 20 |
Installation
|
| 21 |
------------
|
| 22 |
1) Copy the flag_weights directory to the modules folder in your installation.
|
| 23 |
|
| 24 |
2) Enable the module using Administer -> Modules (/admin/build/modules)
|
| 25 |
|
| 26 |
Support
|
| 27 |
-------
|
| 28 |
If you experience a problem with flag or have a problem, file a
|
| 29 |
request or issue on the flag_weights queue at
|
| 30 |
http://drupal.org/project/issues/flag_weights. DO NOT POST IN THE FORUMS.
|
| 31 |
Posting in the issue queues is a direct line of communication with the module
|
| 32 |
authors.
|
| 33 |
|
| 34 |
No guarantee is provided with this software, no matter how critical your
|
| 35 |
information, module authors are not responsible for damage caused by this
|
| 36 |
software or obligated in any way to correct problems you may experience.
|
| 37 |
|
| 38 |
Licensed under the GPL 2.0.
|
| 39 |
http://www.gnu.org/licenses/gpl-2.0.txt
|
| 40 |
|