tommienl
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Question about MailJust tested it… and you are right! Never mind my wall of text.
Still the best plugin ever! I’m now using the dynamic data option in e-mails. It’s awesome ??
Greets
Forum: Plugins
In reply to: [Events Made Easy] Possibility of migrationThanks! I’ll try that
Forum: Plugins
In reply to: [Events Made Easy] Redirect after registrationI think you can change the button text via:
#_SUBMIT{} (*) displays displays the submit button with between the braces the text you want for the button (qtranslate compatible).
Forum: Plugins
In reply to: [WP Photo Album Plus] Password protectionThanks for the reactions!
Forum: Plugins
In reply to: [Events Made Easy] Question about csv exportThanks, i’ll look into it.
Forum: Plugins
In reply to: [Events Made Easy] Question about csv exportIf you have tips on how to do this more efficient i’m always open to ideas. But at the moment I don’t see any other way at the moment to be able to plan al the different components for all the parents and children.
Again, thanks for the quick replies.
Forum: Plugins
In reply to: [Events Made Easy] Question about csv exportTo be complete:
Importing something like this will cause the same issues (I don’t understand why anybody would import from one db in another …).
Why were doing this: we are using your plugin to make it possible to register a parent (adult) with multiple children for a 5 day event (during the days some 250 kids / 300+ adults). During these 5 days multiple components are organised. We need to plan the parent (adult) to help on these days (with games / group surveillance / medical support / kitchen / etc / etc). The kids are planned to groups (10 kids per group, selected on age and school). After this planning we want to display this to the kids & parents so they know what to do/expect.
Imagine you have a template with 5 fields that can get repeated (those fields belong together), and then another template that gets repeated based on another condition etc … EME works with groups of responses just for that (which explains the “x.y” part followed by the fieldname in each answer: first the group number, then the repetition number). Importing this in another DB will be very hard to do (if not impossible).
For our particular case there is only one repeating template with a default set of fields (for the registered children). Because this is repeated and there is some kind of key (“x.y”) i probably can extract or filter this later on.
Concerning the change itself: yes, it will be in the next version.
Ok, coolAlso: the change just changes the answers, not the first line. I don’t add headers (on the first line) for dynamic fields.
I see (when I open de .csv in an editor). The headers i noted (_1, _2, _3 etc) are probably generated by the *.csv import module of Microsoft Excel.
Forum: Plugins
In reply to: [Events Made Easy] Question about csv exportHello Franky, thnx for the quick reply.
I changed line 834 of eme_people.ph to:
$line[]="$grouping.$occurence ".$tmp_formfield['field_name'].": ".eme_answer2readable($answer['answer'],$tmp_formfield,1,"||","text")."";
The export is now neatly on 2 lines!
The headers are now _1, _2, _3, etc for the dynamic field. Probably the challenge for me to import this correctly (match _1 to field name & extract the value also ) to Excel or Access.
Many thanks for the support, is this something you will push to your code?
Greets
Forum: Plugins
In reply to: [Events Made Easy] Struggles with dynamic fieldsHello Franky,
Indeed I had the #_SPACES definition still stated in the initial form. After deleting #_SPACES and using only #_SEATS the repetition works!
Many thanks!
Forum: Plugins
In reply to: [Events Made Easy] Struggles with dynamic fieldsThanks for the reply.
When i use “greater than or equal to” with the Condition value of “0” the template repeats itself 2 times. But when i change the amount of seats the same 2 templates appear.
When i use “greater than or equal to” with the Condition value of “1” only one template appears. Changing the amount of SEATS wont repeat the template. (the same happens when using “greater than”.
It is also stating (at the RSVP tab under Dynamically show fields based on a number of conditions):
The selected template will be shown several times if the repeat option is used (based on the number of times the field is different from the condition value. This is not used for the ‘equal to’ condition selector.Does this interfere what I want to accomplish?
Forum: Plugins
In reply to: [Events Made Easy] Responsive Table as booking formThanks for the quick reply!
I’ll look into the [eme_calendar] shortcode and if it is possible to the copy over the generated html.
I’ll report back ??
Forum: Plugins
In reply to: [Clever Mega Menu for Visual Composer] Incorrect panel alignmentHi maybe this will help you… I put the following code in the custom css settings:
.cmm-container { z-index:99999; position:relative; }
Forum: Plugins
In reply to: [Events Made Easy] Cron settingsAh I missed that setting :D, it works! Awesome, i will test some more in our live environment.
Many thanks for so far! How do you advice to update when a next version comes out? (or is the dev version also updated)
Forum: Plugins
In reply to: [Events Made Easy] Cron settingsHi Frankie,
I downloaded & installed the dev version (2.0.26) by firstly deleting the version I had installed via FTP
After that i activated CRON by queuing 20 mails per 15 minutes. And tried to register via an test event. Two mails were directly sended out (the one to the contact en the one to me).
Is there something else I have to configure first?
Forum: Plugins
In reply to: [Events Made Easy] Cron settingsThat was fast! I will look into it.