plus1.css |
plus1.css |
|
div.plus1-widget {
padding: 0.2em 0.2em 0.6em;
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."
core = 6.x |
plus1.install |
plus1.install |
|
|
plus1.module |
plus1.module |
|
A simple +1 voting widget module. |
README.txt |
README.txt |
|
This module was written as part of a 11 heavens tutorial on how to 'do' Ajax in Drupal 6.
The inspiration came from the first edition of the book Pro Drupal Development, chapter 17.
The 11 heavens tutorial can be found here:… |