I was trying to create a url to the home page using a node id as a query parameter.
e.g. the output should be
<a href='<homepage>?param=[nid]>test url</a>
Here [nid] is a token.
this token replacement does not happen.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | tokens_not_getting-2449369-3.patch | 855 bytes | alansaviolobo |
Issue fork views_base_url-2449369
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
alansaviolobo commentedComment #2
subhojit777Make sure you have placed the token
[nid]before Global: Views url field, otherwise the token replacement will not work.From replacement pattern help text:
Comment #3
alansaviolobo commentedMy bad: I forgot to attach the patch.
Comment #5
mably commentedComment #7
mably commentedComment #9
mably commented