Pages

Tuesday, August 21, 2012

Working with the overlay in Drupal 7.x


The administrative overlay makes it easier to administer a Drupal site by displaying administrative pages as a layer over the current page (using JavaScript), rather than replacing the page in your browser window. Once an overlay is active, you can use the close link on the overlay to return to the page you were viewing before you clicked the link. In a "Standard" install, the Overlay module is enabled by default.

Uses

Example

Administrative interface without the overlay:
Administrative interface with the overlay:

Accessing the overlay

When enabled, the overlay will appear when you click on administrative links. If you manually enter a URL in your browser, overlay will not be used. To reset so that overlay is used again, leave the admin section of your site, then return to the page on which you want to use overlay.

Roles and permissions

Users must have "access overlay" permission in order to see administrative pages in the overlay.

Disabling

  1. On the admin toolbar, click Modules.
  2. In the Core section, disable the Overlay module.
  3. Click Save Configuration.

No comments:

Post a Comment

Thanks for your comment.