Closed (fixed)
Project:
Custom Tokens
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2008 at 09:42 UTC
Updated:
5 Dec 2008 at 19:37 UTC
Hi,
I have the following url's through autopath:
So my url www.example.com/Nepal/Kathmandu/flight
How can I using this module to strip the url-peaces
- Nepal
- Kathmandu
- flight
So I can use these three values as tokens in node-title, node-body:
Say
- Nepal = Token_url1
- Kathmandu = Token_url2
- flight = Token_url3
Or something like this?
Thanks a lot in advance for your reply!
greetings,
Martijn
Comments
Comment #1
hanoiiIt should be fairly easy to define the tokens, but I am not sure how you are planning on using them. If you already have tokens being replaced in your node it shouldn't be a problem.
You need to define a Node token with the following code:
token_url1
token_url2
token_url3
that should work.
Comment #2
hanoiiComment #3
hanoii