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

Vincenzo
New Member

Italy
64 Posts

Posted - 20 January 2003 :  12:28:29  Show Profile  Visit Vincenzo's Homepage  Reply with Quote
The last version of the new event mod by red1 is the 617?????

Thank You. <

http://www.targatona.it
http://www.targatona.it/forum
Go to Top of Page

leblanc9425
New Member

USA
92 Posts

Posted - 21 January 2003 :  11:36:12  Show Profile  Visit leblanc9425's Homepage  Reply with Quote
I know this has been asked before but is there a way to input an event for multiple dates? I've installed the new Event Calendar 3.4.03 and it seems to be working perfectly except that if an event occurs from say 1-5 Feb, the person must enter the event five times...

Is there a way (or a change to the mod) that allows somebody to enter a start and stop date of the event???

Thanks,<

www.Slug-Lines.com
Snitz Version 3.4.07
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 21 January 2003 :  13:20:54  Show Profile  Reply with Quote
There is no simple way to add that feature without doing enormous changes to the code. I might add it to a future release, if I ever get to actually doing it . In the meantime if you really need that feature you can try the old events mod for snitz 3.3; it needs a little fixing before it can work in 3.4 but it can handle multiple dates.<

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

leblanc9425
New Member

USA
92 Posts

Posted - 21 January 2003 :  19:16:42  Show Profile  Visit leblanc9425's Homepage  Reply with Quote
Thanks Red1! I have the old version on one of my sites but I liked yours so much I installed it on my new site.

I look forward to the mod if you ever get around to it!

Thanks again,<

www.Slug-Lines.com
Snitz Version 3.4.07
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 21 January 2003 :  22:31:01  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message  Reply with Quote
Red1 any thoughts on how to implement recurring events or events that span dates?<

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 22 January 2003 :  00:05:23  Show Profile  Reply with Quote
I plan to add the ability to set a "repeat pattern" when adding an event. The user can pick every day, every other day, every week, every month, Mondays and Wednesdays, Saturdays and Sundays, etc. I was thinking that the best way to do it would be to insert each date as a separate record in the database. It would likely be a new mod that isn't compatible with the current one.<

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

shaft
Starting Member

United Kingdom
42 Posts

Posted - 22 January 2003 :  09:46:15  Show Profile  Send shaft an ICQ Message  Send shaft a Yahoo! Message  Reply with Quote
I have installed this mod and it works great (good work red) but I have a small problem. I am in the process of building a home page or portal for my site.
How do you get the small calendar view on your home page? I have tried by placing the following code on my home page.

dim dateHolder
if Request.Querystring("date")="" then
	dateHolder=DateValue(strForumTimeAdjust)
else
	dateHolder=DateValue(CDate(Request.Querystring("date")))
end if


It works but the links back to the forum does not work it get and error saying page cannot be found.

The problem is that the home page is outside the forum folder but the link it is trying to find is http://www.shaft.pimpjuice.co.uk/st/cal.asp?date=1/18/2003
which also is outside the forum folder and of course does not exist because cal.asp is inside my forum folder.

Have I done it right? What can I do to fix this?
I also want to put the recent events right below the small calendar what code do I have to place on home page for this and will the link to forum work?

Here is a link to my test portal that I have been working on.
<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 22 January 2003 :  12:48:44  Show Profile  Reply with Quote
You'll need to make a copy of cal_functions.asp with the links changed so that they point to your forum folder.<

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

cjepp
Starting Member

USA
3 Posts

Posted - 22 January 2003 :  16:11:34  Show Profile  Send cjepp an AOL message  Send cjepp a Yahoo! Message  Reply with Quote
has anybody ran into this error?

Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'WeekDayName'

/forum/cal.asp, line 213


i set this up on a site for a friend at http://akuhl.com/forum/default.asp - as you can see, the home page is wierd too.

help?<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 22 January 2003 :  16:49:25  Show Profile  Reply with Quote
Download the latest version of the mod from snitzbitz<

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

Edited by - red1 on 22 January 2003 16:50:48
Go to Top of Page

shaft
Starting Member

United Kingdom
42 Posts

Posted - 23 January 2003 :  02:21:49  Show Profile  Send shaft an ICQ Message  Send shaft a Yahoo! Message  Reply with Quote
thanks red it works great.
<
Go to Top of Page

RCharles
Starting Member

USA
6 Posts

Posted - 23 January 2003 :  10:47:51  Show Profile  Reply with Quote
quote:
Originally posted by red1

I plan to add the ability to set a "repeat pattern" when adding an event. The user can pick every day, every other day, every week, every month, Mondays and Wednesdays, Saturdays and Sundays, etc. I was thinking that the best way to do it would be to insert each date as a separate record in the database. It would likely be a new mod that isn't compatible with the current one.



Just a note to encourage you in this effort. I'm using the original calendar mod precisely for the need to have repeating events. (Yours certainly has the better interface and better functionality.) Also, an outlook-style, drop-down date picker would be handy.

If anyone wants the older calendar mod updated to 3.4xx, send me an email and I'll package it up.<
Go to Top of Page

devaskar
Starting Member

31 Posts

Posted - 23 January 2003 :  15:39:04  Show Profile  Reply with Quote
Maybe I'm just missing it but...

Setup for this mod isn't listed in the admin options. Is there a way to make it so only administrators can add and remove events from the calendar?<
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 23 January 2003 :  15:53:40  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message  Reply with Quote
in cal_constants.asp

edit this line

'### Member level allowed to post events ###
'### Admins only = 4, Admins and Moderators = 3, All Members = 2 ###
Const intAllowedtoPostEvent = 3
<

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

devaskar
Starting Member

31 Posts

Posted - 23 January 2003 :  16:12:50  Show Profile  Reply with Quote
That works...thanks.<
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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07