The old event.module (at least in 4.5.2) displayed N number of upcoming events, when the /event url was referenced.

This feature has been lost in favor of the month, week, day, and table view types. I'd like to see a new view type of "upcoming" be added, with an admin configurable option to specify how many N upcoming events to display when called.

I find this to be a MUCH more usefull feature for a lot of people.

Maybe even have a pager() enable version that allows a user to go through the teaser outputs with N number of events per page, in an upcoming format.

Comments

crunchywelch’s picture

You can collect 'upcoming' events for a number of days with the table view. You can get a better idea of how the urls are constructed in admin/help/event, but for this sort of thing you can do event/$year/$month/$day/all/all/$duration where $month, $year, and $day are the starting day of the table, adn $duration is the number of days to diaplsy form that date. This is not exactly what you ask for, but this sort of pager functionality is not on the radar as of yet, at least for me.

killes@www.drop.org’s picture

Status: Active » Fixed

has been answered

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.