I'm using Entity Path to change the paths of my taxonomy terms.

Therefore, when I try to set a custom breadcrumb for my vocabularies, it doesn't work.
I believe this is because of the following code on line 167 of custom_breadcrumbs_taxonomy.module:
if ($page_term = menu_get_object('taxonomy_term', 2)) {
The third argument in the URL is no longer necessarily the TID...

I can't work out how else to check if the current page is a taxonomy term (as the path could be anything). Anyone got any ideas?

Comments

Anonymous’s picture

Status: Active » Fixed

Nevermind, I realised that since my taxonomy terms now point to a view, I can just use the Custom Breadcrumbs Views sub-module instead.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.