| 1 |
// $Id: README.txt,v 1.3.2.1 2007/05/31 16:26:03 lukelast Exp $ |
// $Id: README.txt,v 1.3.2.2 2007/08/01 14:13:19 darrenoh Exp $ |
| 2 |
|
|
| 3 |
INSTALL INSTRUCTIONS FOR AUTOTIMEZONE.MODULE |
INSTALL INSTRUCTIONS FOR AUTOTIMEZONE.MODULE |
| 4 |
---- |
---- |
| 5 |
|
|
| 6 |
1. Copy the autotimezone directory or the autotimezone.module and autotimezone.info files to your Drupal modules/ directory |
1. Copy the autotimezone directory or the autotimezone.module and autotimezone.info files to your Drupal modules/ directory |
| 7 |
2. Login as site administrator. |
2. Login as site administrator. |
| 8 |
3. Activate autotimezone.module on the administer->modules page. |
3. Activate autotimezone.module on the "administer->Site building->modules" page. |
| 9 |
4. Enjoy. |
4. Enjoy. |
| 10 |
|
|
| 11 |
DESCRIPTION |
DESCRIPTION |
| 16 |
MODULE OPTIONS |
MODULE OPTIONS |
| 17 |
---- |
---- |
| 18 |
|
|
| 19 |
|
The setting "Site configuration->Date and time->Configurable time zones" must be Enabled for this module to work. |
| 20 |
|
|
| 21 |
This module has the optional feature of setting a $_SESSION['timezone'] variable for guest users. This feature can be taken advantage of in custom code or other modules when a guest user’s time zone is needed. The Value of $_SESSION['timezone'] is in minutes from GMT. |
This module has the optional feature of setting a $_SESSION['timezone'] variable for guest users. This feature can be taken advantage of in custom code or other modules when a guest user’s time zone is needed. The Value of $_SESSION['timezone'] is in minutes from GMT. |
| 22 |
|
|
| 23 |
Please send comments to luke {at} lukelast [.] com |
Please send comments to luke {at} lukelast [.] com |