Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: New Events Calendar for 3.4.03 beta
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 32

red1
Junior Member

355 Posts

Posted - 02 November 2002 :  12:27:48  Show Profile  Reply with Quote
Ok, I found it. Can you pls try this, I dont have mysql here so I can't test it myself: http://b.domaindlx.com/nohoho/cal_functions.txt<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

jim123
Starting Member

13 Posts

Posted - 02 November 2002 :  12:51:32  Show Profile  Reply with Quote
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?

<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 02 November 2002 :  13:02:10  Show Profile  Reply with Quote
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
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 03 November 2002 :  09:14:42  Show Profile  Visit Webbo's Homepage  Reply with Quote
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<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 03 November 2002 :  12:31:16  Show Profile  Reply with Quote
Webbo what did you change the LCID to?<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 03 November 2002 :  13:56:11  Show Profile  Visit Webbo's Homepage  Reply with Quote
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
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 03 November 2002 :  14:28:11  Show Profile  Reply with Quote
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
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 03 November 2002 :  14:31:42  Show Profile  Visit Webbo's Homepage  Reply with Quote
Done red1,

www.maggotdrowning.com/events/datetest.asp

Dave<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 03 November 2002 :  14:39:22  Show Profile  Reply with Quote
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
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 03 November 2002 :  14:41:22  Show Profile  Visit Webbo's Homepage  Reply with Quote
Thanks for spending your time on this

Dave<
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 03 November 2002 :  14:45:41  Show Profile  Visit Webbo's Homepage  Reply with Quote
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<
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 04 November 2002 :  06:50:10  Show Profile  Visit Webbo's Homepage  Reply with Quote
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<
Go to Top of Page

jkmcgrath
Junior Member

USA
145 Posts

Posted - 04 November 2002 :  18:41:36  Show Profile  Visit jkmcgrath's Homepage  Reply with Quote
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
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 05 November 2002 :  04:43:33  Show Profile  Reply with Quote
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.<
Go to Top of Page

UGBC
Junior Member

143 Posts

Posted - 06 November 2002 :  22:46:38  Show Profile  Reply with Quote
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.<
Go to Top of Page
Page: of 32 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07