Active
Project:
Node Reference URL Widget
Version:
7.x-1.11
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2011 at 11:03 UTC
Updated:
6 Nov 2011 at 20:35 UTC
Hey,
the module works like a charm for me - however there is one thing I am not entirely happy about: The module automatically adds the link it creates at the bottom of the referenced node. Would it be possible to make the link a display field I can move around like other fields? Or would that be very complicate?
The EVA module does a similar thing by presenting a display field for the view it attaches to a node.
Comments
Comment #1
quicksketchThanks this is a good suggestion. I'd be happy to look at any patches for this functionality. My primary concern is having more than one link unnecessarily on the node or breaking existing sites that are assuming the link is in the "Links" output.
Perhaps we should clarify the link options and add another checkbox for "Create link as display field" (or something like that)? I'm not really sure how to describe it.
Comment #2
quicksketchClarifying this request title.
Comment #3
drupalfan81 commentedIs there a function call that we can use in contemplate to output the Add Node Reference link where ever we want in the node page? I would actually like to output this link in a block that I actually list all the referenced node fields. Something like
print node_reference_URL_outputlink();????
Comment #4
quicksketch@drupalfan81: I answered your question in your issue over here: #1333384: How to control the placement of the Link (add node reference).