Creating a New Administration Paradigm

Speaker(s):

Administration within Drupal tends to be a monolithic structure that users must learn to navigate and utilize if they ever want to take full advantage of the platform. In addition to this, the permission architecture of Drupal can be a bit arbitrary as to who gets access to what, often failing to have an appropriate level of granularity. In this session I will show you how to deploy custom administrative environments for your users, create a more granular access system, and save it for long term use and re-deployment.

This session will focus primarily on the context_admin module and its relationship with ctools/page_manager. A working knowledge of features module will help in understanding this session, as well as experience with panels.

Intended audience:

Feature creators, ctools/panels enthusiasts, developers, advanced site builders

Questions answered by this session

  1. What is the Contextual Administration module and why does it exist?
  2. How does this let us build a more granular access control system?
  3. What does this have to do with Features?
  4. How can Panels be used in conjunction with this?
  5. How do I extend Contextual Administration for my own administrative purposes.