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
Comment #1
joachim commentedIt'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.
Comment #2
joachim commentedMoving to new project.
Comment #3
ec commented@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
Comment #4
joachim commentedThanks for the feedback. Closing accordingly.