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: Events Calendar (non-repeating dates)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

red1
Junior Member

355 Posts

Posted - 13 May 2003 :  14:05:46  Show Profile
hayleypink: Add this to cal_style.asp:

.smalleventslist
{font: 11px/100% Verdana, Arial, Helvetica;}

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

Gay_Burns
Starting Member

12 Posts

Posted - 13 May 2003 :  16:55:34  Show Profile
Hi I installed the calender ok ... but now it seems that I cant access my forum http://www.thetestingground.co.uk/forum/snitz/default.asp .

(Ignore the colour scheme its only a tester :) )

Any idea where I may have erred?

Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 13 May 2003 :  17:23:11  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
you have an error on forum.asp. If you can't see the error message, in your web browser (IE) Tools > Internet Options > Advanced > Show Friendly HTTP error messages and uncheck this.

That will show what the error message is. It looks like you have a typo on line 537.

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

red1
Junior Member

355 Posts

Posted - 13 May 2003 :  17:26:25  Show Profile
Review the changes you made to forum.asp. If after that you're still having trouble post a new topic here.

Please, keep this topic about comments and suggestions to the mod only. All problems on mod installation should be posted to the Help: MOD Implementation Forum
Go to Top of Page

hayleypink
Junior Member

Haiti
145 Posts

Posted - 14 May 2003 :  06:07:19  Show Profile
red1: thanks very much! can i just add this to the bottom, or does it need to be in a particular place?
Go to Top of Page

hayleypink
Junior Member

Haiti
145 Posts

Posted - 15 May 2003 :  05:58:46  Show Profile
working fine, thanks for your help!
Go to Top of Page

goldfish
New Member

82 Posts

Posted - 15 May 2003 :  10:02:50  Show Profile
Red1/every1,

I'm currently trying to get the events calendar limited to a single 'Events' category, and have gone through implimenting Stupidity's suggested changes in the old EC thread.

It all works fine except I can't get rid of the drop-down 'Add Events to:' menu in cal-functions.asp and wondered if anyone else had tried it....?

Any help gratefully received (and I'm about to give the new recurring events Beta a test on a test server... will let you know how I get on!).

Simon
Go to Top of Page

2b3
Starting Member

5 Posts

Posted - 18 May 2003 :  22:30:50  Show Profile
Hey - with the arrCalForumID in cal_config.asp - I have a list of forums, and I get an error in cal_functions.asp in SelectForumID because this arrCalForumID is being interupted as a Long, when it's actually "2,4,5,6,7,8" etc.

Note : Im running the beta recurring version.

Go to Top of Page

2b3
Starting Member

5 Posts

Posted - 18 May 2003 :  22:50:12  Show Profile
I made a fix for the above error in cal_functions.asp

Line 924 was :
if Isnumeric(arrRqCalForumID) then If cLng(arrRqCalForumID) = Forum_ID then Response.Write " selected "

Replace With :
if CStr(arrRqCalForumID) <> Join(arrCalForumID, ",") then
if isNumeric(arrRqCalForumID) and cLng(arrRqCalForumID) = Forum_ID then Response.Write " selected "
end if
Go to Top of Page

spyordie007
Junior Member

USA
408 Posts

Posted - 21 May 2003 :  13:20:58  Show Profile  Visit spyordie007's Homepage  Send spyordie007 an AOL message
Red1 I'm getting an error now when trying to do a weekly view:
http://ahanw.dhs.org/forum/cal.asp?view=weekly&date=5/21/2003
quote:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required
/forum/cal.asp, line 359


Any idea how I could remedy this?

-Spy

Power - The only narcotic controlled by the SEC, not the FDA.

Prosperity without pollution! The American Hydrogen Association - http://www.ahanw.org
Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
Go to Top of Page

RedLeader
New Member

USA
85 Posts

Posted - 23 May 2003 :  10:03:45  Show Profile  Visit RedLeader's Homepage  Send RedLeader an AOL message
-Spy.. I'm getting the same error and just installed the mod. Anyone?>
Go to Top of Page

Tam
New Member

Sweden
56 Posts

Posted - 23 May 2003 :  12:27:11  Show Profile  Visit Tam's Homepage
quote:
Originally posted by spyordie007

Red1 I'm getting an error now when trying to do a weekly view:
http://ahanw.dhs.org/forum/cal.asp?view=weekly&date=5/21/2003
quote:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required
/forum/cal.asp, line 359




I had same problem, add "Dim rs" to the Addevent-function in cal_functions.asp, so it looks like this

'*****************************************************************
sub AddEventForm(dateToAdd)
'*****************************************************************
Dim rs
if dateToAdd="" then
Go to Top of Page

spyordie007
Junior Member

USA
408 Posts

Posted - 23 May 2003 :  12:34:20  Show Profile  Visit spyordie007's Homepage  Send spyordie007 an AOL message
Thanks that did it!

Red1 you may want to update your source.

BTW I would like to add that the appearance style now looks much better in browsers other than IE (namely Opera & Mozilla), thanks Red1!

-Spy

Power - The only narcotic controlled by the SEC, not the FDA.

Prosperity without pollution! The American Hydrogen Association - http://www.ahanw.org
Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
Go to Top of Page

amir
Junior Member

Pakistan
168 Posts

Posted - 27 May 2003 :  02:11:47  Show Profile  Visit amir's Homepage  Send amir an AOL message  Send amir a Yahoo! Message
i try to installed this hack http://www.snitzbitz.com/mods/details.asp?Version=All&mid=66 but :( nbothing happened when i try tp open pop_profile.asp i got a error ....i m using the currebnt version of snitz forum on brinkster server :( so what sould i hav to do........

Peace & Love

a.m.i.r.
Go to Top of Page

Radianation
Junior Member

USA
186 Posts

Posted - 02 June 2003 :  10:33:12  Show Profile  Visit Radianation's Homepage  Send Radianation an ICQ Message
I definitely need a way to restrict people from posting events in certain forums. The drop down box is killing me by listing all of my invisible / member only forums. I don't want to upgrade to the new beta repeating dates version. Any help is appreciated. Why not update this so it works like the poll mod? This way I can edit each category and say Events Allowed yes/no/moderator admin only. Much cooler than using the constants file.

Also, what about private events? If an event is posted in a private forum it should only show up for those who have access to view it...

- Rad!

Edited by - Radianation on 02 June 2003 10:49:49
Go to Top of Page
Page: of 3 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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07