Version: 1.00, by Kentaurus
Developer Last Online: Jul 2014
Version: 3.0.0
Rating:
Released: 04-04-2004
Last Update: Never
Installs: 164
No support by the author.
Request by: DaveLogic
With this hack when you create an event you can give the users an option to "register" to the event. Then you can view which people have registered to that event.
This could be used so you create an event and then other people notify that they will be attending to the event. You can then keep track of all the people that would be attending each event.
Info for hackers:
You may modify, improve, upgrade, redistribute this hack, include it
in another hack or yours or translate it provided you do it free of
charge and you distribute it in www.vbulletin.org at least, there is no
need to pm me asking for permission
Some portions of the code are (c) Jelsoft Enterprises Ltd.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
well the SQL is there earlier in this thread it just a case of finding a programmer willing to do it ! ill personnally pay towards this ! anyone up for it ?
If it was a badly needed feature on my site, I'd do it. But at this point, it would just be a nice feature to have. I'm sure there are other out there that need something exactly like this.
Would there be an easy answer to having this "pre-checked" (Defaut on) so the member hase to uncheck it to not use it.. I find they can't read instructions, therefore they forget to check the option and no one signs up for the event.
Can you set the times for the event. Example: I have a trade night. I would like for it to allow them only to sign when they are attending the trade night. When it is over then they can't sign it. Thanks
Would there be an easy answer to having this "pre-checked" (Defaut on) so the member hase to uncheck it to not use it.. I find they can't read instructions, therefore they forget to check the option and no one signs up for the event.
I have done that. You have to change a template or one of the php files, but I don't remember exactly which one. Basically, there is some html that makes the check box and sets it unchecked. Change it so it always sets it checked.
Can you set the times for the event. Example: I have a trade night. I would like for it to allow them only to sign when they are attending the trade night. When it is over then they can't sign it. Thanks
I'd like this too, so that makes 3 of us. Anyone have an idea how to do it? I might spend some time tinkering pseudocode if someone gives me a direction.
Can you set the times for the event. Example: I have a trade night. I would like for it to allow them only to sign when they are attending the trade night. When it is over then they can't sign it. Thanks
Coding this would use a lot of the logic of the reqeust above for the ability to add or remove from the list to be gone once the event passes.
I have done that. You have to change a template or one of the php files, but I don't remember exactly which one. Basically, there is some html that makes the check box and sets it unchecked. Change it so it always sets it checked.
Thanks I saw all of that when messing around with it but, couldn't get it to work.. I'll keep playing.