Hi Greg,
I see the problem. I wasn’t aware that CCB issued subdomains that could include dashes. (I have some validation that happens in the plugin and it assumes that letters and numbers are the only valid characters).
I can get an update published in a few hours. I’ll reply once the update is available (and you’ll be able to update the plugin from within the Plugins page in your dashboard).
Thanks for catching this bug!
Hi Greg,
This should now be fixed in the latest version (1.0.2). Let me know if you run into any problems.
Jared, super awesome, it’s working now. Thank you! When it saved a username without a dash, I figured that was the issue.
Now, I have all the events synced from our CCB to our site. However, it created a new Events section in WordPress but the theme already has an events calendar. I would like the CCB events to synch directly into that Events calendar. How can I do that? Thank you!
Hi Greg,
This is actually something that the plugin doesn’t do by default, however it’s certainly possible with some customization. It sounds like your theme has already defined some custom post types, but without seeing the theme’s code it’s hard to say.
In any case, it should be possible to integrate the data with your theme using the filters available in the plugin (specifically the ccb_core_synchronizer_post_api_map filter). That’s the filter that will allow you to customize the configuration of “where” events get mapped to. (i.e. instead of the default post type that the plugin provides, you should be able to map it to your theme’s event post type).
Thanks again Jared, your responsiveness is awesome. This level of coding is probably above my pay grade. 🙂 I’ll see if I can take a swing at it.