This updated feature provides several views of sessions:
* sessions - standard /sessions node teasers
* session_voting - voting views
* schedule - selected sessions schedule with time slot and room
* my_schedule - user flagged sessions on user page tab
* featured_sessions - promoted sessions
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | cod_session-844542.patch | 83.17 KB | ezra-g |
| #6 | cod_session-844542.patch | 83.45 KB | ezra-g |
| #1 | 844542-cod_sessions.patch | 77.66 KB | coltrane |
Comments
Comment #1
coltraneComment #2
coltraneComment #3
ezra-g commentedI see duplicate "my session" menu links with this update, one of which goes to the admin view.
Comment #4
ezra-g commentedActually, looks like those dupes are already present before this patch.
With the patch a lot of the views having missing handlers, probably from DCCO cck fields that aren't present. I'm taking a look at which ones of those we might like to package :).
Comment #5
ezra-g commentedWanted to note here that it would be nice to do a hook_requirements check for the available options on fields like 'time slot' and other session fields which vary from event to event, to remind admins to populate these fields,
Comment #6
ezra-g commentedHere's a pretty large patch that includes the following:
- Changed "sessions" to "submitted sessions" in menu link for consistency
- Empty text for submitted sessions view
- Consolidated all per-user session agenda views (block, user/x/agenda) to the my_schedule view
The following fieldsets are now part of the session content type:
Schedule -- restricted by cck field perms to the new "session organizer" role.
- Day
- Timeslot
- Room
Audience info
- Track
- Skill Level
Comment #7
ezra-g commentedI committed this slightly tweaked version that moves the proposed sessions view into the primary links.
Let's continue with other tweaks in new issues. Thanks!