Hi

I would like to remove the blocks on my site but only when i go into the administration menu. If i return to the home page i want the blocks to appear again.

Where is the setting for this?

Comments

inductor’s picture

You should tune each block`s configuration. Check 'Show on every page except the listed pages' setting, and type admin/* below.

--
input#edit-delete { margin-left: 4em;}

drupal-fan’s picture

Thanks a lot!

drupal-fan’s picture

I put the code in as mentioned in the comment. Problem is when i click admin >> administer the blocks still show but when i go admin >> administer >> access control (for example) then the blocks do not show, which is what i want.

How do i get the blocks off when i go to admin >> administer?

inductor’s picture

Try admin* instead of admin/*

--
input#edit-delete { margin-left: 4em;}

drupal-fan’s picture

It still only shows under admin >> administer

inductor’s picture

Okay, do it with two lines :).

admin
admin/*

--
input#edit-delete { margin-left: 4em;}

drupal-fan’s picture

Thanks, its working now. :)