Drupal 6.X - Hide a block from admin user and edit pages
This is very useful to display a block on everypage that visitors will see, but hide it from the admin and back end pages where it is unnecessary. Like when you need to remove a side bar block to make more room for admin forms and configuration settings.
place the following in the block display settings:
admin/*
user/*
node/edit/*
node/add/*
