Closed (works as designed)
Project:
Taxonomy Entity Index
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 20:25 UTC
Updated:
7 Jul 2011 at 15:37 UTC
hey there,
I've generated several aliases successfully using this module.
but I created a new content type which has a hierarchycal taxonomy and the alias won't use the term token [node:terms:first] - or [node:terms:last] for that matter.
all the rest is similar to the other content type, so I'm thinking that's a bug.
any ideas?
cheers,
Luciano
Comments
Comment #1
luco commented... ok, I'm using the token
[node:terms:join:?]but I want the"?"to be replaced with a slash.so I'd have
example.com/term-parent/term/node-title.but they keep getting stripped out. how can I preserve them?
cheers
Comment #2
luco commentedha! got it.
I just had to use
[node:terms:join:/]but in the settings tab, configure it to not strip slashes!so simple.