I have added Node: Comment Count on views which shows number of comments for all users. Now I am trying to add a link to that field. I tried [view_node], [node_link], [title]. But none of them work. I want to link that to the node on which the comments are added.
Can anyone help me?

Comments

WorldFallz’s picture

Assuming you're trying to do this with the 'output this field as a link' option, the tokens available to you are listed right in the 'Replacement patterns' fieldset. If there's nothing there you can use to create a valid path, you'll need to add a field (like node: nid), make it appear before the comment count field, and select the 'exclude from display' option to make it available as a token but not show up in the view itself.

agsparta’s picture

Thanks WorldFallz! That worked flawlessly.

WorldFallz’s picture

excellent-- happy to help ;-)