CHANGELOG.txt |
CHANGELOG.txt |
|
April 10, 2007
------------------
[Fredrik Jonsson]
vote_storylink.module:
- Added a better error message when a duplicate url is submitted.
- Minor coding style fixes.
April 3, 2007
------------------
[Fredrik Jonsson]
vote_up_down.module:
-… |
INSTALL.txt |
INSTALL.txt |
|
Vote Up/Down 5.x installation documentation:
--------------------------------------------------------------------------------
Author = Ron Williams (ron at ronsnexus dot com)
Current Maintainer = Fredrik Jonsson
Requires Drupal… |
node-example.tpl.php |
alternative/node-example.tpl.php |
|
|
node-storylink.tpl.php |
node-storylink.tpl.php |
|
|
node-storylink.tpl.php |
alternative/node-storylink.tpl.php |
|
|
README.txt |
README.txt |
|
Drupal Vote up/down Package:
---------------------------
Author - Fredrik Jonsson fredrik at combonet dot se
Requires - Drupal 5
License - GPL (see LICENSE)
Overview:
--------
This project is an attempt to build a digg.com/reddit.com clone.
There… |
template.php |
template.php |
|
|
vote_storylink.info |
vote_storylink.info |
|
name = Storylink
description = Enables the creation of articles that links to websites, pages, documents etc., part of Vote up/down.
dependencies = links
package = Voting |
vote_storylink.module |
vote_storylink.module |
|
|
vote_up_down.css |
vote_up_down.css |
|
.vote-up-down-widget {
float: left;
clear: left;
padding: 2px;
margin: 2px 5px 2px 0;
border: 1px solid #ccc;
}
.vote-up-down-via {
float: right;
color: #999;
padding-left: 3px;
}
.vote-up-act, .vote-up-inact, .vote-down-act,… |
vote_up_down.info |
vote_up_down.info |
|
name = Vote up/down
description = Adds a up/down vote widget to selected node types, part of Vote up/down.
dependencies = votingapi
package = Voting |
vote_up_down.install |
vote_up_down.install |
|
|
vote_up_down.module |
vote_up_down.module |
|
vote_up_down is a module that adds a widget for +1/-1 votes on nodes.
It depends upon Voting API.
It's based upon "simplevote.module". |
vote_up_down_actions.inc |
vote_up_down_actions.inc |
|
Contains Drupal actions and actions sets for use with vote_up_down.module and the Voting API.. |
vote_up_down_views.inc |
vote_up_down_views.inc |
|
|