• Resolved Apokh

    (@apokh)


    Hello,

    at first Events Manager really the best πŸ™‚

    I use it for Events on my Online-Gaming guild.
    Therefore it would be really nice, to know whether there is an option to show the Atendees (als the ATTENDEELIST Placeholder does) togehter with the Ticketname of the person.
    Like

    Attendees:

    • Apokh (Standard)

    Or otherwise, perhaps it is possilble to lay a filter on the Attendeelist …

    Standard:

    • Apokh


    Supreme:

    • Peter
    • Michael

    https://wordpress.org/plugins/events-manager/

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

    (@angelo_nwl)

    might be possible but you need custom coding to make this work at events-manager/templates/placeholders/attendeeslist.php

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

    you can add something like

    $EM_Tickets = $EM_Booking->get_tickets();
    foreach( $EM_Tickets as $EM_Ticket ){
    	echo '<h3>'.$EM_Ticket->ticket_name.'</h3>';
    }

    just below this line foreach( $EM_Bookings as $EM_Booking){

    note: this might not work out of the box but should be something like this.

    Thread Starter Apokh

    (@apokh)

    Looks pretty much like it πŸ™‚
    Thanky so far.
    Output no looks like

    Standard
    Apokh

    Supreme
    Peter

    Supreme
    Michael

    ..just need to group this somehow. Will try to make it without crashing my installation πŸ˜‰

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Atendees with Ticket’ is closed to new replies.