Advanced Poll Help |
help/advpoll.html |
|
Advanced Poll Help |
Advanced Poll Voting Behavior |
help/behavior.html |
|
Advanced Poll Voting Behavior |
Advanced Poll Voting Modes |
help/modes.html |
|
Advanced Poll Voting Modes |
advpoll-bar.tpl.php |
templates/advpoll-bar.tpl.php |
|
Default template for an advanced poll bar - based on default Drupal Poll template. |
advpoll-borda-bar.tpl.php |
advpoll_ranking/templates/advpoll-borda-bar.tpl.php |
|
Default template for an advanced poll bar - based on default Drupal Poll template. |
advpoll-closed.tpl.php |
templates/advpoll-closed.tpl.php |
|
Default template that displays closed messaging when a poll is not available. |
advpoll-ineligible.tpl.php |
templates/advpoll-ineligible.tpl.php |
|
Default template for displaying messaging when a user is not eligible to vote on
a poll due to not being in the electoral list. |
advpoll-noresults.tpl.php |
templates/advpoll-noresults.tpl.php |
|
Default template for an advanced poll when results are not available. |
advpoll-results.tpl.php |
templates/advpoll-results.tpl.php |
|
Default template for wrapping bar results - includes count of votes. |
advpoll-runoff.tpl.php |
advpoll_ranking/templates/advpoll-runoff.tpl.php |
|
Default template for wrapping bar results - includes count of votes. |
advpoll.css |
css/advpoll.css |
|
.poll {
overflow: hidden;
}
.poll .bar {
height: 1em;
margin: 1px 0;
background-color: #ddd;
}
.poll .bar .foreground {
background-color: #000;
height: 1em;
float: left; /* LTR */
}
.poll .links {
text-align: center;
}
.poll .percent… |
advpoll.info |
advpoll.info |
|
name = Advanced Poll
description = "Allows creation of standard or approval weighted polls with the option to create write-ins, limit by electoral list or present any poll as a block. It takes advantage of the Voting API to track votes with the… |
advpoll.install |
advpoll.install |
|
Install file for Advanced Poll
Much thanks to the example modules. MW |
advpoll.module |
advpoll.module |
|
|
advpoll.pages.inc |
includes/advpoll.pages.inc |
|
|
advpoll_converter.admin.inc |
advpoll_converter/advpoll_converter.admin.inc |
|
|
advpoll_converter.info |
advpoll_converter/advpoll_converter.info |
|
name = Advanced Poll Converter
description = "Allows selective conversion of standard Drupal Polls to the Advanced Poll format."
dependencies[] = advpoll
dependencies[] = votingapi
core = 7.x
package = "Voting" |
advpoll_converter.module |
advpoll_converter/advpoll_converter.module |
|
|
advpoll_field.info |
advpoll_field/advpoll_field.info |
|
name = Advanced Poll Field
description = "Provides a FieldAPI field type for presenting an Advanced Poll
choice field with a Boolean checkbox to indicate write-in status."
core = 7.x
package = "Voting" |
advpoll_field.install |
advpoll_field/advpoll_field.install |
|
|
advpoll_field.module |
advpoll_field/advpoll_field.module |
|
Provides a FieldAPI field type for presenting an Advanced Poll choice field with
a Boolean checkbox to indicate write-in status. |
advpoll_helper.inc |
includes/advpoll_helper.inc |
|
|
advpoll_ranking.info |
advpoll_ranking/advpoll_ranking.info |
|
name = Advanced Ranking Poll
description = "Extends the functionality of Advanced Poll with borda and instant-runoff style polling."
dependencies[] = advpoll
core = 7.x
package = "Voting"
files[] = js/advpoll-ranking.js |
advpoll_ranking.install |
advpoll_ranking/advpoll_ranking.install |
|
Install file for Advanced Ranking Poll |
advpoll_ranking.module |
advpoll_ranking/advpoll_ranking.module |
|
|
advpoll_voteapi.inc |
includes/advpoll_voteapi.inc |
|
|