Hi All,
I am facing an issue when displaying the Node Titles in Druapl7:
The website which i am using has content type which has multiple fields like title, taxonomy terms etc.
This content type has multiple displays, additional to default displays some custom displays are there like icon-view, icon-view-display.
The problem i am facing is when i am creating a view with this content type and by using the icon-view display the taxonomy term is appending to the Title.
ex:- If the Title is "Drupal Camp" and the Location Taxonomy is "Hyderabad", In my view for this icon-display the title is displaying as "Hyderabd : Drupal Camp" It should display as "Drupal Camp".
If any one has any thoughts please share.
Comments
Taxonomy hide works for this.
hi Prasanth,
This module https://www.drupal.org/project/taxonomy_hide should work for you.
@revathich: Thanks for you
@revathich: Thanks for you reply, this module is not available for Drupal7.
How is the field rendered in the view?
Hi, how the field is populated in view?
I assume this is with Golbal: custom text and then replacement tokens. If this is the case got to the particular filed in view of the particular icon-view display and remove the label part for only that display and save.
Thanks guys, managed with
Thanks guys, managed with the custom code.