| 1 |
// $Id: README.txt,v 1.1.4.3 2009/02/17 21:09:55 karst Exp $
|
| 2 |
*************************************************
|
| 3 |
Ecard Module
|
| 4 |
*************************************************
|
| 5 |
|
| 6 |
This module allows users to create ecards and send a link to a node with
|
| 7 |
that contains a message they wrote to their friends by email.
|
| 8 |
|
| 9 |
Author: msarath
|
| 10 |
co-maintainers: Karsten Frohwein
|
| 11 |
This is the Drupal 6 version.
|
| 12 |
|
| 13 |
There is one module postcard available , but its tied up with image module
|
| 14 |
and this ecard module is a general purpose one.
|
| 15 |
|
| 16 |
You can hook it to any content type whether its image, blog , story, or any
|
| 17 |
custom CCK content type.
|
| 18 |
|
| 19 |
You can customize the letter to send through admin interface at
|
| 20 |
admin/settings/ecard also set which content type you want to hook to. You
|
| 21 |
can also customize the notification letter and the number of days ecards
|
| 22 |
should kept in the database and also the number max number of recipient
|
| 23 |
which default to 100.
|
| 24 |
|
| 25 |
You can also hook to blogs/story I feel then its better to rename the
|
| 26 |
submit button as 'share this post' :)
|
| 27 |
|
| 28 |
Example
|
| 29 |
-------------------------
|
| 30 |
A working example can be found at http://www.mahlove.com - where it es
|
| 31 |
hooked to flash content.
|
| 32 |
|
| 33 |
-------------------------
|
| 34 |
Please read INSTALL.txt to know about installation.
|
| 35 |
-------------------------
|
| 36 |
|
| 37 |
Feel free to post suggestionsand bugs at
|
| 38 |
http://drupal.org/project/issues/ecard
|