• Hi,

    I’m trying to change the default start time for a new event from 00:00 to 19:00 (note to the plugin author: that would be a nice parameter to add in the settings form ;o)

    I followed the tip provided in this topic and changed the input value from the original to:

    <input id="start-time" class="em-time-input em-time-start" type="text" size="8" maxlength="8" name="event_start_time" value="<?php echo date( $hours_format, ( !empty($EM_Event->start) ? $EM_Event->start:'19:00' ) ); ?>" />

    file: /templates/form/event/when.php

    But that doesn’t make any difference. Default start time remains 00:00
    I did check that $Em->event_start is actually empty (it was).

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Events Manager] Change Default start time’ is closed to new replies.