Does anybody know how to get the nid from a node using contextual filters or filter criteria in views
WITHOUT using "Get id from url"? I was thinking about using PHP or getting it from a node-field.
My view is a block of comments that is to be placed together with a node. The comments needs to belong to the node and linked by node ID. In this case the "Get ID from url" wont work since the node itself is listed in another view.
It is a view-block (containing comments) inside of a node that is listed in a view.