Support » Plugin: Event Calendar 3 for PHP 5.3 » Removing Time if it is "all day"

  • Resolved jefstrick

    (@jefstrick)


    Hi,
    I’m going to use this event calendar plug-in to list several “all day” events. Because of this do you know if it would be possible not show the time (in the widgets) if I select “all day”?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jefstrick

    (@jefstrick)

    Never-mind. I did this.

    Bump.. I would also like to get an answer 🙂

    Hello.

    I also like to display only the events (without startime in the brackets)

    i edit the function.php at line 449
    from:

    if($entry->allday)
    $data[‘TIME’]=__(‘all day’,’ec3′);;

    to:

    if($entry->allday)
    $data[‘TIME’]=__(”,’ec3′);

    but still the event show in the list like:

    eventname()

    (before eventname(allday)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Time if it is "all day"’ is closed to new replies.