Hi,

I have a drupal 7 view that is outputting a number of articles of a specific content type. The Format is set to Unformatted list and its Showing Full Content.

I would like a 'Read more' and 'Add New Comment' link to be outputted at the bottom of each article. However, even though I have selected "Display links" in the Row Style Options, there are no links displayed.

However, if I change the Showing from Full Content to Teaser, then the Read More and Add new comment links are both shown.

How do I get these links to be displayed in the view if I am showing the Full Content?

Comments

spovlot’s picture

I have noticed that if you add a comment to a node, then the "Add a comment" link will show.
Actually, if you look at the node itself, the link does not show by default. So, this is not a Views problem.
If you uncheck "Show reply form on the same page as comments" for the content type, then the link will always show.