Admin 2.x

The admin module provides UI improvements to the standard Drupal admin interface. The 2.x branch focuses on the following goals:

  1. Sustainability - avoid excessive overrides of code, markup, and interface strings to ensure the module keeps the workload overhead on the maintainers and community to a minimum.
  2. Pluggable/extensible architecture - ensure that admin serves as a starting point for other modules in contrib to implement admin interfaces.
  3. Expose Drupal's strengths and downplay its weaknesses where possible. An honest approach to the underlying framework and architecture of Drupal will be less confusing to the user down the road.

Admin is not an original work - many of its decisions have had direct influences from other work in the community:

Admin 2.x: Installation

  1. Install & enable the module.
  2. The admin toolbar should appear automatically - you no longer need to alter your theme.
  3. Admin makes a permission available that allows only properly permissioned users to make use of the admin toolbar. User with the use admin toolbar permission will be able to use the toolbar.
  4. You can configure the layout, position, and enabled tools for the admin toolbar on admin/settings/admin.

Admin 2.x: Themes

The 2.x branch no longer recklessly smuggles a theme into your install through a module. You can use admin with the theme of your choice. The "slate" theme previously included with admin has been discontinued -- instead, our admin theme and icon design work continues in Rubik.

http://code.developmentseed.org/rubik

Admin 1.x installation

  1. Install & enable the module.
  2. To make use of the admin header within your theme, you must add the following line to your theme's page.tpl.php file immediately following the <body> tag:

    <?php if (!empty($admin)) print $admin; ?>

Contributors

Young Hahn young@developmentseed.org
AJ Ashton aj@developmentseed.org

Project Information

  • Maintenance status: Unknown
  • Development status: Unknown
  • Reported installs: 31558 sites currently report using this module. View usage statistics.
  • Last modified: April 21, 2011

Downloads

Recommended releases

Version Downloads Date Links
7.x-2.0-beta3 tar.gz (48.19 KB) | zip (57.48 KB) 2010-Dec-16 Notes
6.x-2.0 tar.gz (50.37 KB) | zip (60.13 KB) 2010-Aug-19 Notes

Other releases

Version Downloads Date Links
6.x-1.0-beta5 tar.gz (141.27 KB) | zip (150.55 KB) 2010-Jul-25 Notes

Development releases

Version Downloads Date Links
6.x-2.x-dev tar.gz (47.77 KB) | zip (54.11 KB) 2011-Feb-27 Notes

Maintainers for Admin

  • skwashd - 1 commit
    last: 10 weeks ago, first: 10 weeks ago
  • yhahn - 137 commits
    last: 20 weeks ago, first: 1 year ago
  • jmiccolis - 2 commits
    last: 34 weeks ago, first: 46 weeks ago
  • technicolorenvy - 6 commits
    last: 41 weeks ago, first: 42 weeks ago
  • mfer - 1 commit
    last: 1 year ago, first: 1 year ago

Issues for Admin

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 5 Jun 09