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.
Thought everything was working good but tried to add an event today and the following is what I got. Any suggestions?
Code:
Database error in vBulletin 3.0.3:
Invalid SQL:
INSERT INTO event (calendarid, userid, event, recurring, recuroption,dateline_to,dateline_from, title, allowsmilies, customfields, dateline, visible, utc, useroll);
VALUES (1, 1, 'Test', '0', '', '0', '1093737600', 'Test Event', '1', 'a:0:{}', 1093822044, 1, '0', '0');
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ';
VALUES (1, 1, 'Test', '0', '
mysql error number: 1064
Date: Sunday 29th of August 2004 07:27:25 PM
Script: http://www.byte-psyche.com/calendar.php
Referer: http://www.byte-psyche.com/calendar.php?do=add&type=single&c=1
Username: xTerMn8R
IP Address: 192.168.1.1
There appears to be a bug in the software that causes accumulation of data if:
A) Multiple Events Occur On Same Day, and
B) Events Use Roll Call Feature
Example data:
Event #1 -
Actual Roll Call: User1, User2, User3
Displayed Roll Call: User1, User2, User3
Event #2 -
Actual Roll Call: User4
Displayed Roll Call: User1, User2, User3, User4
...
Would appear that the array isn't cleared between cycles? Haven't had a chance to look at the code yet to verify.
Sounds like a PHP problem of the post and get parameters of a HTML form. Do you have global variables on or off? This could cause this problem.
If you do not have them enabled and for security reasons, you should let them disabled, you can replace the variables with $_POST[variablenames] or $_GET[variablenames] and it should work.
Cheers,
Would be great if someone could clarify what Pseudo meant for me to do. I really would like to get this working, preferrably within the next 2 weeks! Thanks! :cry:
Original post:
Quote:
Originally Posted by y2krazy
For every event in my calendar, when I click on [I will be attending this event.], it send me to a forum error message that states the following:
"Invalid Event specified. If you followed a valid link, please notify the webmaster"
This is for every event, they do not show up twice, and this is on vB 3.0.3. I've check the db via phpMyAdmin and the events exist in the correct table and rows, but they just don't seem to be called correctly with the [I will be attending this event.] link. Any help would be greatly appreciated!
What kind of changes? I am hosted by a comany named Net-Expressions and I could get the PHP Info for you, but I doubt I could edit their server's php.ini file...
There appears to be a bug in the software that causes accumulation of data if:
A) Multiple Events Occur On Same Day, and
B) Events Use Roll Call Feature
Example data:
Event #1 -
Actual Roll Call: User1, User2, User3
Displayed Roll Call: User1, User2, User3
Event #2 -
Actual Roll Call: User4
Displayed Roll Call: User1, User2, User3, User4
...
Would appear that the array isn't cleared between cycles? Haven't had a chance to look at the code yet to verify.
This is interesting. I am about to install this hack on 3.0.3, but will have many events on the same day and will need to allow users to pic and choose on all of them. Has this bug been fixed?
This is interesting. I am about to install this hack on 3.0.3, but will have many events on the same day and will need to allow users to pic and choose on all of them. Has this bug been fixed?
Not to my knowledge... If it doesn't get fixed by the author soon, I will fix it. 'course may take a bit, I'm in florida, and it seems everytime I get working on a project we get whacked by a storm that takes out power and communications for a week :roll:
Well, if you need any help, let me know. I'm also going to take a swing at fixing it. I'm also planning on replacing the "*" with a graphic and also making the "*" appear on the upcoming events so someone can see what's coming up and what they've already committed to.
Well, if you need any help, let me know. I'm also going to take a swing at fixing it. I'm also planning on replacing the "*" with a graphic and also making the "*" appear on the upcoming events so someone can see what's coming up and what they've already committed to.
By the way: unregistered users can also participate on events. Every user is THE unregistered user and due to this everyone can attend an event, and another user can cancel the attendance for THE unregistered account.