• Resolved Dennis

    (@dlongneckercomcastnet)


    Question on the Events Plug-In.

    Question 1: On the Bookings Page, I am allowing a person to register without signing on. The Field names that display are Name, Phone, E-mail, and Comment. If I want to change the name of the prompt from “Name” to “Club” is that a matter of editing the code or is that in the Settings somewhere?

    Question 2: Also, I am only allowing one booking per event. My events are like Basketball Games and I am getting Clubs to register to run Concessions, so I only need one club per event. On the Events screen, it currently shows the date/time and Description of the event. If I have a club signed up, Can I also get that to show up on the Events screen so someone won’t bother to try to book it?

    Thanks,
    Dennis

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Dennis,

    1.Yes, you’d need to edit this template:
    /events-manager/templates/forms/bookingform/booking-fields.php

    This tutorial explains how to create custom templates that are upgrade-safe:
    http://wp-events-plugin.com/documentation/using-template-files/

    2. Do you mean you want to show when there’s been at least one booking?

    Thread Starter Dennis

    (@dlongneckercomcastnet)

    Thanks for answering #1 — I’m on it.

    Yes, it would be nice if it showed the booking for the Coaches don’t have to click every event to find a vacancy.

    Thread Starter Dennis

    (@dlongneckercomcastnet)

    Okay — I got #1 and #2 done! Works well. Thanks for pointing me in the right direction.

    Follow up question.
    On the booking screen, the prompt field is not wide enough so it looks like

    Advisor/Coac
    h Name

    I don’t see the <td> code where I normally can make it wider. SUggestions?

    Can you a screenshot of what you’re seeing?

    Thread Starter Dennis

    (@dlongneckercomcastnet)

    I am hoping this works

    Here it is...

    Or you can go to http://www.ntboosterclub.org/events and click on one of the events that isn’t reserved to see the booking form.

    One solution would be to add something like this to the end of the style.css file of your theme:

    .em-booking-form label {
         width: 200px !important;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customize Events Screen’ is closed to new replies.