You are here

README.txt in Flag 5

Same filename in this branch
  1. 5 README.txt
  2. 5 theme/README.txt
Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.3 README.txt
  4. 7.2 README.txt
You may want to visit the handbook of this module, at:

  http://drupal.org/handbook/modules/flag

The Flag module is a flexible flagging system whose primary goal is
to give all the control to the administrator. Using this module, the
site administrator can provide an arbitrary number of 'flags'.

A flag is really just a boolean toggle that is set on a node, comment,
or user. Flags may be per-user, meaning that each user can flag an item
individually, or global, meaning that the item is either flagged or it
is not flagged, and any user who changes that changes it for everyone.

In this way, additional flags (similar to 'published' and 'sticky') can 
be put on nodes, or other items, and dealt with by the system however 
the administration likes.

Each flag allows the administrator to choose the 'flag this' text, and
the place where the user interface for flagging the item will appear
(For example: for nodes, whether a flagging link appears on the node
teaser as well on the full node view).

Each flag can be restricted to use only by certain roles. Each
flag provides data to the Views module, and provides a default
view to list 'My bookmarks'. These default views are somewhat crude,
but are easily tailored to whatever the system administrator would like
it to do. 

Each flag also provides an 'argument' to the Views module that can be 
used to allow a user to view other people's flagged content. This isn't 
turned on by default anywhere, though, and the administrator will need 
to construct a view in order to take advantage of it.

The module will come installed with a simple flag called "bookmarks" and 
a simple view for 'My bookmarks'. This is a default view provided by the 
Flag module, but can be customized to fit the needs of your site. To 
customize this view, go to admin/build/views and find the 
'flags_bookmarks' view. Click the 'Add' action to customize the view. 
Once saved, the new version of the view will be used rather than the one 
provided by Flag.

Besides editing the default view that comes with the module, Flag
provides many views filters, fields, and sort criteria to make all sorts of
displays possible relating to the number of times an item has been flagged.

This module was formerly known as Views Bookmark.

Ongoing development by Nathan Haug and mystery man Mooffie.

Originally written by Earl Miles.

Recommended Modules
-------------------
- Views

Installation
------------
1) Copy the flag directory to the modules folder in your installation.

2) Enable the module using Administer -> Modules (/admin/build/modules)

Configuration
-------------
The configuration for Flag is spread between Views configuration
and the Flag site building page. To configure:

1) Configure the flags for your site at
   Administer -> Site Building -> Flags (/admin/build/flags)

   You can create and edit flags on this page. Descriptions for the various
   options are provided below each field on the flag edit form.

2) Go to the Views building pages at
   Administer -> Site Building -> Views (/admin/build/views)

   A default view is provided to get you started organizing your flags. You
   can override the view or use it as a template to control the display of your
   flags.

Support
-------
If you experience a problem with flag or have a problem, file a
request or issue on the flag queue at
http://drupal.org/project/issues/flag. DO NOT POST IN THE FORUMS.
Posting in the issue queues is a direct line of communication with the module
authors.

No guarantee is provided with this software, no matter how critical your
information, module authors are not responsible for damage caused by this
software or obligated in any way to correct problems you may experience.

Licensed under the GPL 2.0.
http://www.gnu.org/licenses/gpl-2.0.txt

File

README.txt
View source
  1. You may want to visit the handbook of this module, at:
  2. http://drupal.org/handbook/modules/flag
  3. The Flag module is a flexible flagging system whose primary goal is
  4. to give all the control to the administrator. Using this module, the
  5. site administrator can provide an arbitrary number of 'flags'.
  6. A flag is really just a boolean toggle that is set on a node, comment,
  7. or user. Flags may be per-user, meaning that each user can flag an item
  8. individually, or global, meaning that the item is either flagged or it
  9. is not flagged, and any user who changes that changes it for everyone.
  10. In this way, additional flags (similar to 'published' and 'sticky') can
  11. be put on nodes, or other items, and dealt with by the system however
  12. the administration likes.
  13. Each flag allows the administrator to choose the 'flag this' text, and
  14. the place where the user interface for flagging the item will appear
  15. (For example: for nodes, whether a flagging link appears on the node
  16. teaser as well on the full node view).
  17. Each flag can be restricted to use only by certain roles. Each
  18. flag provides data to the Views module, and provides a default
  19. view to list 'My bookmarks'. These default views are somewhat crude,
  20. but are easily tailored to whatever the system administrator would like
  21. it to do.
  22. Each flag also provides an 'argument' to the Views module that can be
  23. used to allow a user to view other people's flagged content. This isn't
  24. turned on by default anywhere, though, and the administrator will need
  25. to construct a view in order to take advantage of it.
  26. The module will come installed with a simple flag called "bookmarks" and
  27. a simple view for 'My bookmarks'. This is a default view provided by the
  28. Flag module, but can be customized to fit the needs of your site. To
  29. customize this view, go to admin/build/views and find the
  30. 'flags_bookmarks' view. Click the 'Add' action to customize the view.
  31. Once saved, the new version of the view will be used rather than the one
  32. provided by Flag.
  33. Besides editing the default view that comes with the module, Flag
  34. provides many views filters, fields, and sort criteria to make all sorts of
  35. displays possible relating to the number of times an item has been flagged.
  36. This module was formerly known as Views Bookmark.
  37. Ongoing development by Nathan Haug and mystery man Mooffie.
  38. Originally written by Earl Miles.
  39. Recommended Modules
  40. -------------------
  41. - Views
  42. Installation
  43. ------------
  44. 1) Copy the flag directory to the modules folder in your installation.
  45. 2) Enable the module using Administer -> Modules (/admin/build/modules)
  46. Configuration
  47. -------------
  48. The configuration for Flag is spread between Views configuration
  49. and the Flag site building page. To configure:
  50. 1) Configure the flags for your site at
  51. Administer -> Site Building -> Flags (/admin/build/flags)
  52. You can create and edit flags on this page. Descriptions for the various
  53. options are provided below each field on the flag edit form.
  54. 2) Go to the Views building pages at
  55. Administer -> Site Building -> Views (/admin/build/views)
  56. A default view is provided to get you started organizing your flags. You
  57. can override the view or use it as a template to control the display of your
  58. flags.
  59. Support
  60. -------
  61. If you experience a problem with flag or have a problem, file a
  62. request or issue on the flag queue at
  63. http://drupal.org/project/issues/flag. DO NOT POST IN THE FORUMS.
  64. Posting in the issue queues is a direct line of communication with the module
  65. authors.
  66. No guarantee is provided with this software, no matter how critical your
  67. information, module authors are not responsible for damage caused by this
  68. software or obligated in any way to correct problems you may experience.
  69. Licensed under the GPL 2.0.
  70. http://www.gnu.org/licenses/gpl-2.0.txt