My node-nodeblock.tpl.php is not recognized. I wanted to replace the default output with a stripped down version.
Any ideas, why my node-nodeblock.tpl.php not used? I'm using a fresh drupal 6.10 installation.

Comments

zroger’s picture

do you have a node.tpl.php in the same theme? this is required in order for the node-nodeblock.tpl.php to work.

Also, node-nodeblock.tpl.php assumes that your content type is named "nodeblock".

Ralla’s picture

You need a block.tpl.php as a fallback, and then create a block-nodeblock.tpl.php :)

tom_o_t’s picture

Status: Active » Closed (fixed)

Marking as closed, no activity for 6 months