Theming - node-nodeblock.php not recognized
designar - April 6, 2009 - 10:34
| Project: | Node Blocks |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
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".
#2
You need a block.tpl.php as a fallback, and then create a block-nodeblock.tpl.php :)