Support

Home Forums Event Espresso Premium create events through the front end of the site

create events through the front end of the site

Posted: March 16, 2015 at 12:29 pm

Viewing 3 reply threads


Duvida

March 16, 2015 at 12:29 pm

How to create events through the front end of the site without registering people and redirect showing that the event was created. After showing in a friendly way at an interface events you create. Please would like a step by step.


Dean

March 17, 2015 at 1:37 am

Hi,

If you are using EE3, you can use the (beta) Front End Manager addon to allow basic events to be created from the front end.

The user still needs to be logged in in order to create a site.

More info: https://eventespresso.com/wiki/front-end-event-manager-add-on/


Duvida

March 17, 2015 at 8:23 am

Thanks Dean. I click the submit button of the form to create the event and want to know how to redirect showing that the event was created. Then I want to show the created events ordered by date. How to do this?


Dean

March 18, 2015 at 3:24 am

Hi,

Not easily. A redirect might be difficult, but you could use the action hook action_hook_espresso_insert_event_success to insert information after the notification, such as a link to the event list page.

This is the full action hook

do_action('action_hook_espresso_insert_event_success',$_REQUEST);

found in /wp-content/plugins/event-espresso/includes/event-management/insert_event.php

Viewing 3 reply threads

The support post ‘create events through the front end of the site’ 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