Hi,
discovered some minor bugs:
* registeration.css: row#12 "inupt" instead of "input"
* show_registeration_form.php: last row misses closing php tag "?>" i guess...
* "registeration" itself is a missspelling. should miss an "e" itself and be called "registration" instead. i know that´s no bug, but i had a lot of problems because i didn´t see the "e" in the first point and missspelled it too often. would make work a bit easier.
Bugs with naming and classes
(12 posts) (3 voices)-
Posted 3 years ago #
-
Thanks! Those will be fixed in the next release.Posted 3 years ago #
-
Hi Binny,
found another bug:
- You can register the same person unlimited times
As far as i understood your code, this shouldn´t happen. I checked the "script.js" and "attendee_check.php", but it seems that both are not really working...
- When you don´t provide a picture for upload, you get the following message:
'Kerstin Test' has been added to the attendee list for event Messe Graz.
Thank you.
Fatal error: Cannot redeclare upload() (previously declared in /nfs/c02/h04/mnt/43248/domains/aerztejobs09.at/html/wp-content/plugins/eventr/show_registeration_form.php:117) in /nfs/c02/h04/mnt/43248/domains/aerztejobs09.at/html/wp-content/plugins/eventr/show_registeration_form.php on line 117
wish you best.Posted 3 years ago # -
> You can register the same person unlimited times
If the same name is used a second time, a message will be shown - but the user can chose to ignore the message. That's not a bug.
> When you don´t provide a picture for upload, you get the following message:
Still looking into this issue - I don't have that issue in my local system.Posted 3 years ago # -
Hi Binnya,
no, there´s no message, if you´re creating a second user with the same name. i saw, that you check it in your code, but it doesn´t work. no message.Posted 3 years ago # -
Could be a browser issue - since I used javascript for that. Which browser are you using?Posted 3 years ago #
-
hm. seems to be no issue with the browser. more with the wordpress-template using the jquery horizontal slider... the attendee get´s registered 3 times, because the button seems to assign himself to all three forms in the 3 posts. i get the [attendee] successfully assigned to [event]message with all three events. as i asked in the other thread: is there a possibilitie to sign the button to only that single event? id(?) seems to be too globalPosted 3 years ago #
-
I think I found the reason for the 3 db entries for each signin. Try this - open the show_registeration_form.php - change the line( it should be around the 10th line)
if(isset($_POST['action']) and $_POST['action']) { // Submitted Registeration
to
if(isset($_POST['action']) and $_POST['action'] and $_POST['event_id'] == $event->ID) { // Submitted Registration
Hopefully, this will fix the issue. Let me know how it goes.Posted 3 years ago # -
Hi Binnya,
everything worked well. Thanks for your support! Another question: Do you have a changelog somewhere? I saw you got a new version...Posted 3 years ago # -
Changelog is at [url:vms6hd26]http://wordpress.org/extend/plugins/eventr/other_notes/[/url:vms6hd26]
But it appears to have some formatting issue - so here it is...
Added reCaptcha validation to prevent Spam(Thanks Niju Mohan )
Fixed a bug with image uploading(bug was wordpress's fault).
Some fixes needed for Wordpress 2.7 Compactability
Added Options You can chose which all fields to show - and which all must be entered
Abitily to set a maximum number allowed for an event
Ability to export data in CSV format
Attendee list is now paged
BugfixesPosted 3 years ago # -
seems, that i have to give the new version a try. sounds pretty good to me...Posted 3 years ago #
-
well, i have to give this a try. paged attendees and csv export sounds good... i´ll give feedback, when i tried it. thanks for this one.Posted 3 years ago #
Reply
You must log in to post.