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

macho
Junior Member

Denmark
150 Posts

Posted - 27 September 2002 :  00:41:34  Show Profile  Reply with Quote
red1

When you say in your readme.txt that the calendar is Internationalization-ready, does this mean that I can make my weeks start on Mondays instead of Sundays?

regards<
Go to Top of Page

jtcoyle
Starting Member

17 Posts

Posted - 27 September 2002 :  00:46:43  Show Profile  Reply with Quote
Thanks, I redid post.asp and all seems fine.

When do you think you will be able to add the code that will show the date next to the upcoming and resent events?

By the way, great job on the calender.

Joe<

Edited by - jtcoyle on 27 September 2002 00:47:10
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 27 September 2002 :  00:50:32  Show Profile  Reply with Quote
quote:
Originally posted by jtcoyle


When do you think you will be able to add the code that will show the date next to the upcoming and resent events?




It's been added, re-download the file and replace cal_functions.asp with the new one.<

My Mods:
New Events Calendar
New Non-database Active Users

Edited by - red1 on 27 September 2002 00:52:20
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 27 September 2002 :  00:51:51  Show Profile  Reply with Quote
quote:
Originally posted by macho


When you say in your readme.txt that the calendar is Internationalization-ready, does this mean that I can make my weeks start on Mondays instead of Sundays?



It means you can change the text strings to whatever language. It didn't occur to me to change the first day of the week. It's a good idea, I'll add it later.<

My Mods:
New Events Calendar
New Non-database Active Users

Edited by - red1 on 27 September 2002 00:53:42
Go to Top of Page

macho
Junior Member

Denmark
150 Posts

Posted - 27 September 2002 :  01:12:52  Show Profile  Reply with Quote
In the previous version I missed the week-numbers in both the small and the big calendar! Another idea for you to implement that?

BTW a great job you have done so far!<
Go to Top of Page

macho
Junior Member

Denmark
150 Posts

Posted - 27 September 2002 :  02:06:39  Show Profile  Reply with Quote
Just updated with your new files cal_constants.asp, cal.asp and cal_functins.asp to see if I could get the weeks starting on Mondays. It looks a little strange now since the weeks are now starting of Fridays ?!? I'm using Session.LCID = 1030 ' Danish time
edit: (Even if I change to 1033 the weeks are still starting on Fridays)

any idea?<

Edited by - macho on 27 September 2002 02:10:53
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 27 September 2002 :  02:13:24  Show Profile  Reply with Quote
Yeah I was doing that for testing... You have to change cal_constants.asp to set the first day of the week<

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

macho
Junior Member

Denmark
150 Posts

Posted - 27 September 2002 :  02:29:15  Show Profile  Reply with Quote
Amazing - it really works - tks!<
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 27 September 2002 :  03:46:21  Show Profile  Reply with Quote
I have it up and running on my site, It's working great soo far. Thanks for the mod

<
Go to Top of Page

pentiummx
New Member

79 Posts

Posted - 27 September 2002 :  05:35:12  Show Profile  Reply with Quote
quote:
Originally posted by serverhacker

I have it up and running on my site, It's working great soo far. Thanks for the mod





Can you post here the version you're using(with tweaks and modifications if any) on your site for download?

thanks,

/pentiummx
<
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 27 September 2002 :  06:11:42  Show Profile  Reply with Quote
I am just using the download from the first post.

<

Edited by - serverhacker on 27 September 2002 06:12:14
Go to Top of Page

jtcoyle
Starting Member

17 Posts

Posted - 27 September 2002 :  06:14:37  Show Profile  Reply with Quote
red1--Great job. This is coming along well.

How easy would it be to add a time for an event and have it show up in the upcoming and recent events?

Joe<
Go to Top of Page

n/a
deleted

593 Posts

Posted - 27 September 2002 :  06:33:04  Show Profile  Reply with Quote
Nice job. Just downloaded and installed....working ok so far (well, only one simple post...now). Line 881 of the modified topic.asp was missing "Response.write" after the insertion which broke the original "Response.write" statement (also mentioned in someone else's post). Perhaps this is not reflected in your downloadable MOD at the first post? Otherwise, installation was simple and nie.

Anyway, finding it very interesting and different from EC Vr21.... and finding it perhaps very useful for Members Only Forum application.

Good Job.<

Taku
Go to Top of Page

jtcoyle
Starting Member

17 Posts

Posted - 27 September 2002 :  08:02:30  Show Profile  Reply with Quote
red1,

It seems that when you go to future events, it does not show the current events for the current day. Would it be better to show the current day's events under future events? The event could be in the afternoon or evening and could be considered a future event. It might help to add a time stamp for the event. Once the time is past the event would be removed for the future event page.

Any thoughts?

Joe<
Go to Top of Page

pentiummx
New Member

79 Posts

Posted - 27 September 2002 :  09:15:28  Show Profile  Reply with Quote
quote:
Originally posted by red1

I need some people to test this new mod. In particular I am looking for performance issues, vulnerabilities, etc. Here is the readme:

NEW EVENTS CALENDAR MOD FOR SNITZ 3.4.03 beta
=============================================
by red1

This is a completely new mod and not an update of the old calendar mod. It works
differently in that the events are inserted in the topics table instead of a separate
events table. I thought of doing it this way so that you can have discussion threads
about the events.

If you don't want your events to be mixed up with all your topics, you can create
a new forum specifically for events and just place all event-related posts there.


Note: DO NOT INSTALL THIS ON YOUR LIVE FORUMS AS THIS IS STILL UNTESTED!!

What's in here:
* Events posted as topics.
* Month calendar and upcoming/recent events displayed on default.asp
* Daily, Monthly, Yearly, and Events List views.
* Internationalization-ready.
What's not:
* Events with repeating dates, because I personally don't need it. However if
anyone wants to adopt this mod to add new features, it's fine with me.


Download here

Updates:

  • 26 September -- Sheesh I just uploaded it and I already found a bug. Sorry folks. The number of recent/upcoming events doesn't work right. Fixed cal_constants.asp and cal_functions.asp. The zip file has been updated.

  • Added more explicit instructions for updating the database in the readme file.

  • Changed cal_functions.asp to show dates on Upcoming and Recent Events.

  • 27 September -- Added a missing Response.Write to the topic.asp part of the readme

  • Added option to change the first day of the week.






RED1:

Do you have the latest and greatest (with fixes to bugs you've identified to-date) version of this MOD? Or, is the download link up-to-date to the latest fix?

Pls. advise.

thanks,

PentiumMX<
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.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07