Remove vocabulary name in block

azwildcat - February 3, 2010 - 03:14
Project:Taxonomy Filter
Version:6.x-1.3
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:solotandem
Status:active
Description

I’m looking for a way I can remove the name of a vocabulary from the filter block. I just think it’s redundant to have that there since the block title is more than sufficient. Please see the attached file. Thanks for the help.

AttachmentSizeStatusTest resultOperations
tag filter block.jpg19.99 KBIgnoredNoneNone

#1

solotandem - February 3, 2010 - 04:31
Assigned to:Anonymous» solotandem

A quick solution you can implement, hide the vocabulary name by setting the style for these items with something like:

.taxonomy_filter h3 { display: none; }

Is your request related to having terms displayed for only one vocabulary? If you had multiple vocabularies in the menu block, would you agree the vocabulary name is useful to distinguish them?

If this is a useful feature, the solution would be to make this an option in the settings page.

#2

azwildcat - March 12, 2010 - 11:15

Yes, your suggestion did work; however, I encountered a problem when multiple nodes are tagged with the same term. For the term, “Porsche 911 Turbo,” there are two nodes tagged with that term. If a user chooses to broaden or narrow down the tags (or terms) he’s interested in viewing, sometimes, and I emphasize, sometimes, he will see that “Tags” title in the taxonomy filter block. How can I get it so that it never appears again regardless of how many nodes are tagged to a single term? Thanks so much.

AttachmentSizeStatusTest resultOperations
title appears again.jpeg16.19 KBIgnoredNoneNone
 
 

Drupal is a registered trademark of Dries Buytaert.