| 1 |
TELLAFRIEND MODULE - INSTALL
|
| 2 |
---------------------------
|
| 3 |
|
| 4 |
This module creates a "tell-a-friend" page to direct traffic towards your site.
|
| 5 |
|
| 6 |
5.x version has the following improvements :
|
| 7 |
* flood control with a default of 3 requests per hour. This value can be changed from the
|
| 8 |
settings page. This prevents malicious users from sending bulk emails from a drupal site where
|
| 9 |
tell-a-friend is enabled.
|
| 10 |
* restriction on the number of e-mail addresses that can be included per attempt. The default
|
| 11 |
is 10, but this number can also be changed from the settings page. This prevents malicious users from
|
| 12 |
exploiting tell-a-friend to send bulk emails.
|
| 13 |
|
| 14 |
Installation
|
| 15 |
------------
|
| 16 |
|
| 17 |
1. Install the module.
|
| 18 |
2. Set all settings in Administer -> Site configuration -> Tell a friend.
|
| 19 |
3. Form page exists at path 'http://www.example.com/drupal/?q=tellafriend'.
|
| 20 |
Change with a URL alias if you had like to.
|
| 21 |
|
| 22 |
Author
|
| 23 |
------
|
| 24 |
- Version 4.5.2 author: sbulua <sbulua@middlebury.edu>
|
| 25 |
- Upgrade for 5.x:
|
| 26 |
+ Gurpartap Singh - http://drupal.org/user/41470
|
| 27 |
+ Thierry Guégan - http://drupal.org/user/43798
|
| 28 |
|
| 29 |
|
| 30 |
|