The User Dashboard module forks Drupal 7's awesome Dashboard module to provide an individual dashboard for each user on the site.
Users can access their dashboards at the /user/dashboard (or /user/[uid]/dashboard) page, and take advantage of the same drag & drop functionality as in the original Dashboard module.
Administrators can configure which blocks can be used on the user dashboard via the settings form at /admin/dashboard/user_dashboard/settings.
Release notes:
7.x-1.0
- initial release
7.x-1.0.1
- bug fixes
7.x-1.0.2
- bug fixes
7.x-1.0.3
- bug fixes
7.x-1.1
- added "default blocks" functionality to set the blocks initially shown for new users
7.x-1.1.1
- removed leftover debugging code
- added README.txt
- added permission handling for user dashboard pages
7.x-1.2
- identical to 7.x-1.1.1, but moved over to Drupal.org; bumped version number to clearly differentiate between the two copies;
7.x-1.3
- Fix bug when moving blocks
- Add CSS to match the original dashboard layout
Note: The d7 version of this module should no longer be necessary when using more recent versions of Features module. If you feel this is incorrect, please open an issue.
This module is useful for feature development using the Features module. Occasionally the Features module auto detects components that you do not want exported to features. You can use this module to remove those auto-detected components from any and all features you choose. The Features Plumber UI module adds checkboxes to the feature create form, and unchecking these detected components will cause them to be removed from the actual generated export.