Events Made Easy › Forums › How do I … › Frontend submission configuration problem
Tagged: configuration, frontend submission
- This topic has 10 replies, 2 voices, and was last updated 11 years, 10 months ago by Franky.
-
AuthorPosts
-
Tue 13 Mar 2012 at 09:35 #43749AnonymousInactive
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
Tue 13 Mar 2012 at 11:11 #49496FrankyKeymasterDon’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.
Tue 13 Mar 2012 at 11:59 #49497AnonymousInactiveCreated 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
Tue 13 Mar 2012 at 12:23 #49498FrankyKeymasterFrom where did you get the files? You should use the files found in the EME release, subdir extras/plugins/events-made-easy-frontend-submit
Tue 13 Mar 2012 at 15:17 #49499AnonymousInactiveI’m using the original files from EME release.
Tue 13 Mar 2012 at 16:54 #49500FrankyKeymasterWhat’s the value of $config then?
I’ll try it again later this evening.
Wed 14 Mar 2012 at 12:01 #49501AnonymousInactiveI 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.
Wed 9 Jan 2013 at 20:01 #49502AnonymousInactiveHi, it’s me again. I’d really would like this working, but no success.
Where I must put emefs.js?
Thu 10 Jan 2013 at 00:01 #49503FrankyKeymasterCreate 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.
Thu 10 Jan 2013 at 20:36 #49504AnonymousInactiveYES! I LOVE IT!
Thu 10 Jan 2013 at 22:46 #49505FrankyKeymasterGlad to hear!
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.