I'd like to have referenced nodes (child) disappear from certain views and am struggling to figure out what the easiest way to do this is? I have the feeling this could be done by updating the child node, when the parent node is submitted, but don't know where to start. Does someone have a code snippet or resource that would help me add this feature? Any hints are appreciated.
Thanks so much, Chris
Comments
Comment #1
challer commentedJust in case anyone has a need for updating referenced nodes, here's my code (originally taken from the email update fieldaction):
Comment #2
amitaibuMaybe Reference By Views filter module can help you. It actually tells the Views module to treat the referenced nodes as the base table.
Comment #3
karens commentedA very old support request for D5, won't do anything with this now.
Comment #4
salberto25 commentedI also need that functionality...unpublish a node in a view when that node was referenced...anyone??