Author |
Topic |
red1
Junior Member
355 Posts |
|
jim123
Starting Member
13 Posts |
Posted - 02 November 2002 : 12:51:32
|
Great that did it. Works like a charm. Do you know why the forgot password utility is not in the snitz download or where I can get it?
< |
|
|
red1
Junior Member
355 Posts |
Posted - 02 November 2002 : 13:02:10
|
With snitz 3.4 the passwords are encrypted before they are stored in the database. If someone forgets his password the only thing that can be done is for the admin to assign a new password.< |
My Mods: New Events Calendar New Non-database Active Users |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 03 November 2002 : 09:14:42
|
Thanks red1, the fix did the job for the up and coming events.
Any chance you can have a look at the default date now though as my calendar is now showing 11th March rather than today's date
http://www.maggotdrowning.com/events/default.asp
Cheers, Dave< |
|
|
red1
Junior Member
355 Posts |
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 03 November 2002 : 13:56:11
|
Hi red1,
Just thought of that as well and have changed it to 2057 English(UK) in config.asp but it hasn't made a difference.
Is there any other reference to SessionLCID in the files?
It is definately something along those lines thought as the calendar is showing: March 11th - todays UK date is 11/03/02, US 03/11/02, and the same pattern showed on Friday showing January 11th (ie US 01/11/02)
Dave< |
Edited by - Webbo on 03 November 2002 13:58:51 |
|
|
red1
Junior Member
355 Posts |
Posted - 03 November 2002 : 14:28:11
|
Can you do this for me, save this script as datetest.asp then upload it to your server:
<%
response.write("<p>")
response.write("Default LCID is: " & Session.LCID & "<br />")
response.write("Long Date format is: " & FormatDateTime(date(), vbLongDate) & "<br />")
response.write("Short Date format is: " & FormatDateTime(date(), vbShortDate) & "<br />")
response.write("</p>")
Session.LCID=1036
response.write("<p>")
response.write("LCID is now: " & Session.LCID & "<br />")
response.write("Long Date format is: " & FormatDateTime(date(), vbLongDate) & "<br />")
response.write("Short Date format is: " & FormatDateTime(date(), vbShortDate) & "<br />")
response.write("</p>")
Session.LCID=3079
response.write("<p>")
response.write("LCID is now: " & Session.LCID & "<br />")
response.write("Long Date format is: " & FormatDateTime(date(), vbLongDate) & "<br />")
response.write("Short Date format is: " & FormatDateTime(date(), vbShortDate) & "<br />")
response.write("</p>")
Session.LCID=2057
response.write("<p>")
response.write("LCID is now: " & Session.LCID & "<br />")
response.write("Long Date format is: " & FormatDateTime(date(), vbLongDate) & "<br />")
response.write("Short Date format is: " & FormatDateTime(date(), vbShortDate) & "<br />")
response.write("</p>")
Session.Abandon
%>
< |
My Mods: New Events Calendar New Non-database Active Users |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 03 November 2002 : 14:31:42
|
Done red1,
www.maggotdrowning.com/events/datetest.asp
Dave< |
|
|
red1
Junior Member
355 Posts |
Posted - 03 November 2002 : 14:39:22
|
Looks like it's something with the way your server interprets dates, LCID 2057 is supposed to say Short Date format is: 03/11/2002. I'll look into it more and get back to you when I have an answer.< |
My Mods: New Events Calendar New Non-database Active Users |
Edited by - red1 on 03 November 2002 14:42:24 |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 03 November 2002 : 14:41:22
|
Thanks for spending your time on this
Dave< |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 03 November 2002 : 14:45:41
|
Red1, I have just changed the LCID to 4105 which is the English(Canadian) and the calendar has come correct <enter confused look>
It may well be a configuration setting of the server itself and I'll get someone to have a look into it tomorrow,
Regards, Dave< |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 04 November 2002 : 06:50:10
|
Just a quick note of thanks red1 for the mod and your help. I have now integrated into the site as a piggy-backed forum and it looks great.
Thanks,
Dave< |
|
|
jkmcgrath
Junior Member
USA
145 Posts |
Posted - 04 November 2002 : 18:41:36
|
red1 great mod! I love it! BUT it dosent play well with the poll v2 mod by davio. I finally have the poll mod working correctly and your mod < |
Delta Force Seals |
Edited by - jkmcgrath on 04 November 2002 18:57:33 |
|
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 05 November 2002 : 04:43:33
|
SUGGESTION.
Great mod, but if you want to improve it, or release any new version, I would suggest you to add two date entries instead of one.
one is for start date, and the other for end date.
is.< |
|
|
UGBC
Junior Member
143 Posts |
Posted - 06 November 2002 : 22:46:38
|
quote: Originally posted by jkmcgrath
red1 great mod! I love it! BUT it dosent play well with the poll v2 mod by davio. I finally have the poll mod working correctly and your mod
Would you mind enlightening us inquiring minds as to what changes you had to make to get polls working again :) Thanks,
Oh and red1, phenomenal job; my only question is this, is there any way to set calendar postings so that users other than admin may post their events onto the calendar.
I'm running the website for my student government with two other people and we want to make two calendars, one for our events, and another for any event on campus, ie sports games, club stuff, concerts, etc. It'd be great if we could get anyone using the forum to post their events onto the calendar.
Thanks a lot for all the work you have done.< |
|
|
Topic |
|