roundupwp
Forum Replies Created
-
Ahh that makes sense. Sorry for the confusion! I think I’ll have to add a note or some indication that those three fields are special.
Sounds like everything is good on your end now but let me know if you need anything else!
Thanks again,
Craig
Hey drinkingsouls,
Unfortunately this isn’t yet possible with the plugin. You could disable registrations for all events in the series except the first. Then have a link on all of the other occurrences of the event pages that sends the user back to the first event that has the registration form.
A way to link all of the registrations to a single event would definitely be more ideal though. I have it down as a feature request!
Thanks,
Craig
Hey canonite,
Sorry for the trouble here and thanks for your patience while I was away. Since the website isn’t reachable, could you use our support page to send me your “System Info” from the “Support” tab inside the plugin?
It might also be helpful to see the source code for the page. I can walk you through how to send me that if I can’t figure out what the issue is from your “System Info”
Thanks,
Craig
Hey pascal104,
Sorry for the delayed response! This is currently possible with using a bit of custom PHP. It might also be something you can edit in the plugin’s settings at some point.
Anyway, can you tell me more about exactly how you would like the name/team name to look in the attendee list? I can create the custom bit of php for you to add to your functions.php file then. This is our FAQ related to this but I can definitely help you with more detail:
https://roundupwp.com/codex/action-rtec_the_attendee_list/
– Craig
I would agree that it’s an annoying detail though. Internationalizing the plugin is a recent focus so you’ll continue to see improvements as updates come out.
Thanks for the suggestions here! I love to have users offer ideas and improvements that they come across. Currently it’s just a simple bit of code to format phone numbers. The code in the repository you suggested might be a bit overkill to include in the plugin but I’ll definitely take a look to see how I can use it as a reference. I’m leaning towards a simple setting that can be used to customize number formats in the backend and for CSV exports. We will see once I start testing out some ideas though.
– Craig
Hey TStone,
We’ve had a number of requests to change this and will add a setting in a future update.
Are you comfortable with PHP? In the mean time, you could change the code that handles the phone number format.
Open up the “helper-functions.php” file in the “inc” folder for the plugin’s files. Find line 145 and change the ‘($1) $2-$3’ to your preferred format:
return preg_replace( '/([0-9]{3})([0-9]{3})([0-9]{4})/', '($1) $2-$3', $raw_number );You might also want to change the numbers in brackets {3},{3},{4}, to however phone numbers are broken up. For example, this will change the phone number format to something like “23-4545-3434”:
return preg_replace( '/([0-9]{2})([0-9]{4})([0-9]{4})/', '$1-$2-$3', $raw_number );Hopefully that helps! Otherwise look for an update in February that addresses this.
– Craig
Hey agrabemeyer,
I’m wondering if you have the setting “Disable Notification Email” enabled on the “Email” tab. If not, can you share your “System Info” from the “Support” tab by contacting us on our website? https://roundupwp.com/support/
Thanks,
Craig
Hey Kristine,
Glad that worked! Let me know if you ever need anything else.
Thanks,
Craig
Hey bcghent,
Yes you could do this with some JavaScript added to the “Custom JavaScript” area on the “Form” tab. The guests won’t be in order of when they registered but rather numbered going down in the columns. Is that what you were hoping for? Here’s the JavaScript:
$('.rtec-attendee').each(function(index) { var num = index + 1; $(this).text(num+'. '+$(this).text()); });Let me know if you have more questions!
– Craig
Hey again,
It looks like you submitted a ticket on our website regarding this issue as well. I followed up with you there. Thanks for doing that and thank you very much for purchasing the plugin!
Hey again dev grl,
This is currently a feature we have in the paid “Pro” version only. We are always trying to balance free and paid features so it’s possible it will be added to the free version at some point.
I hope you are having a great week!
– Craig
Hey theconsul,
Thanks for your interest!
We have a feature called “Multiple Venues and Tiers” that sounds like it might be what you’re looking for. Basically it allows you to divide up registrations into distinct groups. Read about it here: https://roundupwp.com/faq/guide-to-using-multiple-venues-and-tiers/
Were you hoping to display the number of registered males/females and ages in a list on the front-end of the site? There are a number of ways this can be done. Take a look at this FAQ: https://roundupwp.com/codex/action-rtec_the_attendee_list/. I might be able to help you out with this if it’s what you’re looking for.
The moderators of this forum prefer that we discuss the “Pro” plugin on our website so feel free to follow up with me there: https://roundupwp.com/support/
Thanks!
Hey again arbos,
The fix for this was released in version 2.0.1. I believe if you update, the deadlines should start working as expected again. Sorry again for the inconvenience here! I’ll close this thread but feel free to contact us on our website for more help.
– Craig
Hey arbos,
Sorry for the issue here! We will push up a fix sometime tomorrow morning (Central Time). In the mean time, it does look like setting a specific deadline time after selecting the “Other” option will stop registrations at the correct time.
It looks like you are a “Pro” user. The moderators of this forum prefer that we handle support for the “Pro” version on our website. Feel free to contact us there with any follow up questions!
https://roundupwp.com/support/
Thanks,
– Craig
Hey donnaryals,
Thank you for your interest! I’ll respond to each question below:
If we were to integrate Registrations for The Events Calendar, does it work seamlessly with EC-Pro?
Currently the free and pro version of the Registrations plugin works with The Events Calendar Pro. If you create a recurring event, the settings added for your registrations will be the same for each event. The registration deadline can be set relative to the event start date to prevent needing to change this for each recurrence.Is it possible to disable registrations for events where it is not required (an on/off checkbox)?
Yes there is a simple checkbox you can use on the individual event’s setting page.Third – for recurrent events, does the setup of the registration form look at each occurrence on the calendar as a separate RSVP?
Yes it does. Each recurrence is treated completely independently as it’s own event.Thanks again for your interest! I know the moderators of the forum prefer that we address issues related to the “Pro” version on our website so feel free to follow up here if you have more questions: https://roundupwp.com/support/
– Craig