Hi all,
I'm developing a zen subtheme. Is there a way to remove the "configure" tab that appears on every block/menu? How can I do that? I've noticed that there's a css for this editing function, but I'd like to disable it definitely. Where is it implemented?
Thanks in advance for you help! Regards, Sauro
Assuming that you have installed and enabled the Theme Settings API (in Drupal 5, in Drupal 6 it is part of core), if you go to configure your theme in Administer > Themes, you will see a checkbox:
"Show block editing on hover"
It is actually a wonderful feature, saving a lot of time hunting around in admin menus, and which only appears for those with the appropriate permissions, but if you don't want it, de-select this checkbox.
Victor Kane http://awebfactory.com.ar
On Thu, Oct 30, 2008 at 6:07 AM, Sauro Cesaretti me@saurocesaretti.com wrote:
Hi all,
I'm developing a zen subtheme. Is there a way to remove the "configure" tab that appears on every block/menu? How can I do that? I've noticed that there's a css for this editing function, but I'd like to disable it definitely. Where is it implemented?
Thanks in advance for you help! Regards, Sauro
-- [ Drupal support list | http://lists.drupal.org/ ]