Workbench
A framework for simplified content management.
Introduction
Workbench provides a simplified user interface and an API to integrate other Drupal modules. Workbench on its own provides Content contributors a way to easily access their own content.
Workbench gains more features when you install and enable these modules:
- Workbench Access - http://drupal.org/project/workbench_access
- Workbench Moderation - http://drupal.org/project/workbench_moderation
One way to think about Workbench is that it becomes the Dashboard for Content Contributors. Basically, putting all of the content needs of a user in one place.
Use Case
Drupal provides a great framework for building functionality. Workbench helps harness content-focused features in one unified user interface. The goal is that a user does not need to learn Drupal in order to add content to the site.
Users need access to their account, their content, and to add new content. Instead of having to know how to navigate to My Account (/user/[uid]), Add content (node/add), and Find Content (admin/content), the user goes to My Workbench instead.
Simple changes like this help ease the learning curve for new users.
With additional Workbench modules like Workbench Access and Workbench Moderation, Workbench becomes a full system which controls who can access content and provide editorial workflow so that only the correct content is published.
Permissions
Once a user role has access to create content, Workbench becomes immediately useful.
Workbench Permissions
- Access My Workbench For any user role who may access their own workbench a.k.a My Workbench
A typical permission setup so that a user can take advantage of Workbench looks like so:
Node Permissions
- Article: Create new content
- Article: Edit own content
- Article: Delete own content
- Basic page: Create new content
- Basic page: Edit own content
- Basic page: Delete own content
System Permissions
- View the administration theme
Toolbar Permissions
- Use the administration toolbar
Workbench Permissions
- Access My Workbench
Using the module
As an Administrator or a user with Access My Workbench permissions, you will see My Workbench in the toolbar to the right of the Home icon.
The default page is the My Content page. On the My Content tab, you can see three areas:
- Your Profile
- Your most recent edits
- Recent content
This is your content dashboard. As soon as you Add or edit content, it will be displayed in the Your most recent edits block.
Notice the sub tabs:
- Your most recent edits
- Recent content
These go to full page lists with filters available to shorten the list of content. You can filter the list by:
- Title (keywords)
- Type (Content type)
- Published (status of the content)
- Items per page (defaults to 25)
Any lists of content include columns labels which can sort the current list. Each item in the list links to the full content or you can click edit to start editing.
Click the Create Content tab to view a list of types of content that you can create. Remember, we're dealing with Entities now. Initially, Workbench shows various Node Types that you have permission to create. When Workbench Media is enabled, the Media item is added to this list as well.
Click the type of content you want to add, then follow the usual procedure for adding content.