Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
it's impossible to allow that in general, since signup supports multiple content types with different date fields and even a mix of CCK date fields, event.module, and untimed events. you can't sort on a mix like that, without some nasty database denormalization stuff that I definitely don't want to get into.
on specific sites with only a single signup-enabled content type, you can build your own view to let you do signup administration, and in that custom view, you could allow sorting by the single date field you need to care about.
but, i can't make that feature work in general for all users of this module...
Comments
Comment #1
dwwit's impossible to allow that in general, since signup supports multiple content types with different date fields and even a mix of CCK date fields, event.module, and untimed events. you can't sort on a mix like that, without some nasty database denormalization stuff that I definitely don't want to get into.
on specific sites with only a single signup-enabled content type, you can build your own view to let you do signup administration, and in that custom view, you could allow sorting by the single date field you need to care about.
but, i can't make that feature work in general for all users of this module...
cheers,
-derek