ll1960
Forum Replies Created
-
Hello Marcus,
Tested 1.4. I confirm the problem has been solved with 1.4
Thanks
LionelForum: Plugins
In reply to: [Events Manager - Zoom Integration] Automatic Approve Zoom Booking Error@rsperoni FYI EM 5.9.11.3 and EM Zoom 1.3 updates have not fix the problem on my side: no emails are sent after approving bookings to “No registration” zoom event types. Staying tuned ?? Lionel
I’m still having the same problem after installing EM 5.9.11.3 and EM Zoom 1.3
confirmation Emails are not sent after booking approval.
Were these upgrades supposed to fix this ?Thanks for your help
Ok, looks like it’s related. Installing EM Zoom 1.3 seems to be fixing the problem with the EM update.
Forum: Plugins
In reply to: [Events Manager - Zoom Integration] Error message after Events Manager updateHello
Same problem here
Thanks for looking into it@sudoa bare in mind that when you select zoom registration, the join_url, in case you’d be using it, is no longer relevant …
Your users can find the correct link in the email that zoom will be sendingForum: Plugins
In reply to: [Events Manager - Zoom Integration] Automatic Approve Zoom Booking Errorsame here
Hello
Same problem here , when zoom events are created with???no registration required??, confirmation e-mail is not issued. Have to click the resend email button.
That’s since changes have been made to ??fix?? inconsistances in the zoom registration process.
As a result, with registration required, confirmation email is sent twice (by zoom and the plugin) With no registration, no email is sent.Appologize, I see that the code sample above is not displayed properly. Hope it’ll be better now.
{is_user_attendee_1} <p> <a href="#_EVENTLOCATION{join_url}">Lien de connection</a> <br/> Meeting ID : #_EVENTLOCATION{id} <br/> Meeting Password : #_EVENTLOCATION{password} <br/> </p> {/is_user_attendee_1}
I also realize my explanation may not be clear … I’m not a native english speaker.
Since #_EVENTLOCATION{join_url} is no longer relevant when using “registration required”, I tried this{is_user_attendee_1} <p> <a href="#_BOOKINGZOOMJOINLINK">Lien de connection</a> <br/> Meeting ID : #_EVENTLOCATION{id} <br/> Meeting Password : #_EVENTLOCATION{password} <br/> </p> {/is_user_attendee_1}
Problem is, #_BOOKINGZOOMJOINLINK seems to be working only in the confirmation email formatting, not for the event web page formatting.
Makes more sense ?
Thanks
Now closing this case and reopening on the zoom plugin forum, made more luck here
Now closing this case and reopening on the zoom plugin forum, made more luck here
Hi ,
Moving forward,
1. I found that the “#_EVENTLOCATION{join_url}” placeholder is no longer usable when registration is required. In that case, the #_BOOKINGZOOMJOINLINK is what I was looking for, IE., a direct link for the participant to join the meeting. This placeholder works well in the confirmation email …
… but it does not seem to be working in the single event page format, where I used to display the join_url on the event page, whenever the logged in user has a booking. If I replace #_EVENTLOCATION{join_url} by #_BOOKINGZOOMJOINLINK in the following code, #_BOOKINGZOOMJOINLINK does not get translated:{is_user_attendee_1} <p> <a href="#_EVENTLOCATION{join_url}">Lien de connection</a> <br/> Meeting ID : #_EVENTLOCATION{id} <br/> Meeting Password : #_EVENTLOCATION{password} <br/> </p> {/is_user_attendee_1}
2. Until this is solved, I decided to create my events with “no registration required”. Problem here is, no confirmation email is sent to the participants after I approve their bookings.
Looks like I’m stuck here … could someone please take a look into this ?
Thank you
Lionel
Replying to myself, for the record …
I did this another way, and will display the zoom join url on the event description page, based on the is_user_attendee tagI’m also getting this same issue for automatically approved Events. When I switch the event to “manual approval”, then the registration request can be placed and confirmed by the admin
Thanks Angelo. That worked for me