$id$
README.txt
==========
I like this

A module that allows users to express preference with an "I like this" (drupal) link.
This module depends on the Voting API and Plus1 modules.
The Voting API provides:
- Its own table to store the votes.
- Helper functions to store votes and retrieve results.
- Integration with the Views module.
The Plus1 module provides:
- Configuration settings for widget display (eligible content types, teaser or full view, feedback text)
- UI and callbacks to cast votes


INSTALLATION
=============

To install this module:

- Install the Voting API module, following the install instructions provided with that module.
- Install the Plus1 module, following the install instructions provided with that module.
- Then copy the i_like_this folder to your sites/all/modules directory.
- Enable the module on the page ?q=admin/build/modules/list.
- Clear the cache at ?q=admin/settings/performance
- Be sure to grant appropriate roles the permission to 'rate content'.
- Configure eligible content types, teaser/fullnode display, and feedback text at ?q=admin/settings/plus1
- Copy plus1_widget.tpl.php to your theme's folder (this will remove the Plus1 widget).


CREDITS
==================
- Thanksk to Caroline Schnapp author of the Plus1 module, which served as a base for this module. http://11heavens.com (chill35 on http://drupal.org)


AUTHOR/MAINTAINER
==================
Colaborativa.net (www.colaborativa.net)

