Author |
Topic |
Rob Poretti
Junior Member
Canada
435 Posts |
Posted - 19 March 2001 : 02:22:07
|
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
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
StockholmStudent
Junior Member
Sweden
329 Posts |
|
rjedlich
Starting Member
USA
2 Posts |
Posted - 19 March 2001 : 15:12:16
|
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.
|
|
|
StockholmStudent
Junior Member
Sweden
329 Posts |
Posted - 20 March 2001 : 11:48:15
|
that reallty seems to work! GREAT! THANKS VERY MCH MY DEAREST FRIEND!° :)))))))))))
|
|
|
StockholmStudent
Junior Member
Sweden
329 Posts |
|
Goose
New Member
Denmark
74 Posts |
Posted - 20 March 2001 : 15:58:35
|
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 |
|
|
golfman
Starting Member
USA
8 Posts |
Posted - 20 March 2001 : 17:39:39
|
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?
|
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 20 March 2001 : 19:54:06
|
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 |
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 20 March 2001 : 19:56:12
|
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 |
|
|
Goose
New Member
Denmark
74 Posts |
Posted - 21 March 2001 : 05:08:33
|
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
|
|
|
StockholmStudent
Junior Member
Sweden
329 Posts |
Posted - 21 March 2001 : 06:39:27
|
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...
|
|
|
Martha2Mary
Junior Member
New Zealand
250 Posts |
Posted - 21 March 2001 : 22:10:27
|
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! * |
|
|
edwinet
Starting Member
6 Posts |
Posted - 22 March 2001 : 01:50:39
|
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 |
|
|
edwinet
Starting Member
6 Posts |
Posted - 22 March 2001 : 02:15:06
|
A really good idea for the calendar is the option for "recurrence events".
- Daily
- Weekly
- Monthly
- Yearly
- Every Sunday
- Every Monday
- .........
|
|
|
Topic |
|