Author |
Topic |
|
Capt_Dunzell
Junior Member
USA
160 Posts |
Posted - 03 May 2001 : 13:46:11
|
Have a problem with this on my site after upgrading from the previous release.
When you go to post a new event, it doesnt give you time to post it. After you click the Add Event link the post window comes up, and within 5 seconds it auto refreshes itself back to the main calendar view.
It does this whether you type a message or not. Where do I start? :)
http://www.dunzellsden.com/forum/ |
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 03 May 2001 : 14:06:20
|
I registered at your site to check your prob out but I guess you have it set to admin or moderator level only that can add an event.
I wanted to try to add an event to see if there's an extra <meta refresh there or not
- Alan www.iamviet.com www.calvsa.net Snitz Resource |
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
Posted - 03 May 2001 : 14:12:56
|
It should be so that all can post events. :)
Actually, I just noticed the email you registered with, I have the randowm password with email set up so you never recieved your password.
I just sent you a password to the email you have shown here.
http://www.dunzellsden.com/forum/ |
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
Posted - 03 May 2001 : 15:25:50
|
If I remove lines 75-78 in events_functions it takes care of the trouble, but Im not sure what may be breaking by doing that. It all seems to work okay, but I dont know anything with code.
This is what is on lines 75-78 for me.
<head> <meta http-equiv="Refresh" content="2; URL=events.asp"> <meta http-equiv="Refresh" content="2; URL=events.asp"> </head>
http://www.dunzellsden.com/forum/ |
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 03 May 2001 : 17:51:39
|
quote:
If I remove lines 75-78 in events_functions it takes care of the trouble, but Im not sure what may be breaking by doing that. It all seems to work okay, but I dont know anything with code.
This is what is on lines 75-78 for me.
<head> <meta http-equiv="Refresh" content="2; URL=events.asp"> <meta http-equiv="Refresh" content="2; URL=events.asp"> </head>
http://www.dunzellsden.com/forum/
lines 75-78 are part of the show form function and shouldn't have any meta tags there at all. Where at least that's what in the events_functions file in zip.
This is what's on line 75-78 from the events functions:
<table border="0" cellspacing="0" cellpadding="0" align="center" > <tr> <td bgcolor="<% =strPopUpBorderColor %>">
- Alan www.iamviet.com www.calvsa.net Snitz Resource |
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
Posted - 03 May 2001 : 18:00:31
|
Okay, if I remove those tags from mine then I have the same lines (table border="0" cellspacing="0" cellpadding="0" align="center" > <tr> <td bgcolor="<% =strPopUpBorderColor %>">)
The lines I originally had were part of the eventsV2sr1 download.
I removed them, tried a bunch of tests on my test server and dont seem to have any errors. :)
http://www.dunzellsden.com/forum/ |
|
|
|
Topic |
|