Here is what should theoretically work:
[aet:node:[view:url:args:value:1]:title]
The inner token is returning the correct value but the outer one is not, so the output currently is:
[aet:node:42:title]
Here is what should theoretically work:
[aet:node:[view:url:args:value:1]:title]
The inner token is returning the correct value but the outer one is not, so the output currently is:
[aet:node:42:title]
Comments
Comment #1
eyal shalevThat's a really good idea.
Can you start working on it yourself?
I won't be able to make time for it until October.
Comment #2
olofbokedal commentedNested tokens aren't supported by the core token_replace() function, which is the main problem.
I've created an issue for this, #2082269: Add support for nested tokens.