Closed (outdated)
Project:
Event
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2009 at 19:53 UTC
Updated:
13 Apr 2018 at 21:01 UTC
Jump to comment: Most recent
Comments
Comment #1
leici commentedI'm looking for the same thing. I'm attempting to sort the items in the event list in ascending order, rather than descending.
Comment #2
defconjuan commentedI've submitted some code to enable views 2 integration with the event module. See http://drupal.org/node/484364.
Comment #3
acdtrp commentedok, implemented that and I can sort by event date, but how does the filter works? What should I specify in "value" of the filter Events: Event Start = ??
Comment #4
jhofer commentedI'm working on this as well. I don't think we can use php code here - need something like this:
if there's an [end date] then [end date] > now
else [start date] > now
(i'm still learning php so didn't spend the time translating this to php yet...)
any ideas how we get that into the filter value?
Comment #5
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.