Active
Project:
Taxonomy Token
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 11:36 UTC
Updated:
15 Dec 2010 at 11:47 UTC
Hi
my token
videos/[node:vocab:2:term] /[title]-[nid].html
my url
http://www.domain.ndd/videos/TERM%20/TITLE-NID.html
I have %20 this in my url, any idea to remove it (it don't come from my term).
Thanks.
Florent
Comments
Comment #1
rsevero commentedIt seems it really doesn't come from your term. AFAICT it comes from your URL definition: it has a space between [node:vocab:2:term] and the /.
Your URL definition currently is videos/[node:vocab:2:term] /[title]-[nid].html
I believe that the URL definition that you want it videos/[node:vocab:2:term]/[title]-[nid].html
Comment #2
lentreprenaute commentedoh !!!! shame on me, i'm very sorry, time to buy glasses
best regards,
Florent