DRUPAL probl [tid] field : in View how to link Taxonomy term to MY view (and not to taxonomy/term)
- by davezen
SUMMARY :
I have a view where I need to replace the term link "taxonomy/term" by my view link, because the view uses arguments to find content with terms
how can I put in link argument the term which is display :
[term_name1] link "display_view/term_name1", [term_name2] link "display_view/term_name2"
I used [tid] field to put argument in link…