Hi, my full node views have bad URL alias.
E.g.
When I am browsing my taxonomy terms pages it shows correct for instance:
http://example.com/books/thriller/
However after selecting an article/node it goes wrong
and instead of
http://example.com/books/thriller/dan-brown-deception-point
it shows only
http://example.com/dan-brown-deception-point
how to correct this strange bahvior?
In URL alias settings no matter what I set e.g. [catpath-raw]/[title-raw] or [term-raw]/[title-raw] it always create just
[title-raw]
In the list of aliases I see only
dan-brown-deception-point
instead of
books/thriller/dan-brown-deception-point
How to achieve this?
I have tried to delete all existing node aliases and generate them again, but without any change. Still I get only the title generated. I have checked at least one category/taxonomy term in everynode term.
Could it be because I have not selected the parent term?
I mean I have selected only thriller and not books - so only sub-term is selected as taxonomy term (both are terms; vocabulary is products).
Could pathauto have problems with this?
Thanks in advance for your advice.
Comments
Comment #1
amateescu commented6.x-1.5 is really old, can you try with 6.x-1.x-dev or 6.x-2.0-rc2?
Comment #2
dave reid