Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Show html-form after Booking (template)I’m using dompdf for pdf rendering. Forcing a new page can be done via css styling, see:
https://stackoverflow.com/questions/22746958/dompdf-adding-a-new-page-to-pdf#22768573Forum: Plugins
In reply to: [Events Made Easy] Show html-form after Booking (template)This should fix the PDF upon booking if approval is needed too:
https://plugins.trac.wordpress.org/changeset/2463820/The next version will also have an extra placeholder #_BOOKINGPDF_URL{xx} that will return an url to a generated pdf (xx being a template id). This can be used in mails or in the booking thank-you message too.
Forum: Plugins
In reply to: [Events Made Easy] Show html-form after Booking (template)You won’t be able to add the form-thing using a hook (there’s no hook/filter to change the thank-you message since it can be configured per event already).
I’ll take a look for the PDF template and pending bookings to be sure.
Pagebreaks are filtered by wordpress (installing tinymce advanced or something alike will allow you to change that). Unless you mean something else here?Forum: Plugins
In reply to: [Events Made Easy] Show html-form after Booking (template)Another option would be to require booking approval (in the event RSVP settings) and use the “ticket url template” option to mail the booking pdf upon booking. The booking is then in pending status and once the person signs the contract you can approve it.
Forum: Plugins
In reply to: [Events Made Easy] Show html-form after Booking (template)To continue on this: for feature request, please post to https://www.e-dynamics.be/wordpress (and feel free to buy me a coffee).
Otherwise: generate a GET-link with the booking id, use a php script that initiates the wordpress environment and then use the EME functions to get all the info needed to generate your pdf. See the EME function call examples on the hooks and filters document page: https://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/Forum: Plugins
In reply to: [Events Made Easy] Show html-form after Booking (template)Email clients *always* ignore form-tags, that’s just bad politics anyway.
You can already create a dynamic PDF using the “ticket PDF template” option in the RSVP settings for an event. That template can have all booking placeholders, but of course it is currently only used as mail attachment.
I could create an extra booking placeholder so you can reference a dynamically generated pdf in your thank-you message, but that’s a new feature to develop.Forum: Plugins
In reply to: [Events Made Easy] Event Cancelation not working in 2.1.106Confirmed, due to some code shifting I forgot to add an argument to a function.
This should fix it: https://plugins.trac.wordpress.org/changeset/2463120/Forum: Plugins
In reply to: [Events Made Easy] Stop redirect after booking? (Offline Payment)you are being redirected because you’ve indicated to do so: you marked a price, indicated that the event can be paid online (via one of the payment providers you selected) and also that this redirect should happen (see the options “Redirect towards payment page?”, “Redirect wait period” and “Redirect message”).
Either disable the online payment, disbale the redirect or extend the redirect option if needed. Based on your screenshot I think you should disable the online payment providers for your events.The booking successfull message normally stays visible. If you don’t want the form to show again, disable the option “Show RSVP form again after booking?” in the EME options, tab RSVP.
The message itself doesn’t clear, even after booking. I’ll make a test on your page (but don’t charge me for it 🙂 )Also: please post this in the EME form, not the frontend submit form (unless you talk about creating an event, which is not the same as a booking of course).
Edit 2: you are being redirected because you’ve indicated to do so: you marked a price, indicated that the event can be paid online (via one of the payment providers you selected) and also that this redirect should happen (see the options “Redirect towards payment page?”, “Redirect wait period” and “Redirect message”).
Either disable the online payment, disbale the redirect or extend the redirect option if needed. Based on your screenshot I think you should disable the online payment providers for your events.Forum: Plugins
In reply to: [Events Made Easy] Added field on booking pageNo, if it is “Generic” then it will show up in the CSV export (CSV generated by the link “CSV export”).
If you use the “CSV” button on the top right, then first select which columns you want visible in your table, since that button only does a csv export of the table shown. To select your columns (like the hint says): rightclick on the column headers and select the columns of choice.Forum: Plugins
In reply to: [Events Made Easy] Added field on booking pageI’m not talking about wordpress, I’m talking about the Events Made Easy plugin. That’s still not updated.
Forum: Plugins
In reply to: [Events Made Easy] Added field on booking pageBased on info from your webpage, you’re still on 2.1.61, not 2.1.106 …
In the newer version “Generic (deprecated)” no longer exists (“Generic” does)Forum: Plugins
In reply to: [Events Made Easy] Added field on booking pageYou’re about 41 versions behind the current release, update first please.
Forum: Plugins
In reply to: [Events Made Easy] Added field on booking pageStill not the complete info. What is the “Purpose” setting for that field?
Forum: Plugins
In reply to: [Events Made Easy] Added field on booking pageI mean the field definition, not the rsvp form.