avdude
Forum Replies Created
-
Forum: Plugins
In reply to: Event Registration Plugin IssueVersion 3.048 is now online. Fixes several issues including posting the Organization info.
Forum: Fixing WordPress
In reply to: Event Registration QuestionDoes eventbrite charge for their services?
Forum: Requests and Feedback
In reply to: [Plugin: Event Registration] Praise and a Wish ListThanks for the positive input and all donations!
The error you posted looks like the event id is not in the query, the line should show up as …where event_id = ‘3’ order by sequence. . . or some other number dependin on the current event selected. I would suggesting removing and adding back the plugin to start.
Forum: Plugins
In reply to: [Plugin: Event Registration] Upload to plugins – plugin is a no-showPlease tell me what version of the plugin you have installed. Also you can email me at [email protected] if you are having trouble at avdude.com
Thanks.
Forum: Plugins
In reply to: [Plugin: Event Registration] Upload to plugins – plugin is a no-showI have tested the plugin on 2.7.1 (both Windows and Apache) and have no functional issues.
Your errors appear to be related to database queries. It appears that the database names are not calling correct.
Email me offline and I will walk you through resolution.
Forum: Plugins
In reply to: [Plugin: Event Registration] Users SubscribersAt this time, there is no sync between WordPress and the Plugin Users.
Forum: Plugins
In reply to: Event Registration exporting errorsThe file path is still wrong. Change back to the original and send me a copy of the error.
thanks.
Most of the changes requested here are now included. Thanks for your input.
Forum: Plugins
In reply to: [Plugin: Event Registration] is active and date and localizationA new release is now available that provides:
1. date filtering (no events with a start date prior to today will display)
2. Multiple language support/localization
3. Ability to place a specific event registration on a page by event ID. This is good because you can then have custom URLS for each event registration you want, as well as include links, and images on the registration page.
4. Several other changesForum: Plugins
In reply to: [Plugin: Event Registration] Required registration questions not validatedMy apologies on this. There is a bug with adding additional questions and validation that I have not yet been able to resolve. I am working on this and hope to have it resolved very soon.
Forum: Plugins
In reply to: Plugin: Event Registration – Paypal return urlActually the return URL is a page that if put the block
{EVENTREGPAY}
on a page and then put that page link in the Return URL block in the Organization Setup, you can include[return_url
in your confirmation mail and it will provide a link with a specific id for the registering person to click on and return to a page that they can make a payment online. THis is primarily for those people, who for some reason or another did not make their payment at time of registration. Additionally if you recieve and post a payment in the Payments section, when they click the link, the page will actually show any outstanding balance and set the payment amount due for that amount. This is great is you work with registrations that take deposits or partial registration fees.Forum: Plugins
In reply to: [Plugin: Event Registration] 500 error when activating pluginA new release is now available. Changes include support for IIS (earlier versions of the script used a specific php command that IIS (windows) servers did not support. That is the reason many of you were not able to make it work on your home test servers, but it worked fine on your actual site.
Additional changes inclue multiple language support, better formatting, seperate files for various functions (easier to edit for you), ability to place a specific event on a page by id verses the list or default event, and date sorting of events to only show those (when you list all events) events that are in the future (newer than today).
Forum: Requests and Feedback
In reply to: [Plugin: Event Registration] Praise and a Wish ListA new release is now available. Changes include multiple language support, better formatting, seperate files for various functions (easier to edit for you), ability to place a specific event on a page by id verses the list or default event, and date sorting of events to only show those (when you list all events) events that are in the future (newer than today).
Forum: Plugins
In reply to: [Plugin: Event Registration] Help with Event-Registration and PaypalIn the newest version, look for the file event_payments.inc, near the end of the code is the actual PayPal link stuff, you should be able to replace that with your own.