I installed taxonomy redirect and it briefly worked to rewrite my freetag term urls.
Then something happened (I have no idea what it was!) and it stopped working.
I have tried to shut down the module and turn it back on, whith no success.
Looks like the term_path hook does not get called now, however the table still indicates
that taxonomy_redirect is the controler. (I have switched between taxonomy and taxonomy_redirect and there was no changes.) Please help me figure out what is wrong here!
Comments
Comment #1
baraban commentedHmmm, anyone?
I greped the distribution files and there is no such thing as hook_term_path, so the only way to get this code to ever execute is to call the taxonomy_redirect_term_path function directly. taxonomy module does that from the taxonomy_link function which is hooked, but taxonomy redirect does no such thing, which makes me wonder if this thing has ever worked in the first place. How could it? And it was very late at night, so I could have very well just daydreamed it?! People help, please!
Comment #2
baraban commentedIs it possible, perhaps, that sitemenu module does not play "nice" and kills this redirect functionality?
Comment #3
baraban commentedOk, in case anyone cares, I found what wasthe problem. sitemenu module does not play well with other taxonomy related modules, ignores the module field in the vocabulary table and just tries to do what it can by itself, so I am closing this bug here and will post the solution under bug tracking for the sitemenu project.