Posted by azwildcat on February 3, 2010 at 3:14am
| Project: | Taxonomy Filter |
| Version: | 6.x-1.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | solotandem |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| tag filter block.jpg | 19.99 KB | Ignored: Check issue status. | None | None |
Comments
#1
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
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.
#3
The theming available for content produced by this module includes:
- classes identifying the blocks
- theme functions, and
- template files.
With these, all sorts of custom styling should be possible.
You can turn off display of vocabulary names by overriding this module's theme functions.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.