I have a perfectly functioning Taxonomy Menu except for the fact that when I click on, for example, "humor (5)".... instead of being directed to /category/humor, I am redirected to /category/1/2 (I have not found a way to fix this in Drupal 6, only 5, but this does not necessarily bother me)

The problem arises when I go to /category/1/2.... the title of the page appears to be "humor (5)", rather than "humor" as it appears at /category/humor. How would I go about removing the node count from the titles without removing them from the menu?

Thanks.

Comments

Afief’s picture

in admin/settings/taxonomy_menu disable the "Display number of nodes per terms" option.

Afief’s picture

Status: Active » Fixed
SomeGirl’s picture

Status: Fixed » Postponed (maintainer needs more info)

Yes, but disabling the option will also remove the number of terms from the menu, which I would like to keep. Is there a way to make it display dogs(5),cats(12),birds(2) in the menu while displaying the titles of the respective pages as simply dogs, cats, birds? Sorry if my original post was a bit confusing (i got confused reading it just now!).

Thanks for the reply

SomeGirl
http://NeverTrustABlonde.com

Afief’s picture

Status: Postponed (maintainer needs more info) » Active

I'm not sure if that's possible as the breadcrumb is derived from the menu items which you have activated. Anyway, I've got to rewrite large parts of the menu in this module, I'll keep it in mind.

Edit: Possible with code, not with what's currently available in the module.

SomeGirl’s picture

Status: Active » Closed (fixed)

Thanks.
:)