Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 May 2009 at 15:23 UTC
Updated:
25 Jul 2009 at 16:10 UTC
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.