Author |
Topic |
n8pbm
Junior Member
USA
212 Posts |
Posted - 20 September 2003 : 10:09:00
|
Yep it should be placed above the CanShowSignature line.
I have uploaded a new version. See the first post for download and details.
Thanks |
Mike Great Lakes Pop Up Club Camping |
|
|
XavierSlater
Junior Member
United Kingdom
137 Posts |
Posted - 21 September 2003 : 09:56:45
|
I have managed to get this to work on ServerHacker base code too, using Access, the latest version anyway. Line numbers are way out, but thats to be expected.
Works a treat.
Stuart |
|
|
Gargoyle
Junior Member
USA
280 Posts |
|
Gargoyle
Junior Member
USA
280 Posts |
|
XavierSlater
Junior Member
United Kingdom
137 Posts |
Posted - 21 September 2003 : 12:08:02
|
What would be useful would be a "My Events" Page, to show which events you are signed up to, which events you have signed upto in the past, Mebbe an extenstion to the Profile which shows this information.
Stuart |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 21 September 2003 : 15:48:10
|
Good idea - I'll look at doing that. I have integrated the next version into the cal.asp file so now you can click on a link there to sign up. So maybe I can work on the best way to show what you are signed up for.
Anyone tried this on the recurring events one? |
Mike Great Lakes Pop Up Club Camping |
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 September 2003 : 19:35:51
|
n8pbm, the code for cal.asp is missing from your latest readme? |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 21 September 2003 : 20:51:25
|
That was going to be released with the next version. I am testing it on my test forum. However if you feel like trying it you can download the readme file for it here: http://pws.chartermi.net/~n8pbm/Readme.txt
That readme may not be exact since the next version I am still working on it. But the cal.asp code should be correct. |
Mike Great Lakes Pop Up Club Camping |
Edited by - n8pbm on 21 September 2003 20:53:19 |
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 September 2003 : 22:05:08
|
Excellent, thanks N8pbm, works great. |
|
|
Netz
Starting Member
Denmark
25 Posts |
Posted - 22 September 2003 : 10:51:16
|
Hi,
I need some help! I installed the MOD and it give me this error when I'm in admin_home and press the "Events List Maintenance"
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/FORUM/admin_signup.asp, line 49
P.S. I dont have a admin_signup.asp ???
I should mention that I have a Danish Snitz 3.4.03 with Calender recurring beta 3 and I couldn't find this in Post_info.asp ???: quote: Line 867 find this code:
if Request.Form("isevent")="1" then strSql = strSql & ", " & 1 else strSql = strSql & ", " & 0 end if
Add below it:
'######################## Signup Mod ############################# If Request.Form("Elist")="1" then strSql = strSql & ", " & 1 else strSql = strSql & ", " & 0 end if
So I plantet it here in my post:info.asp:
quote: if Request.Form("sig") = "yes" and strDSignatures = "1" then strSql = strSql & ", 1 " else strSql = strSql & ", 0 " end if '######################## Signup Mod ############################# If Request.Form("Elist")="1" then strSql = strSql & ", " & 1 else strSql = strSql & ", " & 0 end if strSql = strSql & ", 1 " strSQL = strSQL & ", 0 " strSQL = strSQL & ", 0 " strSQL = strSQL & "," & IsEvent strSql = strSql & ")"
my_Conn.Execute (strSql),,adCmdText + adExecuteNoRecords
That's all .... any ideas?
The board works perfect, but not the signup, since I can't get in there
Please be gentle with me... I am a newbie - but I am an expert in CUT'n'Paste
|
A wise man don't know everything. But he knows who to ask :)
Be the best you can be
http://www.Bizworld.dk - Work From Home - The Smart way Stay Healthy: http://www.herbalcenter.dk |
Edited by - Netz on 22 September 2003 10:54:10 |
|
|
jeffery
Junior Member
USA
176 Posts |
Posted - 22 September 2003 : 13:24:28
|
n8pbm I did try this with recurring events and its does not work since the tables have changed. If I can, I will try to change it. It may get interesting with recurring dates... |
www.thomasforum.com |
Edited by - jeffery on 22 September 2003 13:26:03 |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 22 September 2003 : 17:57:25
|
I was actually going to try the recurring events on my test server. However it will have to wait for a couple of weeks.
Thanks for the info. |
Mike Great Lakes Pop Up Club Camping |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 22 September 2003 : 18:05:52
|
quote: Originally posted by Netz
/FORUM/admin_signup.asp, line 49
P.S. I dont have a admin_signup.asp ???
You should have admin_signup.asp. It is in the latest download. However since you are using the recurring version of Events Calendar I am told this mod will not work. This is for the Non-recurring Events Calendar Mod.
I plan to see what is different between the two Events Calendar mods and try to include the signup mod for both.
|
Mike Great Lakes Pop Up Club Camping |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 23 September 2003 : 11:59:59
|
Netz, try using the admin_signup.asp file from the portal/forum/ folder. I had gotten that error too and fixed it in the file. So you can use that instead.
For this mod to work with Recurring Events, it's going to take some modfication. Since the Recurring events mod uses a new table. I fixed most of the files but eventlist.asp needs the most work. If my client wants it done, I will probably get it done and send the files to you n8pbm. |
Support Snitz Forums
|
|
|
Tam
New Member
Sweden
56 Posts |
Posted - 23 September 2003 : 12:50:17
|
I have installed the signup with the newest calendar-release. I had to do some "inner joins" and change the tables, but now it seems to work pretty ok. If you want to check it out the address is: rotv.tamb*tch.nu, change the "*" to an "i". Login:testaccount, pw:test |
|
|
Topic |
|