I created a Drupal 6 module, and in it I implemented hook_block(). I set up the block to appear in a certain region, and hook_block acted like a blockhead. The block consistently appeared in the Disabled list.
In a Drupal view, one of the presentation options for a selected field is to have the field be a link to its node. What if you need the label to also be a link?