• Resolved vladiki

    (@vladiki)


    I am trying to manipulate the upcoming events widget so that it outputs in the following layout

    title
    start date - start time
    venue

    I had no trouble rearranging the order of the title and start times and dates but for some reason I can’t call the venue name

    I have tried calling it by using
    ajax_event_calendar::render_i18n_data($event->venue)

    and

    $event-venue

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    You’ll need to add venue to the select query at the top of the widget-upcoming.php page before you can use the ajax_event_calendar::render_i18n_data($event->venue) to display the field value.

    Eran

    Thread Starter vladiki

    (@vladiki)

    Ok got it. Thank you very much!

    Plugin Contributor Eran Miller

    (@eranmiller)

    Plugin version 0.9.9.1 is now available for download.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ajax Event calendar editing upcoming events widget’ is closed to new replies.