COD help

For the latest documentation, please visit http://drupal.org/documentation/build/cod.

COD is the Conference Organizing Distribution, used for building conference and event sites in Drupal. You may first be interested in an overview of COD's capabilities. The primary project page is at http://drupal.org/project/cod_support.

This documentation is based on the packaged COD Beta 1 downloaded from usecod.com/download, with some additional documentation that will be released in Beta 1.

While we have tried to make the interface and documentation useful, learning about fundamental Drupal concepts such as permissions and essential modules such as Views and Ubercart are necessary to get the most out of COD.

Getting started

  1. Download COD. Need help downloading COD?
  2. Install COD as you would any other Drupal site, but choose "Conference Organizing Distribution". See the Drupal installation guide for more details.
  3. Once installed and logged (you will be user 1, with administrative capabilities). Create a few test users.
  4. Note that COD ships with many default settings that you will override as you create your site:
    • These user roles are created automatically: session organizer, site administrator and sponsor organizer roles. You may want to add additional roles, such as "attendee" and "speaker", depending on how you want people to interact with the site. You can edit roles anytime.
    • COD does not enable most permissions by default intentionally, so you'll need to add permissions for each of your roles or people won't be able to register, suggest sessions, vote, etc. You can edit permissions anytime.
    • Comments are disabled by default on events, sponsors, rooms, time slots, and schedule items.
  5. The default home page is the COD configuration instructions. You should unpublish it before making the site available to non-admins.
  6. Create a new home page with Views, Panels or a single node that's configured to be the front page.

Conference management menu

Common conference management tasks e.g. session moderation appear in the Admin module menu

Collapsed, this looks like a small wrench in the upper left corner of your browser window. Clicking on it will expand it display an administration menu, which you'll use to administer your site. The menu items here can also be customized, as we have done with the 'Conference management' section of the admin toolbar.

Display images

  • Be sure to enable ImageAPI GD2 or ImageAPI ImageMagick.
  • Enable Imagecache UI (optional).

Create an event for people to attend

  1. First, create an event node (node/add/event). Title, SKU, and a sell price are required for paid events, but description, start date/time, and end date/time are highly recommended. Everything else is optional.
  2. Install and configure an Ubercart payment gateway, or disable/uninstall Ubercart if you aren't going to charge for your event.
  3. Ensure people can find the link to sign up, either by creating a block or primary menu link.
  4. Check permissions (as in, anonymous users have permission to sign up) and start promoting.

Sponsor setup

  1. Enable the COD sponsors feature is enabled by default (admin/build/modules). This also enables the 'Conference administration' admin menu.
  2. If needed, modify sponsor levels (e.g. platinum) in the allowed values list of the Sponsor content type (admin/content/node-type/sponsor/fields/field_sponsorship_level)
  3. Adjust permissions if you'd like sponsors to create their own sponsor node (it will remain unpublished until an admin approves and publishes it).
  4. Modify Sponsor view if you'd like additional sponsor levels to appear on the Sponsor page (by default, only platinum display)
  5. Or, arrange the blocks (admin/build/block) so the other levels. There are separate sponsor blocks for home page and internal pages
  6. If needed, rename sponsor levels in the view
  7. Assign Sponsor blocks to regions
  8. Check viewing and editing permissions are appropriate for your needs. Note that only published sponsor nodes display.

Community configuration (attendees)

Full names and photos of attendees are displayed and filterable at /community. Only people who have signed up for the event (i.e. have a signup id associated with their user account) will appear in this list.

  1. The COD Community feature is enabled by default (admin/build/modules).
  2. You can perform Views Bulk Operations on anyone with an account
  3. The cod_community view displays name, photo and core profile fields of signed up users out of the box, with exposed filters.
  4. A forum menu link also appears

Attendee profiles

User accounts contain any personal information tab. First and last name are required because they display in the community page, and for presenters, their full name will display on schedules and session nodes.

Organization (company) name, job title and interests are optional. You can also modify these or create additional fields at /admin/user/profile.

Add signups manually without payment

In some cases, you may want to give away tickets, and not collect payment from them, like for keynote speakers, sponsors, organizers or other volunteers.

  1. To do this, you will need the 'administer user's and the 'administer signup' permission
  2. Create a user account for the person if there isn't one already
  3. Go to the event node and click Signups
  4. Click add to create a signup
  5. Enter username
  6. Click Signup
  7. They will be added to the list of attendees, should get an email notification immediately, and will get a reminder notification before the event (if configured).

Session collection

  1. Enable the COD Session feature is enabled by default (admin/build/modules). This enables the 'Conference administration' admin menu.
  2. Update the session Track field allowed values in the Session content type (admin/content/node-type/session/fields/field_track)
  3. As sessions are created, visit the Session administration (conference-admin/sessions) to manage sessions; review and publish submitted sessions so they are visible to the public

Voting on sessions

  1. Voting usually begins once you've finished accepting new sessions, so votes are applied fairly.
  2. Adjust flag access on the Session vote flag (flags/manage/session_vote) to allow other roles to vote on sessions.
  3. You will probably want to do some additional theming to ensure the "Vote for this session" links are more prominent on session nodes, or build a view that shows all notes that haven't been voted on by the current user, filterable by track/experience level.
  4. Remove the flag access by role (flags/manage/session_vote) when you want to stop allowing people to vote.

Create the schedule

The cod_schedule view is restricted by default to keep it private while organizers are still working on it. It doesn't display anything until rooms and time slots are created, and sessions are assigned to time slots.

  1. Create Room and Time slot nodes. These will be the framework for your schedule.
  2. Sessions and Schedule items are different content types. A Schedule item is something like Lunch, that doesn't have a presenter or track, but needs to be assigned a room and time slot.
  3. Sessions and schedule items can be assigned to multiple rooms. Assign an item to all rooms for it span the width of the schedule grid and indicate there are not other sessions planned during that time (e.g. Registration)
  4. Sessions and Schedule items need to have a Room and Time slot assigned to them to appear in the schedule, as well as be Accepted and Published.
  5. You won't be able to schedule two sessions/schedule items in the same time slot and room; a warning message will appear, explaining the conflict.
  6. When you are happy with the schedule, change the View access restriction accordingly.

"Your Schedule" display

  1. When you're ready for people to add sessions to their personal schedule, go to admin/build/flags
  2. Edit the session_schedule flag, and assign access to this flag to one or more roles
  3. You can add this flag to additional scheduleable content types (e.g. BoF or workshops)
  4. Make any other configuration changes you wish, then Save.

Checking in attendees

The conference management menu has a "Check in attendees" link to conference-admin/checkin. You must have the Attendee manager role to use this list. This list shows everybody who has a signup ID, along with their full names, username, sign-up time and more.

When attendees arrive to collect their badge and other materials, simply put a checkbox next to their name and click “Mark signup attended”.

You may want to make modifications to this view, including removing the button “Marked sign-up did not attend” if there is a chance the wrong button may be used inadvertently during a crowded registration morning, and you may want to display more than 100 attendee names at once.

Other configuration considerations

COD includes default empty text in the Views. You may want to review and change this text as needed.

Patrocinadores Individuales


Imagen de KarimB
Karim Boudjema
(Bélgica / Bolivia)
Imagen de xamanu
Felix Delattre
(Alemania / Nicaragua)
Imagen de aldibier
Aldibier Morales Morales
(Colombia)
Imagen de flupkear
Javier Reartes
(Argentina)
Imagen de kaasi
Isaak Ordoñez
(Guatemala)
Imagen de antoniocuga
Antonio Cucho
(Perú)
Imagen de isimgt
Luis Dueñas
(Guatemala)
Imagen de FunkyM0nk3y
Luis Antonio Galindo Castro
(México)
Imagen de georch
Jorge Valdez
(México)