Events Made Easy Forums How do I … Frontend submission configuration problem

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #43749
    Anonymous
    Inactive

    Hi all,

    the newest version includes the Events Made Easy Frontend Submit. That is something I’ve been waiting for long time, but I can’t make it running. What I’ve done so far:

    1. Created folder /wp-content/themes/your-current-theme/events-manager-extended-frontend-submit/

    2. Copied files form.php and style.css into it.

    3. Created file config.php into same folder

    4. Changed the content of config.php as:

    <?php
    $config['success_page'] = the id of success page;
    $config['auto_publish'] = STATUS_PUBLIC;
    $config['public_submit'] = true;
    $config['public_not_allowed_page'] = the id of not allowed page;
    ?>

    Made page for frontend user added the shortcode [submit_event_form], tested and all I got was:

    “Basic Configuration is Missing

    You have to configure the page where successful submissions will be redirected to.

    Please refer to the Customization Page in order to set the basic parameter with which Events Made Easy Frontend Submit will run.”

    I have a feeling that the config.php should be in some other folder and it can’t be found now, but where? Any advice?

    TIA

    -jude

    #49496
    Franky
    Keymaster

    Don’t put all that in your theme dir, it’s a plugin. Create a folder wp-content/plugins/events-made-easy-frontend-submit and put all the files/dirs there. Maybe it’s better/easier if I register it with wordpress or re-integrate it with the main plugin, but that’s future talk.

    #49497
    Anonymous
    Inactive

    Created folder wp-content/plugins/events-made-easy-frontend-submit and did put all the files/dirs there, but it still doesn’t work.

    I just tried to follow the instructions found in https://github.com/halles/events-manager-extended-frontend-submit/wiki/Customization

    #49498
    Franky
    Keymaster

    From where did you get the files? You should use the files found in the EME release, subdir extras/plugins/events-made-easy-frontend-submit

    #49499
    Anonymous
    Inactive

    I’m using the original files from EME release.

    #49500
    Franky
    Keymaster

    What’s the value of $config then?

    I’ll try it again later this evening.

    #49501
    Anonymous
    Inactive

    I don’t know, I just copied the instructions from https://github.com/halles/events-manager-extended-frontend-submit/wiki/Customization and because there was no config.php file, I created one.

    #49502
    Anonymous
    Inactive

    Hi, it’s me again. I’d really would like this working, but no success.

    Where I must put emefs.js?

    #49503
    Franky
    Keymaster

    Create a folder wp-content/plugins/events-made-easy-frontend-submit and put all the files/dirs from wp-content/plugins/events-made-easy/extras/plugins/events-made-easy-frontend-submit/ there.

    Then also create a config.php file there. See the included readme.txt file for an example.

    #49504
    Anonymous
    Inactive

    YES! I LOVE IT!

    #49505
    Franky
    Keymaster

    Glad to hear!

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