Support

Home Forums Event Espresso Premium EE3 – Set Event date "To be Announced or TBA"

EE3 – Set Event date "To be Announced or TBA"

Posted: December 8, 2015 at 4:52 am


Steven Hoskinson

December 8, 2015 at 4:52 am

Hello

I am using EE3 with Table View add on to list down my events. In the date column I want to set the date of a few events as TBA / To Be Announced.

What is the possible workaround for this?

Thank you


Josh

  • Support Staff

December 8, 2015 at 9:42 am

Hi Steven,

You will still need to set a date for those events, and I’d recommend setting it to something like Dec 31, 2019 or something like that.

Then, you’ll make some edits to the template where it’d check for that date and if it’s a match for that date, it will print TBA instead of the date. This modification will require a working knowledge of PHP.

If you’re more comfortable with CSS than PHP, you could also hide the specific event’s dates with CSS by adding something like this:

.start_date-167:before{
content:"TBA";
font-size:16px;
}
.start_date-167{font-size:0px;}

In the above example, the event ID of the event that’s TBA is 167.


Steven Hoskinson

December 8, 2015 at 2:38 pm

Thanks Josh for your effort, i will update you after testing.

The support post ‘EE3 – Set Event date "To be Announced or TBA"’ 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