Posted by guillaumev on November 27, 2012 at 10:29am
3 followers
| Project: | Views |
| Version: | 7.x-3.x-dev |
| Component: | node data |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
I have a use case where I need a view that displays multiple node titles linked to the node URLs. These node URLs need to respect the node language (ie if the node is in Spanish, the node URL needs to be http:///es/). I found a way to do this by adding a simple option in views_handler_field_node_path.inc. I will provide this as a patch.
Comments
#1
Here is the patch.
#2
hi thanks for the patch. but for some reason, i don't see to have this file: /modules/node/views_handler_field_node_path.inc.
i am running view 3.5 and drupal 7.16
#3
oh never mind.
#4
What about such kind of patch, so we don't have to load the node itself?