advpoll-display-binary-form.tpl.php |
advpoll-display-binary-form.tpl.php |
|
advpoll-display-binary-form.tpl.php
Default theme implementation to show voting form for binary polls. |
advpoll-display-ranking-form.tpl.php |
advpoll-display-ranking-form.tpl.php |
|
advpoll-display-ranking-form.tpl.php
Default theme implementation to show voting form for ranked polls. |
advpoll.admin.inc |
advpoll.admin.inc |
|
Page callbacks for the advpoll module. |
advpoll.css |
advpoll.css |
|
.node-form .choices {
margin-right: 0.2em;
display:inline;
}
a.remove-choice {
font-size: 0.85em;
cursor:pointer;
}
html.js .writein-choice, html.js .edit-settings-show-writeins {
display: none;
}
html.js input.writein-choice {
… |
advpoll.info |
advpoll.info |
|
name = Advanced Poll
description = An advanced polling module for voting, elections, and group decision-making.
dependencies[] = votingapi
dependencies[] = date
core = 6.x
package = "Voting"
version = "6.x-3.x-dev"
core =… |
advpoll.install |
advpoll.install |
|
Manage database installation and upgrading for advpoll. |
advpoll.module |
advpoll.module |
|
Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making. |
advpoll.pages.inc |
advpoll.pages.inc |
|
Page callbacks for the advpoll module. |
advpoll.views.inc |
views/advpoll.views.inc |
|
Views integration for Advanced Poll module. |
advpoll_convert.info |
advpoll_convert.info |
|
name = Advanced Poll Converter
description = Converts a site's standard Drupal polls into Advanced Poll polls.
dependencies[] = votingapi
dependencies[] = advpoll
package = "Voting"
core = 6.x
; Information added by drupal.org… |
advpoll_convert.module |
advpoll_convert.module |
|
Converts a site's standard Drupal polls into Advanced Poll polls. |
binary.inc |
modes/binary.inc |
|
Handle binary (true/false) votes. |
INSTALL.txt |
INSTALL.txt |
|
REQUIREMENTS
------------
* Drupal 6.0 or later
* VotingAPI 6.0 or later
* Date 6.0 or later (note that Date module is dependent upon CCK)
INSTALLATION
------------
1. DOWNLOAD AND INSTALL VOTING API
VotingAPI can be found at… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
ranking.inc |
modes/ranking.inc |
|
Handle ranking votes, e.g. choice A is preferred over choice B, which in turn is preferred over choice C. |
SI_changelog.txt |
SI_changelog.txt |
|
Michele Wickham - Smashing Ideas, Inc. 12/2/2011
1. Added create_view_block field in installation script.
2. Added fields to node add/edit form to enable creation of a block for a specific poll
3. Updated insert/update queries to save new… |