Using Path Filter with views and Node:Link
doknet - August 17, 2009 - 20:33
| Project: | Path Filter |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Using Path Filter with views and Node: Link
I did a view to display in a table view of titles and a link to the respective node of a certain type of content.
The display works well when the "Output this field as a link" get the absolute path
Rewrite the output of this field
Text:
ver
Output this field as a link
Link path:
http://example.com/ [view_node]
That work fine.
But fails to replace the absolute path to the Path Filter (enabled and added as a filter)
Try
Output this field as a link
Link path:
"internal:[node-views]"
too try which
internal:[node-views]
both failed generates bad code
and
[node-views]
Continues to generate the link on relative path.
Someone has an idea.
Sorry for my English

#1
I think you're trying to link to other nodes in a view? Perhaps this won't address what you're trying to do, but maybe you can use a nodereference field?
#2
I too think that perhaps NodeReference would be better suited to your task, assuming I understand it correctly.