Closed (fixed)
Project:
Taxonomy Menu
Version:
6.x-2.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 11:05 UTC
Updated:
4 May 2009 at 01:21 UTC
Hi everyone,
I have installed taxonomy menu module and the menu generated is ok, when I click the link displayed is like "taxonomy/term/tid tid tid...." . Then I tried to use a cutomised view for all the link with "taxonomy/term/tid...tid..." tid used it as an arguments.
In the page settings of the view I used this parameter "taxonomy/term/%" to use the argument defined for the tid.
The problem is everytime I saved the view my menu disappears, and when I write a URL like "taxonomy/term/tid" it's showing the view...
Is there any way fix this problem, I mean get the menu working with the view ?
Thanks,
Comments
Comment #1
indytechcook commentedKeep the path type as 'default' and then the view will work. What this means is that if you want a different view for different vocabularies you can. The base path in the view's path ('category/%') must match what you have in the 'base path for custom' setting.
See this from the documentation page: http://drupal.org/handbook/modules/taxonomy_menu
Comment #2
jponch commentedI'm experiencing this same problem and have not been able to find a solution so have essentially given up on using the module. Here's what I tried (that all failed):
I was using Drupal 6.9, Views 6.x-2.3, and Taxonomy Menu 6.x-2.3
Comment #3
indytechcook commentedThis should have worked. It's what I did for testing.
I realize after a month or so of the first stable release, that using views with this is not as intuitive as I had hoped. My goal was to give ultimate flexibility but I did that to the cost of usability. Given the new push make drupal more usable, I am looking for suggestions about how to make views integration easier.
Comment #4
indytechcook commented@sprocketjared
I thought about this a little more. I would like to look into your situation of why the default taxonomy view didn't work.
What was the taxonomy Path set to?
Did you try the default taxonomy view before making any changes?
I really want to help get this fixed.
Comment #5
Heilong commentedHi,
I updated to the last dev version 6.x-2.x-dev, the problem is solved but another problem is now I get an error message "Menu and taxonomy name mismatch...", by the way for more information :
- taxonomy path : taxonomy/term/%
The view I created is based on the default taxonomy_term view, I used it just for the arguments.
Thanks for your help,
Comment #6
ksc commentedI just updated the README.txt for Taxonomy Menu.
May be that´s going to help. See: http://drupal.org/node/428004#comment-1455588
I suggest to use the 6.x-2.3 version and MENU PATH TYPE: CUSTOM to have individual views.
It works fine with my installation.
Comment #7
indytechcook commented@Heilong
This is because of a bug from a i18n patch from here: http://drupal.org/node/316632#comment-1441076
If you disable i18n menu or the "item for vocabulary" setting then you wouldn't have the error.
I'm marking this issue as closed. watch the other issue for an update.
Comment #8
jponch commentedI'm not sure what you're asking with the first question regarding what the path was set to. Could you clarify? The taxonomy view was using "taxonomy/term/%" for the path setting in my view.
In response to the second question - yes - we attempted to simply disable my modified taxonomy view and revert back to the default drupal taxonomy view, but that did not correct the issue. The site is now in production using the vocabindex module, but we'd love to be able to use taxonomy menus in the future so I would love to figure out the problem.