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

luco’s picture

... 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

luco’s picture

Status: Active » Closed (works as designed)

ha! got it.

I just had to use [node:terms:join:/] but in the settings tab, configure it to not strip slashes!

so simple.