Delete and modify fields shown in "drupalsite/node/XXX"

302 Views Asked by At

I need to delete/modify some fields shown in the full view of a node. This is when you go to "drupalsite/node/XXX".

(They only will be shown depending of the value of another field of the same node).

I have used nodeapi > view but I am not able to make it work. What am I missing? How should I do it?

Thanks in advance :)

1

There are 1 best solutions below

0
On BEST ANSWER

You can use function template_preprocess_node(&$variables) in {your_theme}/template.php