Viewing 11 replies - 31 through 41 (of 41 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    thanks for the share!

    I just found a bug. When a user Cancels their RSVP, it still shows in the list of attendees.

    How can you refresh the table to reflect the cancellations?

    @lazyazian

    In the header, you could add

    ."<th>Status</th>"

    then change the $row to these

    $row = array(
                   $userName ,
                   $EM_Ticket_Booking->get_spaces(),
                   preg_replace("/<|>/", "-", $EM_Booking->comment),
                   $EM_Booking->status_array[$EM_Booking->status]
                );

    @agelonwl

    Thanks again, but there’s no way for the table of events to refresh itself?

    I don’t want to have to show that someone booked a space, but then cancelled. I’d rather not show the people any cancellations and only show confirmed bookings.

    @lazyazian

    what you can do is to add a js script that will refresh itself and an additional php condition to filter cancelled events.

    @agelonwl

    Thanks for the suggestion! I’m not a real developer, so that’s too deep for me unfortunately. I can just look at current code and tweak it if I can. Hopefully someone else will be bothered by this and will be able to develop and share their code ??

    Hi All,

    Where can i find the code snippet ??? Some one please help me

    Thanks
    Harsha.

    Concerning Shonu’s code, would it be possible to have only the ‘approved’ bookings to appear, and add the user’s avatar (gravatar)?

    @shonu many thanks !

    Sorry, I am new and I don’t really get it…

    Where do I find these template folders and php-files that I can change?
    Is it anywhere on the WP-Dashboard?
    I can’t find the attendees.php…

    Hello. i have a question regarding the avatar positioning. I used #_ATTENDEES in the sing page format code and the avatars appear, but they don’t line up side by side. they are staggered with a dot separating each avatar.

    would anyone know how to correct the format? thanks.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    You’d need to add CSS to your theme, e.g.

    .event-attendees li { list-style:none; float:left; }

Viewing 11 replies - 31 through 41 (of 41 total)
  • The topic ‘[Plugin: Events Manager] list of attendees’ is closed to new replies.