Support

Home Forums Event Espresso Premium Display Event Check-in List detail on front end against logged in user

Display Event Check-in List detail on front end against logged in user

Posted: March 9, 2015 at 12:44 am

Viewing 2 reply threads


Liam Crank

March 9, 2015 at 12:44 am

Hi,

https://eventespresso.com/features/event-check-list/

I need checklist functionality on front end for logged in user, Is there any hook or action to display Check-in List detail for specific event or all events of logged in user ?

Thanks


Liam Crank

March 9, 2015 at 1:09 am

also I want to add an option(checkbox )on backend in REG Details under Registration’s in Check-in List. Can you guide me for this. ?


Dean

March 9, 2015 at 3:05 am

Hi Liam,

There are no action hooks to enable this. You *might* be able to recreate the functionality, but it would require a fairly in depth custom plugin to achieve and working directly with the database, because the check in list is not designed to be available from the front end.

Regarding the checkbox: in theory you should be able to do it via add_meta_box, but I was unable to achieve it without hacking core.

Take a look at /wp-content/plugins/event-espresso-core-reg/admin_pages/registrations/Registrations_Admin_Page.core.php around line 1117 where it adds the Contact Details meta box.

Adding the new add_meta_box into that function obviously will work, but I can’t see a way to hook into it to make it more robust and update proof.

Viewing 2 reply threads

The support post ‘Display Event Check-in List detail on front end against logged in user’ 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