Needs review
Project:
Content Construction Kit (CCK)
Version:
6.x-2.5
Component:
nodereference.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2009 at 06:34 UTC
Updated:
21 Oct 2009 at 09:41 UTC
Jump to comment: Most recent
Comments
Comment #1
ncameron commented+1 for this. Just coded almost the exact same code to accomplish this. What is the process for getting this into the module?
Comment #2
Anonymous (not verified) commentedI have applied this patch and it works perfectly!
I had actually half written the same patch, but I missed the extra array at the top of the module!
This is very useful and I cannot believe it's not part of the module already - surly, getting a simple handle on the referenced nodes ID is an essential part of this module?
Can more people review/test this patch and lets get it in the main code ASAP?
Comment #3
ncameron commentedOne minor issue with this. When there are multiple node reference values and the content is outputted as a CSV file (via views bonus pack) the values are displayed next to each other e.g, 427943 instead of 427, 943.
I've been looking through the code, but can't work out how to format multiple values, any ideas?
Cheers,
Neil