Hello Drupalites,
I have a taxonomy-view which correctly outputs my taxonomy list and I am using "rewrite output" to generate the correct path output for when a user clicks an item in the list.
However, I do not see how I can make it so that if the view is passed an argument that matches one of the taxonomy terms, the specific taxonomy term can be changed so that I can then turn off it's A HREF and style it appropriately.
I had tried using the module: taxonomy_menu but when I turn on "custom path" my menu just vanishes from the output, and I am not sure why it is doing this, nor can I find any quick solutions to this...; hence why I am just using the standard Views 2 solution. I am on Drupal 6.2
Does anyone have a solution to this? Do I need to write custom PHP code? If so, it will be for only one panel, which in turn is loading this one view.
Thanks!
Sebastian.