COD Scheduled Sessions

You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!
public

Sessions are scheduled using CCK date fields. They will be displayed in an automagic track view.

Prototype: http://conference.chapterthreellc.com/scheduled_sessions

  • create CCK fields for start time and end time for sessions and for conference nodes
  • add a 'scheduled' cck field that uses jquery to dynamically show / hide fields when selected
  • create 'scheduled sessions' view using 2 axis grid style plugin: http://drupal.org/node/121730 (described here)
  • get that patch into views bonus module
  • create menu call back for sessions page which points to theme_cod_sessions_schedule()
  • have theme_cod_sessions_schedule() display nedjo tabs which display track view for each day of conference schedule

specific schedule page stuff @ http://groups.drupal.org/node/4239