Support

Home Forums Event Espresso Premium Calendar Table Add-on – Venue Name

Calendar Table Add-on – Venue Name

Posted: February 17, 2014 at 1:53 pm

Viewing 2 reply threads


d37toastmasters

February 17, 2014 at 1:53 pm

It appears that “venue name” is missing when calendar table add-on displays the list of event. (http://d37toastmasters.org/). There is only venue address displayed under “Where:” line but the venue name is missing. Is there a way to add that?

Thanks you,

Jake


Lorenzo Orlando Caum

  • Support Staff

February 17, 2014 at 2:59 pm

Hi Jake, I’m not sure if this is intentional so I’d like to check with a developer about this.

Could you confirm that I’m looking in the correct area on your site — please see the blue area in the following screenshot:

http://cl.ly/image/1b0p2K0a2H0N

Thanks again


Lorenzo


Tony

  • Support Staff

February 17, 2014 at 3:12 pm

Hi Jake,

Currently the Calendar Table Add-on does not include the Venue Name however you can add it fairly easily.

Open up espresso-calendar-table/index.php line 134.

<?php echo stripslashes_deep($event->venue_address.', '.$event->venue_city.', '.$event->venue_state); ?><br />

Change that too

<?php echo stripslashes_deep($event->venue_name.', '.$event->venue_address.', '.$event->venue_city.', '.$event->venue_state); ?><br />

I’d advise you to use the Venue manager if you currently do not. Go to Event Espresso -> General Settings. Set ‘Use the Venue Manager?’ To Yes, update the settings. Then you can create venues within Event Espresso -> Venue Manager, which you can assign to your Events.


d37toastmasters

February 18, 2014 at 3:26 am

Hi Tony,

I modified espresso-calendar-table/index.php to include the venue name and US ZIP code. My line looks like this:

<?php echo stripslashes_deep($event->venue_name.’, ‘.$event->venue_address.’, ‘.$event->venue_city.’, ‘.$event->venue_state . ‘ ‘ . $event->venue_zip); ?><br />

It works perfectly!

Jake

Viewing 2 reply threads

The support post ‘Calendar Table Add-on – Venue Name’ 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