• Hey. Just installed the plugin and added the widget. I have set up a couple of events and see those at the /event page but the widget won’t show these events.

    Any solution?

    Terjemk

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author shanebp

    (@shanebp)

    On your profile page, on the Events tab, do those events appear under ‘Upcoming’ or under ‘Archive’ ?

    Thread Starter terjemk

    (@terjemk)

    Hmm they appear under the archive. Why is that. The date is set to dates in the future

    Plugin Author shanebp

    (@shanebp)

    I think the issue is caused by a php date-handling function that we can’t control – it expects dates in a North American format.

    The fix is quite simple.

    Open this file: buddypress-simple-events\inc\js\events.js

    Find: dateFormat: 'DD, MM d, yy'

    For Europe, change it to: dateFormat: 'dd-mm-yy'

    You will then need to :
    – clear your browser cache to insure that the js file reloads
    – edit any existing Events and reset the date

    Thread Starter terjemk

    (@terjemk)

    Thanks ill check that out!

    Thread Starter terjemk

    (@terjemk)

    I tried this and changed the format as u described, also added a few new events but the widget still lists no upcoming events.

    Any idea what could be wrong?

    Plugin Author shanebp

    (@shanebp)

    We are unable to duplicate this issue and therefore cannot make other suggestions at this time.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Widget shows “There are noe upcoming events”’ is closed to new replies.