I created a signup form for my site. I have had some request for this to be a mod. This is my attempt to create that mod. There are a few things I would like to add but thought some feedback would help as well.
This mod allows members to sign up to an event on a forum. It creates a list of members that plan to attend.
Here is a screenshot of the mod in an event:
There are two versions of this mod in the zip file. One is for the Recurring Dates Event Mod and the other is for the Non Recurring Dates Event Mod. I have only tested this with Access. Please let me know if someone tests it on SQL and mySQL.
Version 1.8B Fixed the admin_Signup.asp page for Recurring Events so it now works. Fixed the error in readmeRecurring.txt Removed inc_func_common.asp from the mod.
Version 1.7B Added the links to the Cal.asp file. Added support for the Recurring Dates version of the New Events Mod.
Version 1.6B Added ability to email all members on the list Added confirmation box when moderator/admin delete member from list Removed Pop_Delete_List.asp and combined it into eventlist.asp Fixed bug where the signup link would not show
Version 1.5B Added the ability to delete lists Moderators and admins can remove members from list The ability to select if you want the list with an event Cleaned up the code and minor fixes Updated the readme.txt file and included line numbers for a clean install
Version 1.01B Corrected the readme Fixed eventlist.asp to match forum variables Cleaned up the file and fixed some small errors.
I've downloaded the MOD and will implement it into my club's site (not online yet, but it will be available at www.modus-operandi.co.uk/iwarpuk/forum from Monday. I'll let you know how it plays out.
Thanks though (it's just the sort of thing I was looking for )
If you click on the link (circled in the screenshot) it will take you to a list of attendees for that event and the opportunity to sign up yourself or update/delete yourself from the list.
Got it working fine Could do with neatening up the eventlist.asp page so it displays in the same format as the rest of the forum and maybe have it in a pop up??
Thanks David for the correction, I have edited the above post with the fix. I will correct the file when I get home.
I agree it needs to be improved on the style. My next version should include some of those changes. I originally had it as a pop up on my site but I did not like it so I changed it. It could easilt be changed to a pop up however.
Got it working fine on my test site. Although I've edited it a little - to make the attendee's number a hidden input with a value of 1 (as I require each user to book only themselves for each event). I also agree with the styling comment.
However, its a very good addition to my site, thanks very much for writing it
n8pbm, You don't need to include inc_footer.asp, just call the function WriteFooter at the bottom of the page, the date function is also not needed as it is in inc_func_common.asp