/[drupal]/contributions/modules/eventrepeat/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/eventrepeat/INSTALL.txt

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


Revision 1.8 - (show annotations) (download)
Sat Jan 17 13:13:10 2009 UTC (10 months ago) by rmiddle
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +27 -13 lines
File MIME type: text/plain
Resync 5.2 branch with head in prep for 6.x branch
1 $Id: INSTALL.txt,v 1.4.2.4 2007/06/06 22:42:41 seanfuller Exp $
2
3 Requirements
4 ------------
5
6 - This module requires Drupal 6 or higher.
7 - This module requires event.module
8 (NOTE: This version of the module requires
9 the 6.1 version of the event module.)
10 - Some functions of this module require cron.
11
12 Installation
13 ------------
14
15 It is assumed that you have Drupal up and running. Be sure to
16 check the Drupal web site if you need assistance. If you run into
17 problems, you should always read the INSTALL.txt that comes with the
18 Drupal package and read the online documentation.
19
20 You should also have event.module installed before you begin.
21
22 You must have cron running on your site (and be visiting your site's cron.php
23 page) for eventrepeat to work properly, and it's suggested that the cron runs
24 happen at least twice a day.
25
26 Note: Backing up your database is a very good idea before you begin!
27
28 1. Place the eventrepeat package into your Drupal sites/all/modules/ directory.
29
30 2. Enable the eventrepeat module by navigating to: administer > modules
31
32 Click the 'Save configuration' button at the bottom to commit your
33 changes.
34
35 3. Configure the options for the module under
36
37 Administer > Site Configuration > Repeating events
38
39 See README.txt for an explanation of repeat settings.
40
41 4. In order for repeating events to be created for a node type, you must first
42 configure that node type to be enabled for repeating events. Enable the node
43 types that you wish to allow repeating events for under
44
45 Administer > Content management > Content types
46
47 While you're in the configuration settings screen, also make sure that
48 the node type is set to be visible in the event calendar. Otherwise
49 eventrepeat will not work properly on that node type
50
51 You may wish to create a new content type if it seems appropriate.
52
53 6. To enable users to create repeat events, set the 'create repeat events' permission for all applicable roles. This can be found at
54
55 Administer > User management > Access control
56
57 7. Check that cron.php is working correctly.
58
59 See the section on cron in the README.txt file.

  ViewVC Help
Powered by ViewVC 1.1.2