Author |
|
glenelkins Newbie
Joined: 25 August 2020 Location: United Kingdom
Online Status: Offline Posts: 33
|
Posted: 12 November 2020 at 12:31pm | IP Logged
|
|
|
Your timezone has changed. Old time 21:30 (Europe/Gibraltar), new time 20:30 (Europe/London).
Click Switch to use new timezone, or just close this popup to keep using the old one.
How can i disable this? I don't want the timezone to change, can we turn this message off and keep the system on a specific timezone?
Also is there a way to disable mobile sync and things like calendar? I don't need/want all of that.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 November 2020 at 10:55pm | IP Logged
|
|
|
That behavior is not configurable, but you can disable it by commenting out or removing line ~1474 in modules/Core/Module.php file, GetSettings method:
Code:
$aSettings['Timezone'] = $oUser->DefaultTimeZone; |
|
|
That way, the client will assume timezone wasn't saved yet so it won't suggest changing it.
Quote:
Also is there a way to disable mobile sync and things like calendar? I don't need/want all of that. |
|
|
Yes, features can be disabled by setting Disabled to true in module configuration file under data/settings/modules directory - MobileSyncWebclient.config.json and CalendarWebclient.config.json, respectively.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|