Author |
Topic |
red1
Junior Member
355 Posts |
|
Gay_Burns
Starting Member
12 Posts |
|
Steve D.
Average Member
USA
640 Posts |
Posted - 13 May 2003 : 17:23:11
|
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 |
|
|
red1
Junior Member
355 Posts |
Posted - 13 May 2003 : 17:26:25
|
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 |
|
|
hayleypink
Junior Member
Haiti
145 Posts |
Posted - 14 May 2003 : 06:07:19
|
red1: thanks very much! can i just add this to the bottom, or does it need to be in a particular place? |
|
|
hayleypink
Junior Member
Haiti
145 Posts |
Posted - 15 May 2003 : 05:58:46
|
working fine, thanks for your help! |
|
|
goldfish
New Member
82 Posts |
Posted - 15 May 2003 : 10:02:50
|
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 |
|
|
2b3
Starting Member
5 Posts |
Posted - 18 May 2003 : 22:30:50
|
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.
|
|
|
2b3
Starting Member
5 Posts |
Posted - 18 May 2003 : 22:50:12
|
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
|
|
|
spyordie007
Junior Member
USA
408 Posts |
|
RedLeader
New Member
USA
85 Posts |
Posted - 23 May 2003 : 10:03:45
|
-Spy.. I'm getting the same error and just installed the mod. Anyone?> |
|
|
Tam
New Member
Sweden
56 Posts |
Posted - 23 May 2003 : 12:27:11
|
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 |
|
|
spyordie007
Junior Member
USA
408 Posts |
Posted - 23 May 2003 : 12:34:20
|
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 |
|
|
amir
Junior Member
Pakistan
168 Posts |
Posted - 27 May 2003 : 02:11:47
|
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. |
|
|
Radianation
Junior Member
USA
186 Posts |
Posted - 02 June 2003 : 10:33:12
|
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 |
|
|
Topic |
|