Events Made Easy › Forums › Generic › Shortcode external page ( add event )
- This topic has 26 replies, 2 voices, and was last updated 10 years, 8 months ago by Franky.
-
AuthorPosts
-
Thu 13 Mar 2014 at 10:02 #44190AnonymousInactive
Hello
I’m new to WordPress and events made easy ….. I would like the page Events Add in the menu to have an external page (for non-registered users) which short code that is appropriate for it?
greeting
Diane
Thu 13 Mar 2014 at 12:30 #51350FrankyKeymasterThere is a plugin in the subdir extras for this (extras/plugins/events-made-easy-frontend-submit).
Copy the folder extras/plugins/events-made-easy-frontend-submit in your wordpress plugins folder, then activate it as any other plugin. And read the included readme.txt for it.
See also:
http://www.e-dynamics.be/bbpress/topic.php?id=2146#post-8974
Thu 13 Mar 2014 at 14:58 #51351AnonymousInactiveHello
thanks for the quick reply … really fast support here.
But I get the following message
“
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 parameters with Which Events Made Easy Frontend Submit wants to run. “
I changed the config.php.
Thu 13 Mar 2014 at 15:16 #51352FrankyKeymasterThe config.php file must be put in the right place. From the readme.txt:
The plugin will look for configuration, form template and style files in the following paths, in that priority:
1. ./wp-content/themes/your-current-theme/events-made-easy-frontend-submit/
2. ./wp-content/themes/your-current-theme/emefs/
3. ./wp-content/themes/your-current-theme/events-made-easy/
4. ./wp-content/themes/your-current-theme/eme/
Thu 13 Mar 2014 at 15:27 #51353AnonymousInactiveThank you
you mean I have in my theme ordber create a folder:
/ events-made-easy-frontend submit /
/ emefs /
/ events-made-easy /
/ eme /
Thu 13 Mar 2014 at 15:37 #51354FrankyKeymasteryes, one of those folders needs to be created there.
Thu 13 Mar 2014 at 15:45 #51355AnonymousInactivedoes not have tasted all four variations 🙁
Thu 13 Mar 2014 at 18:32 #51356FrankyKeymasterAnd the config.php must be in there.
Fri 14 Mar 2014 at 09:10 #51357AnonymousInactivereally?
the config with all the data? A big risk!
Fri 14 Mar 2014 at 09:25 #51358FrankyKeymasterThe config.php as mentioned in the readme.txt of events-made-easy-frontend-submit.
Fri 14 Mar 2014 at 11:00 #51359AnonymousInactiveThank you for your patience!
It works great
the only problem that now is still there: if I want to register an event I can not select a category although five categories are disposal.
Fri 14 Mar 2014 at 12:16 #51360AnonymousInactiveI have found that … that is usable for the current version?
http://plugins.trac.wordpress.org/changeset/849093
http://plugins.trac.wordpress.org/changeset/861105
And if so where are the files then purely
greeting
Diane
Fri 14 Mar 2014 at 13:42 #51361FrankyKeymasterDo you mean you can’t select any category when creating an event, or there are no categories to select from? What is the shortcode you’re using? And is there an example?
Fri 14 Mar 2014 at 15:05 #51362AnonymousInactiveIn the admin area 5 categories are created but in the frontend with events-made-easy-frontend-submit are not as
Fri 14 Mar 2014 at 15:56 #51363FrankyKeymasterEME has it’s own categories, did you create EME categories or just wordpress categories?
Fri 14 Mar 2014 at 15:59 #51364AnonymousInactiveEme category in the admin area of eme
Fri 14 Mar 2014 at 16:08 #51365FrankyKeymasterI tested this here and it seems to work just fine. Can you give me the url?
Fri 14 Mar 2014 at 17:57 #51366AnonymousInactiveSorry runs under local xampp
Sat 15 Mar 2014 at 11:58 #51367AnonymousInactiveI ‘m so angry I thought I would maybe somewhere adjusted something and have events made easy completely deleted ie I wanted it in the uninstall gave it to the first error that an error in line 166 would uninstall so I deleted it manually and eme all lines from the database deleted. then when I tried to reinstall eme he does not create data:
WordPress database error : [Table ‘ usr_web6_1.wp_eme_events ‘ does not exist ]
SELECT * , DATE_FORMAT ( event_start_date , ‘% e’) AS ‘ event_start_day ‘ , DATE_FORMAT ( event_start_date , ‘% m’) AS ‘ event_start_month ‘ , DATE_FORMAT ( event_start_date , ‘% Y’) AS ‘ event_start_year ‘ , DATE_FORMAT ( event_start_time ‘ % k ‘) AS ‘ event_start_hh ‘ , DATE_FORMAT ( event_start_time , ‘% i ‘) AS ‘ event_start_mm ‘ , DATE_FORMAT ( event_start_time , ‘% h: % i % p ‘) AS ‘ event_start_12h_time ‘ , DATE_FORMAT ( event_start_time , ‘% H: % i ‘) AS ‘ event_start_24h_time ‘ , DATE_FORMAT ( event_end_date , ‘% e ‘) AS ‘ event_end_day ‘ , DATE_FORMAT ( event_end_date , ‘% m ‘) AS ‘ event_end_month ‘ , DATE_FORMAT ( event_end_date , ‘% Y ‘) AS ‘ event_end_year ‘ , DATE_FORMAT ( event_end_time , ‘% k’) AS ‘ event_end_hh ‘ , DATE_FORMAT ( event_end_time , ‘% i’) AS ‘ event_end_mm ‘ , DATE_FORMAT ( event_end_time , ‘% h: % i % p’) AS ‘ event_end_12h_time ‘ , DATE_FORMAT ( event_end_time , ‘% H :% i’) AS ‘ event_end_24h_time ‘ FROM WHERE wp_eme_events ( event_start_date > = ‘2014 -03- 15 ‘ OR ( event_end_date > = ‘2014 -03- 15’ AND event_end_date = ‘0000 -00- 00! ‘AND event_end_date IS NOT NULL) ) ORDER BY event_start_date ASC , ASC LIMIT 21 event_start_time
Sat 15 Mar 2014 at 13:30 #51368FrankyKeymasterThat’s because you deleted it manually: some traces are still left in wordpress (like the EME version in the wordpress options table).
Just deactivate and delete it via the wordpress interface, that will clean things up.
Then reinstall it.
Sat 15 Mar 2014 at 16:45 #51369AnonymousInactiveYes as I said I wanted to do then was: Fatal error: Can not redeclare eme_add_options () (previously-declared in / html / wp-content / plugins / events-made-easy / eme_settings.php: 3) in / html / wp-content / plugins / events-made-easy / eme_settings.php on line 166
That’s why I got it so manually removed
Sat 15 Mar 2014 at 19:37 #51370FrankyKeymasterThat’s not an error that should occur. That means that some parts of the code were changed or you used something wrong in your theme.
Just try a clean install then. As said: install it via wordpress, deactivate and delete it via the wordpress interface, that will clean things up. And then you can reinstall it properly.
Or you can go in the wordpress table called wp_options in mysql and delete any eme_* options in there.
Sun 16 Mar 2014 at 22:01 #51371AnonymousInactiveHi have wordpress and event made easy now relaunched category on the events-made-easy-frontend-submit page can still not be selected while a box available but that remains empty although specified in the settings of events made 5 categories are so 5 ID available.
In addition, the language to change to the submit page even though I have not changed the file the page erne.de.po of events is now submit frontend in German not.
regards
Diane
Sun 16 Mar 2014 at 23:09 #51372FrankyKeymasterDo you have a filter defined “emefs_categories_filter” in your theme somewhere for event categories?
Maybe that’s blocking you.
Also, the submit-plugin is not translated (it is ready to be translated, but just not done yet). So if it was before, it means someone changed the code for it.
Sun 16 Mar 2014 at 23:20 #51373AnonymousInactiveOk, the change to the language is done I’ve made form.php
Sun 16 Mar 2014 at 23:31 #51374AnonymousInactiveIf where you could set a filter for categories?
Here is an excerpt from the form.php sections Category:
<div class=”input select”>
<label for=”event_category_ids”> <php _e (‘Category selection’);?> <small> <php _e (‘Required field’);?> </ small> </ label>
<? php EMEFS :: field (‘event_category_ids’);?>
<? php EMEFS :: error (‘event_category_ids’);?>
</ div>
<fieldset>
Sun 16 Mar 2014 at 23:47 #51375FrankyKeymasterThat code is not part of the plugin events-made-easy-frontend-submit, can’t help you there. I can’t support you when you’re trying to create something yourself.
First try with the plugin and use the shortcode [submit_event_form] on a regular wordpress page to show the submit form.
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.