- πΊπΈUnited States nicxvan
I think you can achieve this with out of the box views functionality. The support channel on Drupal slack may be able to help you.
Hi
I created a view for products that has 4 different vocabularies with terms in each
the path for the view was first /taxonomy/term/% and it worked only for first vocabulary terms
for the second, third and fourth the terms when you visit the url path they did not show up
so I changed the path to /taxonomy/term/%/%
which works now for first 2 contextual filter, not for third and fourth
but the path changed now
to taxonomy/term/3/3 for example
but the hard coded patch to that term is still taxonomy/term/3/3 also bulk update or aliases does not work
can you give me someideas how to setup this wiew with your module and keep taxonomy/term/% for all 4 contextual term filters?
Closed: works as designed
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think you can achieve this with out of the box views functionality. The support channel on Drupal slack may be able to help you.