roundupwp
Forum Replies Created
-
Hey coucouyou,
If you made the changes directly in the files for the plugin (inside the plugins/registrations-for-the-events-calendar folder) then updating will override your changes so the answer would be yes.
Some templates can be permanently overridden by adding files to your theme. Which files did you edit?
– Craig
Hey colinbs,
Since you are asking more about Pro features and how they work at this point, would you mind contacting me on our website? The moderators prefer Pro related questions are not handled on this forum.
You can use this page:
https://roundupwp.com/support/
We also have some FAQs on the site as well that might be helpful.
Thanks!
Craig
Hey colinbs,
With our free version, you can add extra text fields to record information like names. You could ask your registrants to include the names, separated by commas, in one of your form fields.
If you need additional details or a limit on how many guests can be brought, we have features for this in the “Pro” version only.
Let me know if you have more questions!
Thanks!
– Craig
Thanks aliecoco!
Hey balazseduard,
I just wanted to let you know I responded to you in our support portal about this.
Let me know if you aren’t seeing the responses!
– Craig
Hey balazseduard,
The plugin does support a hook for a custom attendee list you can find here:
https://roundupwp.com/codex/action-rtec_the_attendee_list/
You could add a number by customizing the output.
Hopefully that helps!
Thanks!
– Craig
Hey chetk,
I’m glad you like the plugin!
We have a feature for this in the Pro version but if this is all you need, try adding this to your theme’s functions.php file:
function ru_add_organizer_template( $search_replace, $sanitized_data ) { $event_id = isset( $sanitized_data['event_id'] ) ? $sanitized_data['event_id'] : false; if ( is_callable( 'tribe_get_organizer_ids' ) && is_callable( 'tribe_get_organizer_link' ) ) { $organizer_ids = tribe_get_organizer_ids( $event_id ); $organizer_link_array = array(); foreach ( $organizer_ids as $organizer ) { $organizer_link_array[] = tribe_get_organizer_link( $organizer ); } $organizer_str = implode(', ', $organizer_link_array ); $search_replace['{organizer-link}'] = $organizer_str; } return $search_replace; } add_filter( 'rtec_email_templating', 'ru_add_organizer_template', 10, 2 );You can then use the template {organizer-link} and it will list the organizers separated by commas. Clicking on the name will bring the person to the organizer page on your site.
Let me know if you have more questions!
– Craig
Hey becca979,
Sorry about all of the messages here! I’d be happy to take a look. Is there a way around the “Coming Soon” page currently displaying? I can give you some troubleshooting steps if I can take a look at the event page first hand.
– Craig
Sure that makes sense! I suppose I could have asked if there was a way around the “Coming Soon” page first.
How can I get reinstated? Do I just need to wait awhile?
Hey jayradioguy,
By default both the free and pro version display the number of remaining seats at the top of the registration form. This sounds like what you were hoping for though let me know if you had something else in mind.
If you wanted each of the six listings of the six week class to use the same registration list and number of seats remaining message the pro version has a feature to “connect” them.
If you have more questions about the Pro version we’d be happy to answer them on our website:
https://roundupwp.com/support/
Thanks!
Hey joacro,
It might end up being a bit beyond what I can offer for support but I can start with some general ideas and then you can send a link if you need more help!
– You can add the form to any page using shortcodes. For example [rtec-registration-form event=”6312″] will produce the form for the event you linke to. If your slider allows for content customization you could add it in that way
– You can also add the form anywhere on the page with the slider and move it with JavaScript. I can help you out with this. Just add the form to the page using the shortcode in a hidden spot, mention exactly where the form should go, and send m a link and I can give you the code to move the form on this page only.
Does this sound like what you are looking for?
– Craig
Hey orboan,
Currently the unregister tool is only available on the single event page. We recently added the ability to use this in shortcodes in the “Pro” version but will add it in the next free update as well. It should be ready sometime in February. If you’d like it earlier, contact us on our website and I can send you a version to update manually with:
https://roundupwp.com/support/
Thanks!
Craig
Sounds good. Let me know if you need anything else!
This thread has been quiet for awhile. I’ll mark it resolved but let me know if you need more help.
– Craig
This thread has been quiet for awhile. I’ll mark it resolved but let me know if you need more help.
– Craig