roundupwp
Forum Replies Created
-
Hey cain,
#1 will be added eventually. This is something available in the “Pro” version but will be added to the free version at some point.
#2 will be possible soon as well. There will be the possibility to run your own custom JavaScript after the form is successfully submitted.
I’m also wondering if you would like the ability to just add the newly registered guest’s name to the attendee list after they register? This has also been requested and will be possible soon.
I’ll get back to you after the update!
Hey chuckbower,
I’m very sorry that the plugin doesn’t seem to be working! I’d love to get the opportunity to take a look at your site and see if I can help you figure out what the issue is.
We have a support form you can fill out here if you prefer some privacy to discuss your site: https://roundupwp.com/support/
One thing I’m wondering, have you customized the single-event.php file for The Events Calendar at all? Our plugin relies on hooks included in the default file in order to display the form. This is a common reason that the form might not show up. I can help you with this if that’s the case.
– Craig
No problem cain! Version 2.1 has a setting to configure this so you should be able to update and preserve your changes.
– Craig
This thread has been quiet for awhile. Let me know if you have any more questions! I’ll go ahead and mark it as resolved for now.
Hi again,
Were you able to accomplish what you needed with the code snippet in the link? Please let me know if you still need help with this! I’ll mark this as resolved for now.
Hello again,
Version 2.1 includes some options for formatting 10 digit phone numbers as well as a hook for endless customization. I’m hoping this helps! I’m also looking to collect additional formats that our users need.
I figured this would be better than including a large library. I do appreciate you finding those repos for me though!
Here is a link to how you can create your own custom formats:
https://roundupwp.com/faq/format-phone-numbers/
– Craig
Hey courju,
Hiding options that aren’t being used makes sense as well. I’ve thought about how that might work. The settings are getting to be a bit lengthy and will probably only get longer as time goes on. I’ll have to think about a way to do this.
Update has been pushed out! Version 2.1 should have this change. Let me know if you have questions!
– Craig
Hey courju,
Thanks again for the thoughts. They are greatly appreciated! This plugin has been vastly improved due to feedback from users.
The trouble with adding a setting to change the “month” view is that there isn’t a hook in The Events Calendar to add content without making an entirely new template. For some reason, all other view types (list for example) do have such hooks. Anyway, I will make the blog post a bit easier to follow but hopefully this will be something we can add as a setting down the road.
The feature to remove a registration you suggested is an interesting one. In the “Pro” version, there is a setting for visitors to enter their email address to be sent a link to “unregister”.
In the next update (a few days away), the free version will support a link that can be sent in an email for the person to unregister by clicking on it. I might also add in the feature in the “Pro” version that sends the link on demand as well. This would be similar to your idea but add an extra security step in that the person would actually need access to the email account to complete the “unregisteration” process.
Look for this to come out this week and let me know if it works for you!
Hey Julien,
Thanks for the feedback on the blog post! Taking a second look it could be made a lot more user friendly as you’ve mentioned. I have a note to fix this when I get a chance.
The update should be available next week sometime. In the mean time, you can make the change to the source files (as it sounds like you are comfortable with PHP)
Open up the file “class-rtec-db.php” in the “inc” folder. Delete line 336:
array( 'status', '"n"', '!=', 'string' )Here is what the code nearby should look like after:
$args = array( 'fields' => $attendee_list_fields, 'where' => array( array( 'event_id', $event_meta['post_id'], '=', 'int' ) ), 'order_by' => 'registration_date' );I’ll let you know when the update is released!
Hey cain,
Sure thing! Open up the file “class-rtec-db.php” in the “inc” folder. Delete line 336:
array( 'status', '"n"', '!=', 'string' )Here is what the code nearby should look like after:
$args = array( 'fields' => $attendee_list_fields, 'where' => array( array( 'event_id', $event_meta['post_id'], '=', 'int' ) ), 'order_by' => 'registration_date' );Hey cain,
You can edit the source code to skip this step. Otherwise, if you can wait until next week, this will be changed and made into an option (whether you would like to review or not).
If you’d like this sooner, let me know and I can walk you through the code to change.
Thanks,
Craig
Hey again Julien,
Actually the attendee list is working as intended from what you’re describing. I wanted to give the administrator a chance to review what people submitted before it was added to their website. I’ve gotten feedback that some people would prefer that it shows up right away. The next update will contain a setting so that you can choose.
Actually, showing jsut the current number of attendees is fairly simple. Take a look at this blog post on how you can add the attendance count to several areas in The Events Calendar: https://roundupwp.com/customize-events-calendar-single-event-templates/
Thanks,
Craig
Hey courju,
This could be possible but would take quite a bit of customization and might be cumbersome for a large group of attendees.
I can help you give it a shot though! Are you comfortable with php? You would need to create a custom month view template in your theme for The Events Calendar.
Hey again,
There are a few features that are in the “Pro” version that are making there way to the “free” version including radio/select fields. I’m afraid I just haven’t gotten to it yet. There is some support in the code in the plugin for these field types (which it sounds like you’ve found) but it might not be easy to get them working.
Can you contact me here with a link to an existing event? I’ll see what I can do to help.
Hello again,
It looks like this thread has been quiet for awhile. I was just following up to see if you were able to resolve this. I’ll go ahead and mark this thread as resolved but do let me know if you need more help.