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: Snitz Events Calendar version 2
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 10

Rob Poretti
Junior Member

Canada
435 Posts

Posted - 19 March 2001 :  02:22:07  Show Profile  Visit Rob Poretti's Homepage
Hi,

I have an interesting problem. I have the mod working just fine... However, if I try to use the "emitupcomingevents" function in a different page I get a SQL Server error regarding incorrect conversion from datetime. In the event.asp page its fine! In a different page its not...

Any ideas?

Rob

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 March 2001 :  02:57:16  Show Profile
stockholmstudent,

Your problem probably lies in the date that gets passed in the URL:

http://www.websamba.com/forumet/htdocs/forum/events.asp?date=5/1/01

It looks like it's interpreting the 5 as the year
Go to Top of Page

StockholmStudent
Junior Member

Sweden
329 Posts

Posted - 19 March 2001 :  09:46:00  Show Profile  Visit StockholmStudent's Homepage  Send StockholmStudent an ICQ Message
quote:

stockholmstudent,

Your problem probably lies in the date that gets passed in the URL:

http://www.websamba.com/forumet/htdocs/forum/events.asp?date=5/1/01

It looks like it's interpreting the 5 as the year



so how to fix it!?

Go to Top of Page

rjedlich
Starting Member

USA
2 Posts

Posted - 19 March 2001 :  15:12:16  Show Profile  Visit rjedlich's Homepage
For those that found a problem with the calendar not going to month view, I have implemented a fix that seems to work on my site (without deleting cookies). I have done some simple test to see if this works, and it looks good to me. Let me know if you find any negative implications....

Change this:
'get the date from querystring or form if there is one
myDate = Request("date")

To this:
'get the date from querystring or form if there is one
myDate = Request.QueryString("date")

This should be found at line number 136, assuming you have the original code per the website. Cheers.

Go to Top of Page

StockholmStudent
Junior Member

Sweden
329 Posts

Posted - 20 March 2001 :  11:48:15  Show Profile  Visit StockholmStudent's Homepage  Send StockholmStudent an ICQ Message
that reallty seems to work! GREAT! THANKS VERY MCH MY DEAREST FRIEND!° :)))))))))))

Go to Top of Page

StockholmStudent
Junior Member

Sweden
329 Posts

Posted - 20 March 2001 :  15:03:28  Show Profile  Visit StockholmStudent's Homepage  Send StockholmStudent an ICQ Message
There is still some problems.

Check out this link:

http://cheetah.121host.net/forum/events.asp?MONTH=5&YEAR=2001&Go=Visa

It wont show the event I've added to the 1st of May 2001!!!!!!!! Why!? When I click on it, it shows up! But it wont show up in the callendar!!!!!! Why!?

Go to Top of Page

Goose
New Member

Denmark
74 Posts

Posted - 20 March 2001 :  15:58:35  Show Profile  Visit Goose's Homepage  Send Goose an ICQ Message
I like this mod, but the colours used does not seem to follow the general settings for the forum. A white background is used eventhough I have not set a white background anywhere in the settings. Where would I need to edit the code to fix this?

Also, the current day is marked by a colour that is not from the general settings as well. Where would I need to change that?

Thanks for a great MOD
Go to Top of Page

golfman
Starting Member

USA
8 Posts

Posted - 20 March 2001 :  17:39:39  Show Profile  Visit golfman's Homepage
quote:

There is still some problems.

Check out this link:

http://cheetah.121host.net/forum/events.asp?MONTH=5&YEAR=2001&Go=Visa

It wont show the event I've added to the 1st of May 2001!!!!!!!! Why!? When I click on it, it shows up! But it wont show up in the callendar!!!!!! Why!?





I see no event listed for May 1st (from what I can tell). Is there one there?

Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 20 March 2001 :  19:54:06  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

I like this mod, but the colours used does not seem to follow the general settings for the forum. A white background is used eventhough I have not set a white background anywhere in the settings. Where would I need to edit the code to fix this?

Also, the current day is marked by a colour that is not from the general settings as well. Where would I need to change that?

Thanks for a great MOD


This mod uses styles sheet. To change it to how you want edit that part in events.asp between the <style></style> declarations.

- Alan
www.iamviet.com
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 20 March 2001 :  19:56:12  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

There is still some problems.

Check out this link:

http://cheetah.121host.net/forum/events.asp?MONTH=5&YEAR=2001&Go=Visa

It wont show the event I've added to the 1st of May 2001!!!!!!!! Why!? When I click on it, it shows up! But it wont show up in the callendar!!!!!! Why!?



Hey stockholm student,
I'm glad you got your original problem fixed. However, I don't see the new problem?

Also, good work with the translation of this mod

- Alan
www.iamviet.com
Go to Top of Page

Goose
New Member

Denmark
74 Posts

Posted - 21 March 2001 :  05:08:33  Show Profile  Visit Goose's Homepage  Send Goose an ICQ Message
quote:

This mod uses styles sheet. To change it to how you want edit that part in events.asp between the <style></style> declarations.

- Alan
www.iamviet.com



Ok, I missed the styles -- sorry

Go to Top of Page

StockholmStudent
Junior Member

Sweden
329 Posts

Posted - 21 March 2001 :  06:39:27  Show Profile  Visit StockholmStudent's Homepage  Send StockholmStudent an ICQ Message
quote:

quote:

There is still some problems.

Check out this link:

http://cheetah.121host.net/forum/events.asp?MONTH=5&YEAR=2001&Go=Visa

It wont show the event I've added to the 1st of May 2001!!!!!!!! Why!? When I click on it, it shows up! But it wont show up in the callendar!!!!!! Why!?



Hey stockholm student,
I'm glad you got your original problem fixed. However, I don't see the new problem?

Also, good work with the translation of this mod

- Alan
www.iamviet.com



well check it out as i said, and you will find the problem.. but I think it doesnt occur any loner. Anyway.

I found just one MORE probleM!!!

It is when I go to may 2001, the event I made wont show up! It just is emty. But when I click on the date that I sat it to, it shows up! hehe.. very strange! hmm...

Go to Top of Page

Martha2Mary
Junior Member

New Zealand
250 Posts

Posted - 21 March 2001 :  22:10:27  Show Profile  Visit Martha2Mary's Homepage  Send Martha2Mary an AOL message  Send Martha2Mary an ICQ Message  Send Martha2Mary a Yahoo! Message
Hi,

I have this mod installed and running fine on my Forum, but wanted to find out if there is any way for all Forum Members to be notified of an upcoming event via inc_top.asp? I'm sure it's probably just a case of inserting a bit of code in inc_top.asp, but I have no idea what. And the announcing of the Event would only be displayed for the actual dates on which it has been entered in the Events Calendar.

Any takers for this one?

*If the world didn't suck, we'd all fall off! *
Go to Top of Page

edwinet
Starting Member

6 Posts

Posted - 22 March 2001 :  01:50:39  Show Profile
quote:
Okay! I've fixed one of my requests, the date-format. For all swedes, change:;

if Request.Form("EVENT") <> "" then
Update_Event(Request.Form("EVENT"))
end if
Session.LCID=1053

cheers/CHEETAH


1034 ' Spanish(Spain - Traditional Sort)
2058 ' Spanish(Mexican)
3082 ' Spanish(Spain - Modern Sort)
4106 ' Spanish(Guatemala)
5130 ' Spanish(Costa Rica)
'I use this one for my site no because I live in Panama but it use the date format (mm/dd/yyyy) and it's in spanish
6154 ' Spanish(Panama)
7178 ' Spanish(Dominican Republic)
8202 ' Spanish(Venezuela)
9226 ' Spanish(Colombia)
10250 ' Spanish(Peru)
11274 ' Spanish(Argentina)
12298 ' Spanish(Ecuador)
13322 ' Spanish(Chile)
14346 ' Spanish(Uruguay)
15370 ' Spanish(Paraguay)
16394 ' Spanish(Bolivia)
17418 ' Spanish(El Salvador)
18442 ' Spanish(Honduras)
19466 ' Spanish(Nicaragua)
20490 ' Spanish(Puerto Rico)

You can even make a funtion to get the date format of the server
http://www.iisfaq.com/Articles/150/
Well hope this help
Go to Top of Page

edwinet
Starting Member

6 Posts

Posted - 22 March 2001 :  02:15:06  Show Profile
A really good idea for the calendar is the option for "recurrence events".
  1. Daily
  2. Weekly
  3. Monthly
  4. Yearly
  5. Every Sunday
  6. Every Monday
  7. .........


Go to Top of Page
Page: of 10 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07