Add ability to set time-slot options
rick.archibald - May 30, 2008 - 21:44
| Project: | Event with volunteer time slots |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
We have events that run for different times than the ones currently available. Could a field be added to the configuration to customize the time-slot lengths? For now, we've just modified line 229:
$period = drupal_map_assoc(array(60*15, 60*30, 60*45, 60*60, 60*90, 60*120, 60*150, 60*180, 60*180, 60*240, 60*300, 60*360, 60*420, 60*480), 'format_interval');
by adding additional timeslots directly in the source code.
