Drupal: assign block to a specific content type
Posted
by bert
on Stack Overflow
See other posts from Stack Overflow
or by bert
Published on 2010-04-20T19:52:48Z
Indexed on
2010/04/20
20:53 UTC
Read the original article
Hit count: 280
I made a customized template called node-mynode.tpl.php Whenever a node of type mynode is requested, then node-mynode.tpl.php is automatically used.
However, now user wants to see a specific menu block in this case.
Question: How can I assign a block to a specific content type?
Hint: I have started to look at URL aliases with Pathauto. I suspect one solution may lie in this direction.
© Stack Overflow or respective owner