I want to change a view so that for each line of view output, the title of a node is shown with a clickable link to a PDF file attached to the node. I found
https://www.drupal.org/node/1308078 #14 that described a way to do this:

In the view:
FORMAT: Show: Fields

FIELDS
Content: PDF file
Exclude from display: Checked
Formatter: URL to file

Content: Title
Rewrite the output of this field:
[title]

When I view the resulting View, the first 13 lines of output are properly shown, with the title of the node linked to the PDF file. But lines beyond the 13th line are linked instead back to the view.

I have tried this paged and unpaged, and it always works properly for the first 13 lines but not after that.

Is there some setting for rewriting that could explain this?

Comments

MustangGB’s picture

Status: Active » Closed (outdated)

Closing this as outdated to tidy up a bit around here. If you're still having problems with the latest release please create a new issue.