Support

Home Forums Event Espresso Premium Attendee re-assignment showing closed events

Attendee re-assignment showing closed events

Posted: January 22, 2014 at 1:07 pm


Al Joly

January 22, 2014 at 1:07 pm

I am using the newest release of the attendee re-assignment tool, and I notice that it displays ALL events. Even events that are closed. Is it possible to display only events with a status of Open?

I did apply a mod to it which was shown to me here:
https://eventespresso.com/topic/attendee-reassignment-filter-by-category/

Please help!

PS: I noticed there is a Clone Attendee feature but the Addon page does not explain anything about this feature. Is it just as it sounds? You can duplicate that attendee to another event?


Sidney Harrell

January 22, 2014 at 5:56 pm

You’ll need to re-modify this line:

$sql .= " WHERE e.event_status != 'D' AND cr.cat_id = '%d'";

but you’ll have to be more specific about what you consider an “Open” or “Closed” event. For events where the start date is greater than or equal to today’s date, for example:

$sql .= " WHERE e.event_status != 'D' AND cr.cat_id = '%d' AND e.start_date >= '".date(Y-m-d)."'";

but you could also go by the event end date, or the registration end date (which I believe is what the rest of EE goes by).
The attendee clone feature was added recently, and basically does the same thing as the attendee mover, but leaves a copy of the attendee on the old event in addition to moving them onto the new event.


Al Joly

January 23, 2014 at 9:59 am

Awesome, thank you.

The support post ‘Attendee re-assignment showing closed events’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso