Support

Home Forums Event Espresso Premium Event_list_display from Gist not working with waitlists

Event_list_display from Gist not working with waitlists

Posted: March 6, 2013 at 10:55 am


Even Onsager

March 6, 2013 at 10:55 am

I was happy that there was an event_list_display.php template on gist.github.com that worked with slide-out event dates. I like that setup because it groups recurring events in a really nice and tidy way.

However, it seems the links to my assigned waitlists don’t work anymore. When using the the [event_list] shortcode and the Gist template, the SOLD OUT JOIN WAITING LIST link does nothing. I just end up on another list page showing every event (regardless of the category identifier on my original event_list page). From there, I can try the exact same waitlist again, with the same result.

Can you replicate this problem? Is there a quick fix I can add to my event_list_display.php? I desperately need this to work.

(EE 3.1.31.B and EE-REM 1.1.7 and WP 3.5.1, latest nb_NO language files)


Josh

  • Support Staff

March 6, 2013 at 3:00 pm

Hi Even,

There is a quick fix you can add on line 59 of event_list_display.php. You can change it to:

echo ' Sold Out</span> <a href="'.get_option('siteurl').'/?page_id='.$e['event_page_id'].'&ee='.$e['overflow_event_id'].'" rel="nofollow">'.__('(Join Waiting List)').'</a>';

The github gist has been updated with this change.


Even Onsager

March 6, 2013 at 3:52 pm

Great! Thanks for the quick reply!

The support post ‘Event_list_display from Gist not working with waitlists’ 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