Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
View Details missing when event closes | Event Espresso - Staging Server

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

Viewing 1 reply thread


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

  • Support Staff

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) {
Viewing 1 reply thread

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 - Staging Server