Drupal Tips
Zwei praktische Drupal Tips:
Using Views 2 and Drupal 6 to Create a Related Pages Block
Essentially:, what i’m trying to do is
- Determine the current nodes taxonomy terms
- Determine all other pages that share taxonomy terms
- Display the title (and link) to those pages in a block
Dale asks a good question: before the release of Panels for Drupal 6, how can one associate a block with the node it’s being displayed next to without writing a custom module?
Eine Menge Screenshots im Artikel helfen ungemein die einzelnen Schritte nachzuvollziehen.
Der zweite Tip: Quick edit and delete links for the Administrator
You want to add quick edit links to the teaser view of your nodes — one link to edit the node, and another to delete it, and you want these links to be shown only to users with the ‘administer nodes’ permission.

