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… |
plus1-widget.tpl.php |
theme/plus1-widget.tpl.php |
|
Template implementation to display the node widget. |
plus1.admin.inc |
plus1.admin.inc |
|
This file contains declartion for admin form. |
plus1.css |
plus1.css |
|
div.plus1-widget {
padding: 0.2em;
border-top: 1px #fbf389 solid;
border-bottom: 1px #fbf389 solid;
background-color: #fbfbe6;
width: 4em;
margin-bottom: 10px;
text-align: center;
line-height: 1.25em;
}
div.plus1-widget a {
… |
plus1.info |
plus1.info |
|
name = Plus 1
description = "A +1 voting widget for nodes and comments."
package = Voting
dependencies[] = votingapi
dependencies[] = ctools
dependencies[] = taxonomy
core = 7.x
configure = admin/config/user-interface/plus1 |
plus1.install |
plus1.install |
|
Install file |
plus1.module |
plus1.module |
|
|
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… |
theme.inc |
theme/theme.inc |
|
Theme file, contains implementations of theme functions and preprocessors. |