Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Views Content
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2011 at 21:25 UTC
Updated:
1 May 2015 at 12:10 UTC
Jump to comment: Most recent
Comments
Comment #1
iRex commentedThis is what I'm getting:
91 (1)
103 (1)
104 (1)
113 (1)
124 (1)
... and this is what I would like to see:
Tourism (1)
Travel (1)
Soccer (1)
Rafting (1)
Bungee (1)
Comment #2
merlinofchaos commentedWhy is a views question in ctools? (When you move/repost in Views, please attach an export of your view).
Comment #3
stefan looij commentedAnswer (Drupal 6 & 7):
Copy the "views_view-summary.tpl.php" file your "modules/contrib/views/theme" folder.
(You can make it view or block specific by adding a filename-suffix.)
Note: if you use this as a admin view-display, make sure you copy this file within the admin theme folder. Not your default theme folder!
You don't need any changes in your display-settings.
Just adjust your tpl-override to the following lines, and your Term-ID's are converted to readable Term-names:
Comment #4
spencer95@gmail.com commentedThanks that worked for me. Wish I'd found a few hours ago!
Comment #6
jshosseini commentedplease make a clear guide about this problem. how we can override this tpl file?