However, we use your Calendar add-on as our means of showing events, and the default behaviour for Sold Out events in the Tooltip is to remove the link to the event registration page.
But we need people to be able to click through to the registration page in order to see the Wait List form.
I’ve found the code for the tooltip_html in EED_Espresso_Calendar.module.php where I could force Sold Out events to have a link, but I don’t want to modify core files.
Is there a way for me to copy this file – as one does with templates – and put it somewhere that will override the core file?
It’s not possible to override modules in the same way you can templates, however, I can request a filter is added to that calendar that can be used for this or if you would like to add one yourself and submit a pull request that will likely be quicker for you.
We have some documentation on how our hooks are formatted here:
An update was just released for the calendar which includes a filter for the Register now button HTML, that will allow you to return your own button HTML when events are sold out.
The support post ‘EE Calendar – have Sold Out events still link to registration page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.