• I am new to this plugin… I am using the new beta version, I only
    have 4 options in the settings panel..

    Event category:
    Event posts are put into this category for you. Don’t make this your
    default post category.

    Show times within post content:

    Show events as blog entries:
    Keep Events Separate: the Event Category page shows future events, in
    date order. Events do not appear on front page.

    Timezone:

    is this correct?

    I have selected to hide times within post… but the dates appear in
    brackets in the post on the index page, when I click on the link and
    view the actual post it is not there. If I click on the day in the calendar there are displayed, I think it is related to the abstract somehow. How can I remove the dates from the post? Thanks

    https://www.thewoundcareblog.com
    Look in the left column under conferences

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

    (@rizhii)

    anyone?
    Where is the support? I see no real support in the “mailing list” or here.

    bump!!

    Need to remove the bracketed post dates and times
    Great plugin overall but this is very annoying

    Open the file “eventcalendar3.php”, go to line 571 (approximately) and look for this piece of code:

    if($post->ec3_schedule)
      {
        $schedule=ec3_get_schedule('%s; ',"%1\$s %3\$s %2\$s. ",'[ %s] ');
       	$text=$schedule.$text;
      }

    Then, apply // comment and your code will like like this:

    if($post->ec3_schedule)
      {
      //  $schedule=ec3_get_schedule('%s; ',"%1\$s %3\$s %2\$s. ",'[ %s] ');
       	$text=$schedule.$text;
      }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Event Calendar 3, ec3] remove dates from post’ is closed to new replies.