| 1 |
$Id$
|
| 2 |
|
| 3 |
The Project issue voting module allows users to vote on project issues
|
| 4 |
via a JavaScript degradable voting widget. Administrators can
|
| 5 |
restrict voting by project type, issue category, and issue status.
|
| 6 |
They can also configure the total number of votes allowed per user.
|
| 7 |
|
| 8 |
For complete installation instructions, read the INSTALL.txt file.
|
| 9 |
|
| 10 |
This module depends on:
|
| 11 |
Project issue tracking (http://drupal.org/project/project_issue)
|
| 12 |
Voting API (http://drupal.org/project/votingapi)
|
| 13 |
|
| 14 |
If you install Views (http://drupal.org/project/views) and Panels2
|
| 15 |
(http://drupal.org/project/panels), the module exports some default
|
| 16 |
views and panel pages that provide a dashboard of issue voting on the
|
| 17 |
site.
|
| 18 |
|
| 19 |
Send feature requests and bug reports to the issue tracking system:
|
| 20 |
http://drupal.org/node/add/project-issue/project_issue_voting
|
| 21 |
|
| 22 |
This module was co-developed by:
|
| 23 |
- Chad Phillips (http://drupal.org/user/22079/) a.k.a. "hunmonk"
|
| 24 |
- Derek Wright (http://drupal.org/user/46549) a.k.a. "dww"
|
| 25 |
|
| 26 |
Loosely based on the "Vote Up/Down" package:
|
| 27 |
http://drupal.org/project/vote_up_down
|
| 28 |
|
| 29 |
Originally sponsored by Acquia: http://acquia.com
|