• Resolved kcurreri

    (@kcurreri)


    Hello,

    I have two questions:

    1) Is there any way that I can customize the RSVP respondent list for an event? Currently, when somebody RSVPs only their last name shows up. Can I make it so that their first and last name shows up?

    2) I’d like to not take payments for my RSVP events, is there a way I can remove the payment checkboxes in the RSVP sidebar in the event settings?

    Thanks for your time!

    https://wordpress.org/plugins/events-made-easy/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Franky

    (@liedekef)

    1) using the shortcode [eme_attendees] or [eme_bookings] allows you all the freedom. Both have placeholders you can use to change the layout to your liking, e.g.: http://www.e-dynamics.be/wordpress/?cat=45
    2) Nope, if you don’t want them to be visible, use some CSS in your theme to hide them

    Thread Starter kcurreri

    (@kcurreri)

    Thanks Franky,

    1) I referring to the admin edit page where the respondent list in the sidebar. Is there anyway I can show a first name & last name?

    2) I tried that but the parts I want to get rid of don’t have classes or ids. Are there any other options?

    Thanks again for your time!

    Plugin Author Franky

    (@liedekef)

    Hi,

    concerning 1: no, unfortunately that part is not customizable, but I do understand the need for the first/last name part. This change should help:
    http://plugins.trac.wordpress.org/changeset/1358442

    Concerning 2: you can address a name or id in css you know 🙂
    Example:
    #2co-checkbox { display: none;}

    Thread Starter kcurreri

    (@kcurreri)

    Thanks Franky,

    Is there any way I could make that change via functions.php so that I don’t have to update the core of your plugin?

    I have a lot of sites that I manage and I’m worried that I would forget I made that change when I update the plugin.

    Thanks for your time!
    Keith

    Plugin Author Franky

    (@liedekef)

    The change I posted will be in the next version, and you can apply the changeset already if you can’t wait.

    Thread Starter kcurreri

    (@kcurreri)

    Thanks so much Franky!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Respondent List & RSVP Settings’ is closed to new replies.