Author |
Topic |
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 05 April 2001 : 12:09:14
|
should have been
if rs("M_STRTIMEADJUST") = 0 then Response.write "<OPTION value=" & rs2("Z_ID") if rs2("Z_ID") = MYDEFAULTID then Response.write " SELECTED " end if Response.write ">" & rs2("Z_NAME") & "</OPTION>" Else
|
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 09 April 2001 : 13:26:00
|
Huw... I need help on the timezone mod... I'm setup for Eastern timezone... My server time is 1:30pm my post show up as 4:45pm and in my profile I'm setup to Eastern Timezone.
Any clues?
Rick
Test Site www.eastpasco.com Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 10 April 2001 : 05:16:52
|
I found a couple of places in my original instructions, where the cookie was being refferenced incorrectly.
Do a search for "DaylightSaving" and "LocalBias" make sure that all the prefixes where it reads or writes the cookie are set to strCookieUrl and not strUniqueID.
|
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 10 April 2001 : 11:22:33
|
I added the changes still have the same problem. Or do I need to do something else?
Rick
Test Site www.eastpasco.com Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 10 April 2001 : 15:31:59
|
you will need to re submit your profile, that should be all.
|
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 10 April 2001 : 16:02:55
|
Thanks Huw...
That worked. Just have to figure out how to get 800 other people to do that.. lol
Rick
Test Site www.eastpasco.com Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 10 April 2001 : 17:49:11
|
The best think to do would be to run a query which blanked their M_STRTIMEADJUST then they will all default to using Forum Time.
Then post a topic expalining that they can view itin their own timezone if they update their profile.
|
|
|
dssww
Junior Member
USA
182 Posts |
Posted - 11 April 2001 : 11:03:45
|
when you go to register the dropdown box is empty for selecting your time zone. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 11 April 2001 : 18:05:46
|
quote:
when you go to register the dropdown box is empty for selecting your time zone.
Does it have more than one empty space, if not, check you have the timezone table in your DB
|
|
|
dssww
Junior Member
USA
182 Posts |
Posted - 11 April 2001 : 18:28:05
|
Huw,
There is nothing in the drop down box at all when registering, no problem with existing members. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 11 April 2001 : 20:30:48
|
quote:
Huw,
There is nothing in the drop down box at all when registering, no problem with existing members.
email me your register.asp, I will check it
|
|
|
MisterVB
Junior Member
274 Posts |
Posted - 12 April 2001 : 11:05:05
|
HuwR, The first time i installed this i had absolutely no errors but since then I had to re-do my entire forum and here is the error I get when I am in the admin_home.asp and go to the datetime config and choose the servers time... After i click submit to accept my new time this is the error that appears
Microsoft JET Database Engine error '80004005'
Field 'FORUM_CONFIG.C_STRDATETYPE' cannot be a zero-length string.
/Forum/admin_config_datetime.asp, line 65
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 12 April 2001 : 11:13:34
|
sounds like you are not setting the forums date format ?
|
|
|
MisterVB
Junior Member
274 Posts |
Posted - 12 April 2001 : 11:19:59
|
I chose the time to set. I chose a timezone as well.
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 12 April 2001 : 11:23:53
|
C_STRDATETYPE is to do with the display format of the date and time, it is nothing to do with Timezone display. So it is not setting the format.
|
|
|
Topic |
|