Events Made Easy Forums How do I … Random seat for an attendee

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #60460
    Anonymous
    Inactive

    Is it possible to connect each attendee random to a seatnumber. I would like to use this list as a startinglist for my event. It would be nice to see an attendee list by date of subscription as long as the event is open. When the event is closed for subscription I would like to see the random attendee list as the startinglist.

    #60461
    Franky
    Keymaster

    Sorry, but currently that is not possible. You can use the booking id as a number, but that’s it for now. In the past I thought about integrating a seating plan manager, but haven’t gotten around to doing that yet.

    #60462
    Anonymous
    Inactive

    I understand. I’m not very good in php but want to try to show the attendee list in random order. There are a lot of files in the plugin, which one is showing the attendee list?

    #60466
    Franky
    Keymaster

    The function eme_get_attendee_ids_for in eme_rsvp.php compiles the attendee ids for an event, so you can change that, but after each plugin update you’ll lose your changes.

    #60468
    Anonymous
    Inactive

    Thank you, just added a shuffle($attendee_ids) after
    $attendee_ids = eme_get_attendee_ids_for($event[‘event_id’],$approval_status,$paid_status,$order);

    #60491
    Anonymous
    Inactive

    To change the random generated list it is possible to cancel a booking and after that subscribe again for the same event. Is there a way to discourage such an action?

    #60495
    Franky
    Keymaster

    Well, don’t allow people to cancel themselves …

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top