As admin, Drupal has a ton of little hoverable 'edit' links.
Is there an easy way to turn them all off?
I know I can kill the Views version in admin/build/views/tools. But there's still Block, Menu, Panels, ...
As admin, Drupal has a ton of little hoverable 'edit' links.
Is there an easy way to turn them all off?
I know I can kill the Views version in admin/build/views/tools. But there's still Block, Menu, Panels, ...
You can hide them very easily with css, as it's just a few classes you have to target. Drupal 7 handles this issue, but I don't believe there is an easy way to turn them all off.
Drupal core has no such feature. This comes either with a special module, or with the theme. Themes built on Zen have this feature, as well as many admin-themes.
If the latter, look for configuration options in your theme, hack the theme or choose another one, depending on your preferred way of managing your project. If the first, simply disable that module.