I want to use NodeReference.module to create a phantom second node that uses a node already in the Drupal menu. This will allow me to use the same content in 2 or more different places on the menu, with one being the primary node that I can edit. It seems that everything is in place for me to use NodeReference to do this, except that I need the following feature that isn't currently present:

Ability to hide the title and byline in the Display Fields. A drop down option for "Node Body Only" and "Node Teaser Body Only" would accomplish this for me.

Comments

markus_petrux’s picture

Status: Active » Closed (won't fix)

It is possible to do this implementing a new formatter for node reference fields. However, I think this is something for contrib/custom module.

Search for cck formatters in modules repository for an example on how to write formatters.

brisath’s picture

Thanks for pointing me in that direct. I've added to this issue there http://drupal.org/node/524252

brisath’s picture

Status: Closed (won't fix) » Closed (fixed)

A solution to my issue is described at http://drupal.org/node/524252#comment-1918806