roundupwp
Forum Replies Created
-
Hey jyrii,
This makes sense. The code I gave you is not very elegant in any way but the Pro version has a simple way that this feature is added that doesn’t work like the snippet I gave you. When it comes to the free version it will work a bit differently.
Thanks again and I hope all is well!
Hey domino4evers,
You could try adding this JS snippet to the “Custom JavaScript” area on the “Form” tab:
setTimeout(function() { $('.rtec-form-wrapper').show(); $('.rtec-form-toggle-button').hide(); },500);Let me know if you have more questions!
Thanks,
Craig
No problem jyriii!
I’m glad it’s working well for you! I do have a question about this:
I guess you want to develop the script of the notice “Registrations will open …” appearing date & time calculation to automatically synchronise it with the registration button appearing date & time
Are you having an issue with this part of my code? I tried to ensure that it worked with your time zone and date format. Let me know if there is an issue though.
– Craig
Hey ncneska,
Sorry for the confusion! The Events Calendar Pro is made by Modern Tribe which is separate from Roundup WP (our company) which makes Registrations for the Events Calendar and Registrations for the Events Calendar Pro. So you are correct the you would need to purchase Registrations for the Events Calendar Pro in order to use multiple email templates.
If you have any follow up questions, I’d be happy to answer them from our support system you can use here: https://roundupwp.com/support/
Sorry again for the confusion! I see that I wasn’t very specific in my original reply.
Hey ncneska,
The paid “Pro” version currently allows you to create as many emails templates as you’d like. For the free version, I suppose it would be possible to use our email templates to create some simple changes based on the event. You could try it out if you’d like by taking a look at this page: https://roundupwp.com/codex/filter-rtec_email_templating/
You could use the event_id (post ID) in an if statement to change what the templates map to. Here’s a rough example:
if ( $sanitized_data['event_id'] == 12 ) { $search_replace['{my-message}'] = 'First message'; } else { $search_replace['{my-message}'] = 'Another message'; }Hopefully that helps!
– Craig
Hey ryan360,
Thanks for your interest! Sorry to direct you elsewhere but the moderators prefer that we handle all questions “Pro” version related on our website. Can you contact me using our support form? https://roundupwp.com/support/
Thanks,
Craig
No problem! Let me know if you need anything else.
– Craig
That sounds fine to me. Good luck with your project!
Hey polarbjorn,
This is currently only available in the paid “Pro” version but it will be added to the free version at some point. Likely sometime in August or September.
In order to provide free support and updates for the free version there is a charge for some more advanced features. However, I do agree that the free version will be more useful if a few form field types are added.
Let me know if you have more questions!
– Craig
Sounds good!
I posted it as an example at the bottom of this page: https://roundupwp.com/codex/action-rtec_before_display_form/
The example will close registration until 7 days before the event starts but you can change it easily enough if you have a bit of PHP knowledge. Let me know if you have more questions!
– Craig
That is very strange. Would you be willing to send me your system info from the Support tab using our support page? https://roundupwp.com/support/
It might also be helpful to have admin access but we could start with the system info.
Thanks,
Craig
Forum: Plugins
In reply to: [Registrations for the Events Calendar - Event Registration Plugin] CSSI hope everything is looking like you hoped! I’m going to mark this as resolved but let me know if you need help customizing the look of the form.
Hey again tomzwart,
I just wanted to check in with you and see if you needed any more help with this. I would definitely be interested if there was some sort of bug occurring that could be fixed.
I hope you are having a great week otherwise.
Thanks,
Craig
Hello jyrii,
This is a setting that we recently added to the paid Pro version but it will eventually make it’s way to the free version. Likely sometime in August.
If you would like the feature sooner, I could help you with a custom PHP snippet that would work fairly well for you. Let me know if you’d like to try it out.
Glad you like the plugin as well!
– Craig
Hey tomzwart,
Sorry for the trouble! I have a few questions to see if I can figure out what might be going on.
Have you tried switching the filter from “upcoming” events to “all”? https://snag.gy/e1XOJy.jpg
What value are you getting for the event_id column for these registrations? Is this the same as the id that displays in the address bar when editing the event? https://snag.gy/wSE3bY.jpg
Did anything about your site or database change as of 2 weeks ago?
I’d be happy to take a look if you wanted to provide admin access. Here is a link to our support page:
https://roundupwp.com/support/
Thanks,
Craig