/[drupal]/contributions/modules/forward/README.txt
ViewVC logotype

Contents of /contributions/modules/forward/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Wed Nov 7 16:30:16 2007 UTC (2 years ago) by seanr
Branch: MAIN
CVS Tags: DRUPAL-6--1-8, DRUPAL-6--1-9, DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-6, DRUPAL-6--1-7, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--1-10, DRUPAL-6--1-11, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.5: +2 -2 lines
File MIME type: text/plain
Corrected Drupal path locations in installation instructions.
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

  ViewVC Help
Powered by ViewVC 1.1.2