• Resolved diagonalizable

    (@diagonalizable)


    This might be a simple question, but…

    I want all of my events to be posted at midnight the day they happen and right now the only way I can think of doing that is to make the timestamp midnight; which is fine, EXCEPT that when you hover over the EventCalendar it looks like all my events start at midnight.

    Any way I can get rid of that?

Viewing 1 replies (of 1 total)
  • This fix is from user Likoma, who helped me:

    In the plugin PHP file (eventcalendar3.php), change line 499 from:

    $safe_title.=' @'.$time;

    to:

    $safe_title.='';

    This will remove the time element from the title when you hover over it. The time will still be set as midnight (or whatever you set it in the Edit Timestamp section of the write page), it just won’t show up on the calendar.

Viewing 1 replies (of 1 total)
  • The topic ‘EventCalendar3 Timestamp problem’ is closed to new replies.