-
Notifications
You must be signed in to change notification settings - Fork 0
This module tries to automatically detect the visitor's time zone (using JavaScript) and adjusts the times shown in your forum accordingly. This will work for both logged in and anonymous users.
Phorum/Module-automatic_timezones
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Module : @TITLE@
Version : @VERSION@
Authors : Original idea and implementation by Joe Curia
Full rewrite by Maurice Makaay <[email protected]>
@DESCRIPTION@
By default, all time zone offests will be automatically determined by the
time zone offset on the visitor's computer.
For authenticated users and anonymous users that have cookies enabled in
their browser, the time zone will be checked once per day.
If an anonymous visitor does not have cookies enabled, that visitor's IP
address will be stored with the offset information. In this case the time
zone will be checked every two hours to avoid issues with dynamic and/or
roaming IP's.
In the settings page, the admin can allow registered users to override the
automatic timezone with one of there own choosing. To use this option, you
must enable the option "Allow Time Zone Selection" in the User Settings
section of the General Settings page in the admin section as well.
Install
-------
- Unpack the archive;
- Move the directory "@MODULE_ID@" to the directory "mods"
within your Phorum installation;
- Login as administrator in Phorum's administrative interface and
go to the "Modules" section;
- Enable the module "@TITLE@".
- Configure the module through the module's settings page.
About
This module tries to automatically detect the visitor's time zone (using JavaScript) and adjusts the times shown in your forum accordingly. This will work for both logged in and anonymous users.
Resources
Stars
Watchers
Forks
Packages 0
No packages published