Closed (works as designed)
Project:
Path Breadcrumbs
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 13:14 UTC
Updated:
6 Aug 2013 at 15:23 UTC
Hi,
I have a view that has a contextual filter based on a node reference field.. The breadcrumb would have to make use of this to get the user back to where they need to be..
I figured since this module used ctools it would work but it doesn't appear to.. The title %node:field-nref-field works but the link path %node:field-nref-field:url or %node:field-nref-childcare-setting:nid doesn't work..
Perhaps I have something wrong and if so please let me know what it is.. Otherwise I think this would be a very useful feature..
Comments
Comment #1
spleshkaEnable Entity tokens module (part of Entity) and you will get this tokens work.
Comment #2
spleshkaI close this issue. Please, feel free to reopen it if you have any questions.
Comment #3
wipeout_dude commentedHi,
I had Entity Tokens enabled already..
Is
or
correct or is the correct token something else?
Comment #4
spleshkaDownload latest module version (7.x-3.x) and see correct tokens for node reference field. They will be automatically shown after click on token input field.
Comment #5
spleshkaClose this issue. Please, feel free to reopen it if you have any questions.
Comment #6
d0t15t commentedi have the newest version of the module, entity tokens, entity, & entity reference installed, but i still can't get the URL of a referenced node to render correctly in the breadcrumb. %node:field-ref:url renders to a messed version of the node title...
Comment #7
spleshka@dotist, Did you apply patch from #1727804: Keywords substitution doesn't work as expected ?
Comment #8
d0t15t commentedah! no i missed that one. will check it out and let you know.
Comment #9
spleshkaAny updates here? Or I can close this issue?
Comment #10
d0t15t commentedthe structure of our breadcrumb changed in such a way that the error was no longer. you can close the issue, thanks...
Comment #11
andreav commentedI can confirm it still does not work.
I'm using:
I did not apply patch #1727804: Keywords substitution doesn't work as expected because seems already integrated into dev version.
I got those translations:
%node:field-place-dayref ----> Day%25201 (note: title of the referenced entity is "Day 1" without quotes)
%node:field-place-dayref:nid ----> Day%25201%253Anid
Note: I upgraded ctools (from 7.x-1.2) just downloading and copying files over the old verison, hoping this is enought.
Note: Same for entity.
Comment #12
jessehsSeems like this should be a bug report, rather than a support request.
I also am experiencing this issue.
For a reference to a "product category" term "Foobar", %node:field-product-category:url becomes a link with the address "/Foobar%253Aurl"
Comment #13
spleshkaPlease, make sure that you are using latest Path Breadcrumbs and latest Ctools dev. That bug may persists only on Ctools 7.x-1.2.
Comment #14
kostajh commentedI had the same problem; upgrading to Ctools 7.x-1.x-dev fixed the issue.
Comment #15
kalabro