• Resolved NataliT

    (@natalit)


    Hello πŸ™‚

    First of all, thank you πŸ™‚
    secondly,I would like to know if there is a way to show the attendee list with email, and all of it on a different page. Something like this

    [event event=12]#_EVENTNAME #_ATTENDEESLIST[/event]

    But i want it to be the page of all attendees without necessity to type eventid every time. Just the list af all events with all the attendees and their emails.

    Thank you very much πŸ™‚

    http://wordpress.org/extend/plugins/events-manager/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    try to modify it’s template file at wp-content/plugins/events-manager/templates/placeholders/attendeeslist.php and then add this $EM_Booking->get_person()->user_email

    to use templates:
    – copy the above template in your theme directory like wp-content/themes/Your Current Theme/plugins/events-manager/placeholders/attendeeslist.php then modify

    http://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter NataliT

    (@natalit)

    Is there any way without changing the templates?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    no, you need to change the template to change the information shown in that placeholder

    Thread Starter NataliT

    (@natalit)

    ok, thank you
    And what about a list of all events with all the attendees?

    Thread Starter NataliT

    (@natalit)

    I have done something like this:

    [events_list]
    <h3>#_EVENTNAME</h3>
    #_ATTENDEESLIST
    [/events_list]

    Still far from perfect, but gives me what i want, except for emails.

    thank you!

    I have a simular question. I would like to add booking comment.
    What the syntax, this doesn’t work:
    echo '<li>'. $EM_Booking->get_person()->get_name() .'-'.$EM_Booking->get_person()->booking_comment .'</li>';

    Plugin Support angelo_nwl

    (@angelo_nwl)

    have you tried $EM_Booking->booking_comment ?

    Yes, i solved it. Thanks.

    Hi guys.

    Could I please ask a question to?

    On my events page, at the top or at the bottom (perhaps bottom where they log in) I would like to show a list of the people who have signed up, and the total of tickets booked. Then a grand total below that. Example

    John Adult 2 Child 3
    Susan Adult 1 Child 2
    Maria Adult 2 Child 2

    Total Adult 5 Child 7

    Where “adult is the name of ticket category 1 and “Child is the name of ticket category 2. The numbers beside them are the number of tickets booked for each category

    Is it possible to make it an option that I choose whether to include the info or not?

    This use would be more of a personal use for my family where we have people RSVPing to our Hallowing Haunted House, Birthday parties and things like that

    By the way, if it would make it easier, it would be okay to have the info be on another page that I would put a link into the event page to access. The link could say something like “Click here to see a list of people attending”. In this way I could also choose which event pages to put the info on, and which to leave it off.

    I have zero programing skills and have just began to play with the plug in. Is there an easy way to do this?

    Thanks in advance for any help you might provide

    Hello Gardnier,

    It is definitly possible though easy is really a matter of point of view.

    In short, you have to modify templates/placeholders/attendeeslist.php

    Please read this explanation

    You can download the modified file at the end of the article.

    Good luck

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hi @gardnier

    can you also post this in a new thread to avoid confusions?

    thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘#_ATTENDEESLIST’ is closed to new replies.