Meeting Mod Time
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Meeting Mod Time
Hi Oxpus,
Have tried reading through the site, but my German is pretty rusty, so have seen the topic mentioned aready and cannot understand, so hope you can help.
I have your meeting Mod on my website, which is heavily used and is fantastic, but I have a problem with the Time, if someone puts 6pm then save, it automatically shows 5pm, do you know why this is happening.
I was on version 1.3.13 (which I read shoud have resolved this problem) and recently upgraded to 1.3.16 but this did not fix the problem.
Any help will be apprieciated.
Regards
Have tried reading through the site, but my German is pretty rusty, so have seen the topic mentioned aready and cannot understand, so hope you can help.
I have your meeting Mod on my website, which is heavily used and is fantastic, but I have a problem with the Time, if someone puts 6pm then save, it automatically shows 5pm, do you know why this is happening.
I was on version 1.3.13 (which I read shoud have resolved this problem) and recently upgraded to 1.3.16 but this did not fix the problem.
Any help will be apprieciated.
Regards
Zuletzt geändert von raqman1 am Mi 15.Aug, 2007 18:30, insgesamt 1-mal geändert.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Please check your profile specially for summer-/wintertime.
The MOD regards the current timezone inclusive the DST-Flag.
I've no more errors with this...
But you can test it:
Open the file meeting_manage.php, replace "mktime" with "gmmktime" and retry.
"gmmktime" will regard the timezone, mktime will not, but for displaying the time, the timezone will be used, too...
The MOD regards the current timezone inclusive the DST-Flag.
I've no more errors with this...
But you can test it:
Open the file meeting_manage.php, replace "mktime" with "gmmktime" and retry.
"gmmktime" will regard the timezone, mktime will not, but for displaying the time, the timezone will be used, too...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Hi Oxpus,
Thanks for the reply!
OK I can see the problem is due to the users and their GMT status, but as I have many users with different time zones, it causes confusion, as they do not adjust to DST, so some people see an event for 6pm and some see the same event for 7pm :-(
Is there a way to just put the time, without it looking at a users profile timezone?
Thanks a million!
Thanks for the reply!
OK I can see the problem is due to the users and their GMT status, but as I have many users with different time zones, it causes confusion, as they do not adjust to DST, so some people see an event for 6pm and some see the same event for 7pm :-(
Is there a way to just put the time, without it looking at a users profile timezone?
Thanks a million!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
The MOD MUST look for the users timezone to correct the time!
The same method like the phpBB will do it e. g. for the post times
But will my fix solve your problem or not?
The same method like the phpBB will do it e. g. for the post times
But will my fix solve your problem or not?
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
This are the individual timezones from the userprofilesthe GMT settings of the forum
But you can delete
Code: Alles auswählen
, date('I')Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!