Upcoming event shows only events in futuer because json:
"eventstartdate":"future"
What is the parameter to show also actual events ?
eg. (all dates dd.mm.yyyy)
event start: 01.01.2017
event end: 30.01.2017
should be also shown in widged if we have 02.01.2017.
It will not shown because on 02.01 the startdate is not in future
Code:
{"type":["vBForum_Event"],"eventstartdate":"future","sort":{"eventstartdate":"ASC"},"view":"event","exclude_type":["vBForum_PrivateMessage"]}
What is the parameter to show also actual events ?
eg. (all dates dd.mm.yyyy)
event start: 01.01.2017
event end: 30.01.2017
should be also shown in widged if we have 02.01.2017.
It will not shown because on 02.01 the startdate is not in future
Comment