Hi,
Digging into this module made a lot easier to custom node.
Now I can use node_view in various places and get back my themed content, but how can I have an alternative layout for a bloc or a panel ?
Thanks a lot for your support on this module.
Comments
Comment #1
jrglasgow commentedto display node content is a block you would put some php code in the block that looks something like this:
in theory this will work, I haven't tested this code.
Comment #2
tostinni commentedHi, Thank you very much for this answer and sorry for the delay, I've got a busy week ;)
I've tried node_load but of course forgetting nodeapi alter it didn't get all the cck fields.
Thanks a lot for the tip, I'll try this soon.
Regards.