node

Handy utility module to override the node options per content type

Handy utility module to override the node options per content type.

http://drupal.org/project/override_node_options

Posted by: 
Dominique De Cooman

How to load only the content fields of a node to avoid a full node load?

Sometimes in scripts you need information stored in cck fields but you dont want to do full node loads neither do you want to query the table directly because setting a field from single to multiple value would make the table location of that field change.

Drupal Module Corresponding node reference

Cnr syncs the node reference between two node types which have a nodereference to each other, so double editing nodes is no more needed. If one node has a reference the other node receives also a reference to the saved node if it is referenced in that node.

Drupal.org project page : http://drupal.org/project/cnr
Drupalmodules.com : http://drupalmodules.com/module/corresponding-node-references

Subscribe to node