| 1 |
$Id: README.txt,v 1.4.2.1 2007/12/29 20:39:43 kbahey Exp $
|
| 2 |
|
| 3 |
Copyright 2006 http://2bits.com
|
| 4 |
|
| 5 |
This module allows users to add certain nodes to a favorite list.
|
| 6 |
Each node has an "add to favorites" link at the bottom.
|
| 7 |
This favorite list is visible to others viewing the site.
|
| 8 |
|
| 9 |
The admin can specify which type of nodes are allowed to be
|
| 10 |
added to favorites by users.
|
| 11 |
|
| 12 |
Views integration provide the following:
|
| 13 |
- Filter for current users (my favorite nodes)
|
| 14 |
- Filter for all nodes that have been added to favorites by any user.
|
| 15 |
- A field that shows how many users have added the node to favorites,
|
| 16 |
useful as an indication for popularity.
|
| 17 |
- An argument that allows filtering of Favorites nodes for a specific user.
|
| 18 |
This is useful to show "editor's picks" and such type of lists.
|
| 19 |
|
| 20 |
Installation
|
| 21 |
------------
|
| 22 |
To install this module, Upload or copy the the entire favorite_nodes directory and
|
| 23 |
all its contents to your modules directory.
|
| 24 |
|
| 25 |
Configuration
|
| 26 |
-------------
|
| 27 |
To enable this module do the following:
|
| 28 |
|
| 29 |
1. Go to Administer -> Site building -> Modules, and enable favorite_nodes.
|
| 30 |
|
| 31 |
2. Go to Administer -> User management -> Access control and enable for the roles you want.
|
| 32 |
|
| 33 |
3. Go to Administer -> Site configuration -> Favorite nodes and configure the
|
| 34 |
node types that are allowed to be added to favorites.
|
| 35 |
|
| 36 |
Bugs/Features/Patches:
|
| 37 |
----------------------
|
| 38 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 39 |
at the project page on the Drupal web site.
|
| 40 |
|
| 41 |
Author
|
| 42 |
------
|
| 43 |
Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)
|
| 44 |
|
| 45 |
If you use this module, find it useful, and want to send the author
|
| 46 |
a thank you note, then use the Feedback/Contact page at the URL above.
|
| 47 |
|
| 48 |
The author can also be contacted for paid customizations of this
|
| 49 |
and other modules.
|