By drupal-fan on
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?
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
You should tune each block`s
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;}
Thanks
Thanks a lot!
Another question
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?
Try admin* instead of
Try
admin*instead ofadmin/*--
input#edit-delete { margin-left: 4em;}
Still shows
It still only shows under admin >> administer
Okay, do it with two lines
Okay, do it with two lines :).
--
input#edit-delete { margin-left: 4em;}
Thanks
Thanks, its working now. :)