drupaldrupal-viewsdrupal-blocks

Only show a view on a certain content type in Drupal


i have build an "About the Author" views block in Drupal. This is linked at the user_id of the creater of the current node, which works great.

However, i now would like to know how to limit the view to certain content types. I do not want it to show on a story, only on blogs. I tried to do it with Arguments but i haven't had any luck so far.

Can anyone help me out?


Solution

  • I recommend using pathauto to give each node of the type a common URL prefix (a good idea anyway), so you can use a simple block visibility path restriction. For example, you set your content type path pattern to "article/[title]" and then set your block path to "article/*"