Hi, I have been working with Event Organiser, beta 2 since its release now and its really great! (on a site that is still under development ).
-
Below ”Event details” there is a info message ”If you edit the event’s dates you will need to update…”. Would it be relatively simple for us to add custom ”info messages” like this below ”Event Tickets” on the same page and also on the ”Bookings” -page below ”Bookings” -headline?
-
Edit/Delete links are hidden until ”mouse over”, after adding a new ticket…any chance those could be visible always?
-
Is there any way to translate the default value ”New Ticket” ?
Thanks!
AK
1) Not really the notice that appears under ‘Event Details’ exists because there is a hook for it. No hook exists for the other locations. What you could do is add the notice to the top/bottom of the page and use JavaScript to move it into place.
2) There are no plans to change that in the plug-in, but you can add the following CSS to the page:
#eo-tickets-table .eo-ticket-row .column-ticket_actions .eo-ticket-actions-wrap {
visibility: visible;
}
3) No yet, this is hardcoded, but I’ll look into making that translatable.
Stephen Harris
Ok, thank you!
If possible, it would be great if the following could be translated also:
-the words ”Offline” and ”Free” in booking confirmation/notification -email
-”Select to add filter” (under ”Bookings”)
…I’m creating some basic instructions for how/when to use ”Bulk actions”, ”Download bookings/tickets”, ”Filter” and the checkbox for each booking.
So a hook for the area below ”Bookings” would be great (for adding a message), but that’s a feature request I guess 😉
Thanks!
AK