/[drupal]/contributions/modules/flag_weights/README.txt
ViewVC logotype

Contents of /contributions/modules/flag_weights/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Oct 9 10:19:50 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/plain
Initial commit of a module that adds a Weight to Flags module items
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

  ViewVC Help
Powered by ViewVC 1.1.2