Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This version of cod_support is a major re-design of event management under cod. While it is fairly compatible as an upgrade layer to alpha1, there are major changes that require manual intervention
Changes
- Event CT now managed as groups using organic groups
- Timeslots, Rooms, and Sessions all reference an event (group item)
- Users can signup to an event by joining a group (requires external code to register)
- Sponsors are linked to an event via a sponsor level, which is now a taxonomy
- Events now have a dashboard, which is a customizable panel
- Timeslot/Room combo administration moved into the event dashboard
Known Upgrade issues
7.x-1.0-alpha1 to 7.x-1.0-alpha2 Will get "Can't save entity as group, because user admin can't be subscribed to group and become a manager." when creating an Event because the og_user_node field does not get created on the user entity when OG is installed for some unknown reason. Basically, you just have to start fresh with alpha2 because you cannot set the the field to the correct name (it forces it to be prefixed with "field_") when you try to create the OG Reference field manually on the user.
Make sure you use with release with the latest version of the cod distribution. There are many more required modules that alpha1.
Happy Hacking!
Here is the list of modules you should have installed in order to run cod_support:
- addressfield
- admin_menu
- admin_menu_toolbar
- advanced_help
- auto_nodetitle
- block
- comment
- commons_profile_base
- commons_wysiwyg
- content_access
- context
- contextual
- context_ui
- ctools
- ckeditor
- dashboard
- date
- date_api
- date_popup
- dblog
- devel
- devel_generate
- diff
- entity
- entityreference
- entityreference_prepopulate
- entity_token
- features
- field
- field_group
- field_permissions
- field_select_ct
- field_collection
- field_sql_storage
- field_ui
- file
- filter
- flag
- forum
- image
- jquery_update
- link
- list
- menu
- node
- number
- options
- og
- og_access
- og_context
- og_field_access
- og_ui
- path
- pathauto
- quicktabs
- quicktabs_tabstyles
- rules
- rules_admin
- search
- strongarm
- system
- text
- token
- update
- user
- views
- views_field_view
- views_bulk_operations
- views_content
- views_data_export
- views_ui
- webform