| 1 |
// $Id$
|
| 2 |
|
| 3 |
REQUIREMENTS
|
| 4 |
------------
|
| 5 |
|
| 6 |
* Drupal 4.7 or later
|
| 7 |
* VotingAPI
|
| 8 |
|
| 9 |
|
| 10 |
INSTALLATION
|
| 11 |
------------
|
| 12 |
|
| 13 |
1. DOWNLOAD AND INSTALL VOTING API
|
| 14 |
|
| 15 |
VotingAPI can be found at http://drupal.org/project/votingapi/.
|
| 16 |
Follow the installation instructions that comes with the module.
|
| 17 |
|
| 18 |
2. INSTALL DECISIONS
|
| 19 |
|
| 20 |
Unpack the module in your sites module directory. Then browse to
|
| 21 |
"administer" -> "site building" -> "modules" (or "administer" ->
|
| 22 |
"modules") and enable the Decisions module.
|
| 23 |
|
| 24 |
3. CONFIGURE DECISIONS
|
| 25 |
|
| 26 |
You probably want to set the permissions for which users who can
|
| 27 |
vote, see results etc.: Browse to "administer" -> "user management" ->
|
| 28 |
"access control" (or "administer" -> "access control") and set permissions
|
| 29 |
for the Decisions module.
|
| 30 |
|
| 31 |
Other settings related to Decisions can be found at "administer" ->
|
| 32 |
"site configuration" (or "settings") -> "decisions".
|