Support

Home Forums Event Espresso Premium View Details missing when event closes

View Details missing when event closes

Posted: October 14, 2013 at 12:14 pm


Audrea Robbins

October 14, 2013 at 12:14 pm

I have an event that closed because it is full, however the “View Details” Button goes away once the event closes. When it does that, it screws up my formatting and causes the image I have for the event to be outside of my CSS box. You can view it here on my event page:
http://www.wealthmanagementuniversity.com/events

How do I code the plugin to keep the View Details button when an event closes? I would rather the event listing be there but with an option to display the class closed or something… And I want the person to still be able to read about the class they missed out on… But not be able to register… ( I will remove the Register link on my own)


Sidney Harrell

October 14, 2013 at 3:06 pm

You’ll want to copy the two files templates/event_list.php and templates/event_list_display.php over to uploads/espresso/templates first, so that your changes do not get overwritten the next time you update EE. Then go into event_list_display.php, find line 103 and change it from:

if ($num_attendees >= $reg_limit) {

to:

if (FALSE) {

The support post ‘View Details missing when event closes’ 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.

Event Espresso