0

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 :)

bustawin
  • 684
  • 7
  • 11

1 Answers1

0

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

QArea
  • 4,955
  • 1
  • 12
  • 22