ardph
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Change of initial event statusThe solution in the dev-version is perfect.
Thank you for your quick and helpful answer ??
May be I have more questions in future about the EMEFS plugin, but this one has my highest priority.Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Input problemHi Franky,
The latest release (1.0.71) solved the problem. I’m glad I submitted this problem to you, after spending some days and nights without progress. Thank you for the solution. Tomorrow, I will look into the software to find out what you have changed. From now on I can concentrate on tweaking the templates in order to make life easier for our volunteers when they apply for telescope time.
The thread can be closed.
Ard H
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Input problemHi Franky,
Your sugestion
<?php EMEFS::property('event_single_event_format_tpl','hidden',"value=2"); EMEFS::property('event_registration_form_format_tpl','hidden',"value=1"); ?>
does not work.
The values of the event-property of a single event (made by the frontend EME plugin) in the SQL-database don’t change. They are and keep:”s:29:"event_single_event_format_tpl";i:0; s:34:"event_registration_form_format_tpl";i:0;
When I change these values in the SQL-database to:
s:29:"event_single_event_format_tpl";i:2; s:34:"event_registration_form_format_tpl";i:1;
everything works as I intended.
So my question is why does EMEFS::property and so on and so on, not change the value of the event_xxx_format_tpl? On this moment I cannot find what’s going wrong deeper in the software. So at this moment I don’t want to close this support question.
I did not yet try your suggestion to put the templates as default in the EME backend for new events. That may be the last escape for now. However I don’t like this so much because the templates “1 and 2 of my problem” are typical for voluteer-activities and very different from what we ask our regular visitors.