Closed (duplicate)
Project:
Drupal core
Version:
8.3.x-dev
Component:
views.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2016 at 14:09 UTC
Updated:
25 Nov 2021 at 15:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mortona2k commentedComment #3
mortona2k commentedTo elaborate further - you can't use replacement patterns in the text to display config. Adding that here would be a great improvement.
Another way I might want to use this field is to get the raw url so I can use it elsewhere. For example, I want to add an anchor link to the url that comes from another field on the node. If I could get the url as a string, it would be easy to modify the output and add the anchor.
Comment #4
lendudeI think #2810097: Allow views to provide the canonical entity URL of all entities, not just nodes. covers what you are looking for?
Comment #5
jwilson3This page comes up first when searching using keywords "drupal 7 views taxonomy term link".
Once I started searching with the word "path" instead of "link" I found this module.
https://www.drupal.org/project/views_term_path
Leaving this here for anyone else coming here from Google, searching for a Drupal 7 solution. HTH.