- This topic has 6 replies, 2 voices, and was last updated 5 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Random seat for an attendee
Tagged: attendee seat random list
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.
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.
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?
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.
Thank you, just added a shuffle($attendee_ids) after
$attendee_ids = eme_get_attendee_ids_for($event[‘event_id’],$approval_status,$paid_status,$order);
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?
Well, don’t allow people to cancel themselves …