Views contextual filter 'Content: Has taxonomy term ID' work perfectly, when I try to access it by url like /taxonomy/term/123. It means ID is 123. But I created url aliases for terms. And now I want views get work with alias. Ex.: when I access the page /london/cars/bmw/ it shows taxonomy term 'BMW'
Asked
Active
Viewed 3,551 times
2
-
I found solution. All you need is to not change /taxonomy/term/% path. And then, url alias will work. – djayii Sep 10 '11 at 09:54
1 Answers
1
You want the Pathauto module, it will let you define patterns for URL aliases including taxonomy terms.

Clive
- 36,918
- 8
- 87
- 113
-
3There is no problem to create alias. The problem is in views. How can I say views to use Alias as Context filter? – djayii Sep 09 '11 at 20:31
-
Likewise I'm using pathauto but some of my taxonomy terms have special characters, like question marks, which get stripped by pathauto and how no way of being processed correctly in a view's contextual filter. – Primus202 Jun 11 '12 at 19:39
-