Any chance you could add functionality so that this module could also work with the NodeReferrer module? NodeReferrer is the counterpoint to nodereference -- it displays the nodes that refer to the given node. It would be great to be able to create views for that display as well.

I have no idea if this is a small request or a gigantic one, but I thought I'd make it anyway :) Happy to help testing!

Comments

joachim’s picture

It's a fairly big request... ;)

It involves adding a completely new formatter, which isn't that hard in itself, but then that needs to handle the data in the right way to pass it on to Views.

I'm afraid this isn't something I have time to work on. You should be able to do it by copying chunks of the existing code; I've documented it pretty thoroughly.

joachim’s picture

Project: Node reference views » Reference views
Version: 6.x-1.2 » 6.x-2.0

Moving to new project.

ec’s picture

@rootwork
What you're requested can be done already by using View Reference. Just create a cck field of this type and pass as an argument the node ID from the URL and you're there. Cheers

joachim’s picture

Status: Active » Closed (won't fix)

Thanks for the feedback. Closing accordingly.