Saikes
Forum Replies Created
-
I fixed the problem, I used a custom Placeholder to retrieve the Information I needed.
I connected Events with Posts => if could get one Event at a time, i could check the Connection an retrieve the needed Information.
Thanks for the answer, it works like a charm π
I’m not quite sure with the server path, could you give me an example? There are no errors but no attachments either.
I have a question, is it possible to send more than one file with this array?
Mhm, I see that two Tickets are stored together… I need to build a workaround…
Thanks, i try that and tell you if it works.
I solved the problem with a little hack. It works for my problem, but it needs more work to work as a function for the whole plugin:
added it to the em_actions.php at line 261.
$is_doublebooking = false;
foreach($EM_Bookings as $booking){
if($booking->get_person()->user_email == $EM_Booking->get_person()->user_email{
$is_doublebooking = true;
}
}I used the boolean variable to prevent the adding. So you have to add an if-clause afterwards.
http://s7.directupload.net/images/140129/yfqy5qyc.png
Even though it’s in German, I made a combined screenshot of my settings. (General Settings and No-User Bookingmode)
I hope it helps.It is switched off. That’s why I am so confused.
Hi caimin_nwl,
I switched it on and off, but any user, which ist not registred (is no user) can book events more than once. I swithed it on now, so that registred user can not double book, but it does not help against guest bookings.