After upgrading to RC1 there is an additional link for the taxonomy-term displayed in the view. That means; the links grouped in the collapsible group "resources" show the node-title, the taxonomy-term "in resources", the actual url, the authors info and finally the description.
How do i get rid of the taxonomy term, as the link is already grouped in that term?
Comments
Comment #1
nancydruThe problem with getting rid of the term is that the node may have more terms associated with it. I will let Robert decide how much effort to put into this request. I know there is a long post in the forums on how to remove things from a node listing as well as several book pages on how to customize a template, which could include a node-weblinks.tpl.php template.
Comment #2
nancydruChanging title and category
Comment #3
rmiddle commentedNancy,
I am going to defer to you on this one. It sounds like you have a handle on what options there on for this.
Thanks
Robert
Comment #4
nancydruRobert and I have discussed this and it is far from simple. For example, on http://nanwich.info/links.html (my last D5 site, BTW), you will see that "Web Links" appears on both "My Modules >> Co-Maintain" and "Must Have." So, when we are doing "Must Have", we have to suppress that group's term yet show the other, while when doing the "My Modules" group we have to show "Must have" but not "My modules."
The basic problem is that when we are outside the display code (as all of the less complex solutions would be), how do you know the current group?
Comment #5
nancydruChanging component
Comment #6
webservant316 commentedsubscribe
yes I also see the taxonomy links on the web links pages. I don't want them there or even on the link nodes!
Comment #7
webservant316 commentedsolution....
install contributed module term_display.
hide terms links for the weblinks taxonomy.
Comment #8
nancydruTry my new Taxonomy Link Mover. It can be used to not show the links from a vocabulary.
Comment #9
toutanne commentedterm display works fine :)