| 1 |
$Id$
|
| 2 |
|
| 3 |
1. Install webcalendar somewhere where it will be accessible below the path
|
| 4 |
of you Drupal install. E.g. if your drupal site is accessible at
|
| 5 |
"www.mysite.com/drupal/" webcalendar would have to be installed at
|
| 6 |
"www.mysite.com/drupal/webcal/". This is due to restrictions browsers place
|
| 7 |
on reading cookies.
|
| 8 |
If possible install the webcal tables in the same database as the drupal
|
| 9 |
tables.
|
| 10 |
|
| 11 |
2. Copy the webcal folder into your modules directory
|
| 12 |
|
| 13 |
3. Enable the module in drupal
|
| 14 |
|
| 15 |
4. Configure the webcal module in Drupal:
|
| 16 |
administer->settings->webcal
|
| 17 |
|
| 18 |
5. Set the permissions for accesing webcal in Drupal:
|
| 19 |
access webcal = user can view public calendar
|
| 20 |
administer webcal = user can change the webcal settings in drupal
|
| 21 |
(eg path to webcal, iframe properties)
|
| 22 |
login to webcal = user has they're own calendar
|
| 23 |
webcal admin = user is a webcal admin
|
| 24 |
|
| 25 |
6. a) If you are using WebCalendar 1.1.x:
|
| 26 |
Copy login-app.php into your webcalendar root directory (overwrite the
|
| 27 |
existing file) & rename user-app-drupal-1.1.x.php to user-app-drupal.php
|
| 28 |
and copy into your webcalendar ./includes directory.
|
| 29 |
|
| 30 |
b) If you are using WebCalendar 1.0.x:
|
| 31 |
Rename user-app-drupal-1.0.x.php to user-app-drupal.php and copy into your
|
| 32 |
webcalendar ./includes directory.
|
| 33 |
|
| 34 |
7. Edit the settings in the config section at the top of user-app-drupal.php
|
| 35 |
|
| 36 |
8. Edit ./includes/settings.php in the webcalendar directory and change the
|
| 37 |
user_inc line to "user_inc: user-app-drupal.php" (without the quotes)
|
| 38 |
|
| 39 |
9. Click the calendar link on your menu and you should see webcalendar
|