Hi,
It seems that the nodes related tokens does'nt work on the view pages. After looking into the code, I realizeed it's not implemented.
The token_replace_multiple() does'nt recieve the node te replace tokens.
Is it normal ?
Thank you.
Hi,
It seems that the nodes related tokens does'nt work on the view pages. After looking into the code, I realizeed it's not implemented.
The token_replace_multiple() does'nt recieve the node te replace tokens.
Is it normal ?
Thank you.
Comments
Comment #1
MGN commentedThe node tokens need a node object for context. With a view, this context isn't available. Perhaps it would be helpful if you could describe (in detail) what you are trying to do. Why do you want a node token for a view page?
Comment #2
MGN commentedTry the latest 6.x-2.x-dev snapshot. I think this should work now.