plus1.admin.inc |
plus1.admin.inc |
|
A simple +1 voting widget module.
Settings file. |
plus1.api.php |
plus1.api.php |
|
Hooks provided by the Plus1 module. |
plus1.css |
plus1.css |
|
div.plus1-widget {
background-color: #fbfbe6;
border-top: 1px #fbf389 solid;
border-bottom: 1px #fbf389 solid;
line-height: 1.6em;
text-align: center;
width: 4em;
}
div.plus1-widget a {
text-decoration: none;
}
div.plus1-widget… |
plus1.info |
plus1.info |
|
name = Plus 1
description = "A +1 voting widget for nodes."
package = Voting
dependencies[] = votingapi
core = 6.x |
plus1.install |
plus1.install |
|
A simple +1 voting widget module. |
plus1.module |
plus1.module |
|
A simple +1 voting widget module. |
plus1_forums.info |
plus1_forums.info |
|
name = Plus 1 Forums
description = "Limit which forums allow voting."
package = Voting
dependencies[] = plus1
core = 6.x |
plus1_forums.module |
plus1_forums.module |
|
Limit which forums allow voting. |
README.txt |
README.txt |
|
README.txt
==========
Plus1
A module that allows users to cast a +1 vote.
This module depends on the Voting API module.
The Voting API provides:
- Its own table to store the votes.
- Helper functions to store votes and retrieve results.
- Integration… |