On Being a Blockhead

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.
Type:
Tip
Tags:
D6
block
Drupal

No Soup for You!

I was working on a new Drupal 6 module, and at least until things became more complex, I was writing it in a top-down manner
Type:
Tip
Tags:
D6
hook
hook_perm
Drupal

Drupal - Making 2 Links from a View Field

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?
Type:
Tip
Tags:
D6
Views
HTML
Drupal