Download & Extend

Not working with Taxonomy Menu module

Project:Taxonomy Redirect
Version:6.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Using Content Type (/admin/content/types) I have created a new content type.
Using Taxonomy I have created a vocabulary for the above mentioned content type.
Using Taxonomy Menu I have set this vocabulary to show in a DHTML menu.
Using Views I have created a view (Page with URL) to show all the content from the vocabulary above inside a table in a URL.
I want to show the page created with Views every time I click in a link pointing to the upper level of the vocabulary or every time I click in a link pointing to an element from the vocabulary (either way would work for me).
I've installed Taxonomy Redirect and navigated to admin/build/taxonomy_redirect.
I've selected the vocabulary, filter: Plain text and I've entered the path to the page I created before using Views.
Everything looks perfect, the redirect shows as created but it does not work.
I comes to my attention that the link under View in Editor "load into editor" points to the root of my site (it seems that something is wrong).
I have emptied the Drupal's cache, I have checked that all my modules are up to date and I made sure that www.mysite.com/update.php shows that no update is required.
Not sure whether I'm missing something or it is some bug or some sort of module incompatibility.
Help please.

Comments

#1

+1
I'm experincing the same problem on a local 6.8 installation.

edit: After some more reading in the issue cueue, I recommend people with the same problem to read http://drupal.org/node/321397#comment-1061488

#2

Status:active» closed (won't fix)

In the past the taxonomy menu module has not worked with taxonomy redirect (as you can see from Itangalo's comment and from this issue - http://drupal.org/node/126096) but when I tried taxonomy menu 6.x-2.0 it did seem to work straight away.

If it is not working with taxonomy redirect though it will be fixable by patching taxonomy menu to have an options to use taxonomy redirect on its links.

So the best way to fix your problem would be to post an issue on the taxonomy menu issue queue.

"I comes to my attention that the link under View in Editor "load into editor" points to the root of my site (it seems that something is wrong)."
-- This is how it is supposed to work. The link does not actually direct you to the new page (root) as it just runs some javescript for the onclick event and then returns false so you don't get redirected to the links url.

#3

Status:closed (won't fix)» fixed

Solution:

Taxonomy menu will work with taxonomy redirect.

The problem is that unlike most taxonomy redirect links that are redirected as the page loads, taxonomy redirect works on taxonomy menu links when the taxonomy menu is created.

So all you have to do is create your taxonomy redirect rules and then go to admin/content/taxonomy/edit/vocabulary/[vid] check the 'Select to rebuild the menu on submit.' checkbox and then click save.

Your taxonomy menu will be rebuilt with the new taxonomy redirects.

#4

Status:fixed» closed (fixed)

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

#5

Status:closed (fixed)» active

I may be missing something, but I'm using taxonomy_menu 6.x-2.7 along with 6.x-1.3 and this isn't working for me.

I have confirmed that taxonomy_redirect module is creating a proper redirect (if I click on my $terms links when viewing a node, the redirect works) but when I rebuild the taxonomy_menu with the new pattern enabled, I get an empty menu as a result.

Anyone having luck with this still or have any tips on what may be going wrong?

#6

If taxonomy redirect was not working in combination with taxonomy menu, you should still be getting a taxonomy menu, it just won't have the redirected paths. The fact you are getting no menu make me think it that taxonomy menu is not set up properly or has a bug.

Can you try taxonomy menu with taxonomy redirect disabled?
If that works and then it breaks when you enable taxonomy redirect then it would seem to be a problem with taxonomy redirect.

#7

Title:Not working for me on Drupal 6.8 with DHTML menus and Taxonomy Menu» Not working with Taxonomy Menu module

Changing title

#8

Yes, I've confirmed that if I disable my taxonomy redirect settings (by deleting the config I was trying to use) the menu is built properly. When I add a taxonomy redirect rule, then rebuild the menu, it's an empty menu. This points to an issue with taxonomy redirect, as you've indicated.

#9

Ijust ran into this issue, described by Rob_Feature.

Anybody knows solution for this?

#10

I had the same problem and what worked for me is to put the exact node # into the path for the redirect (e.g. node/123). Then I rebuilt the menu and it now shows up. Hope that works for others!

#11

Support report posted here : http://drupal.org/node/1028004

#12

I think it is SOLVED....

with taxonomy Redirect DO NOT USE URL-ALIASES

I got it working with node/23 as path and taxonomy menu has inserted the proper Alias on rebuild.