Closed (fixed)
Project:
Nodeblock
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 07:45 UTC
Updated:
13 May 2009 at 08:30 UTC
I can't seem to fetch the $node object in my templates - how is this done?
Problem is, that I have some custom CCK fields that I would like to tamper with...
I tried doing so in preprocess_node and preprocess_block, doesnt work.
Thanks
Comments
Comment #1
Ralla commentedOk I solved this myself.
Created block-nodeblock.tpl.php:
print $block->content;And created node-[content-type-used-as-block].tpl.php:
Comment #2
Ralla commented