| 1 |
|
| 2 |
|
| 3 |
FORWARD MODULE - README
|
| 4 |
______________________________________________________________________________
|
| 5 |
|
| 6 |
NAME: Forward
|
| 7 |
AUTHORS: Sean Robertson <seanr@ngpsoftware.com>
|
| 8 |
Peter Feddo
|
| 9 |
______________________________________________________________________________
|
| 10 |
|
| 11 |
|
| 12 |
DESCRIPTION
|
| 13 |
|
| 14 |
Adds a "forward this page" link to each node. This module allows users to
|
| 15 |
forward a link to a specific node on your site to a friend. You can customize
|
| 16 |
the default form field values and even view a running count of the emails sent
|
| 17 |
so far using the forward module.
|
| 18 |
|
| 19 |
|
| 20 |
INSTALLATION
|
| 21 |
|
| 22 |
Step 1) Download latest release from http://drupal.org/project/forward
|
| 23 |
|
| 24 |
Step 2)
|
| 25 |
Extract the package into your 'modules' directory.
|
| 26 |
|
| 27 |
|
| 28 |
Step 3)
|
| 29 |
Enable the forward module.
|
| 30 |
|
| 31 |
Go to "administer >> build >> modules" and put a checkmark in the 'status' column next
|
| 32 |
to 'forward'.
|
| 33 |
|
| 34 |
|
| 35 |
Step 4)
|
| 36 |
Go to "administer >> site configuration >> forward" to configure the module.
|
| 37 |
|
| 38 |
Edit 'forward.theme' to change the look and feel of your emails. You can also
|
| 39 |
create different themes for different phptemplate themes with by copying the
|
| 40 |
contents of 'forward.theme' into your theme's 'template.php' file and
|
| 41 |
prepending the function name with 'phptemplate_'. Then you can customize the
|
| 42 |
function as needed and those changes will only appear went sent by a user using
|
| 43 |
that theme. For more information, see the Drupal handbook:
|
| 44 |
|
| 45 |
http://drupal.org/node/11811
|
| 46 |
|
| 47 |
|
| 48 |
Step 5)
|
| 49 |
Enable permissions appropriate to your site.
|
| 50 |
|
| 51 |
The forward module provides two permissions:
|
| 52 |
- 'access forward': allow user to forward pages.
|
| 53 |
- 'administer forward': allow user to configure forward.
|
| 54 |
|
| 55 |
Note that you need to enable 'access forward' for users who should be able to
|
| 56 |
send emails using the forward module.
|
| 57 |
|
| 58 |
|
| 59 |
Step 6)
|
| 60 |
Go to "administer >> logs >> forward tracking" to view forward usage statistics.
|
| 61 |
|
| 62 |
|
| 63 |
CREDITS & SUPPORT
|
| 64 |
|
| 65 |
Special thanks to Jeff Miccolis of developmentseed.org for supplying the
|
| 66 |
tracking features and various other edits. Thanks also to Nick White for his
|
| 67 |
EmailPage module, some code from which was used in this module, as well as the
|
| 68 |
numerous other users who have submitted issues and patches for forward.
|
| 69 |
|
| 70 |
All issues with this module should be reported via the following form:
|
| 71 |
http://drupal.org/node/add/project_issue/forward
|
| 72 |
|
| 73 |
______________________________________________________________________________
|
| 74 |
http://www.ngpsystems.com
|