Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.8
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2010 at 07:07 UTC
Updated:
20 Jan 2010 at 10:35 UTC
I have a very simple view that uses TID as an argument and displays the node titles (as links to nodes) for the filtered nodes having the TID. The title is set to %1 and it nicely displays the name of the term in the title of the view.
I would like to have the %1 title link to taxonomy/term/tid aka taxonomy/term/%1. I have been searching for a couple of days and cannot get a lead on how to accomplish this.
Any help would be greatly appreciated.
Comments
Comment #1
merlinofchaos commentedViews does not currently support rendering the view title as a link. You would have to theme that in your page.tpl.php.