hi
Pleas how to use with Field collection path..
I am not seeing it in the list (setting) but can see the path when i debug the link
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3_field_col_link_debug_in_crumb.png | 149.27 KB | delacosta456 |
| #3 | 2_field_col_link_not_availaible_for_use.png | 183.21 KB | delacosta456 |
| #3 | 1_fied_col_link_opened_in_colorbox_from_url.png | 91.87 KB | delacosta456 |
Comments
Comment #2
donquixote commentedYou need to give me more information.
I am not aware of a specific field_collection plugin.
And what is a "field collection path"?
How is your field_collection field configured?
What do you see in the debug page?
Comment #3
delacosta456 commentedhi thanks for reply.
Well i have a field collection (machine name= field_col_analyse) on a node type A with a hidden widget so that no edition could be done directly from the Host (Node type A).How ever on the Host's instance (Node1 of Node Type A) view's display , instance of field_col_analyse could be edited/added with an add/edit link available.(The link path provided is field-collection/field-col-analyse/1560/edit where 1560 is the field's collection id)
In The application i am building everything are done from views, where i exposed the field's collection link's that is open with colorbox plugin.
Now i want to remove the Crumbs link's showing on that colorbox page .
I attached in order 1 2 3 little screenshot .. with file's name explaining each of them
Comment #4
donquixote commentedSo, to paraphrase:
To edit the field collection items, you go on a views page, click "edit", and a colorbox dialog pops up.
This dialog currently contains a breadcrumb. But you want a dialog without a breadcrumb.
Can you check what module is currently producing this dialog? What is the page callback?
Comment #5
delacosta456 commentedhi donquixote
The module currently producing dialog is Colorbox module.
thanks
Comment #6
donquixote commentedIf I understand correctly:
The url "field-collection/field-col-analyse/1560/edit" can be opened in a colorbox.
You could also open this url directly. Right?
In both cases you want to let the breadcrumb disappear?
Comment #7
delacosta456 commentedhi donquixote
Yes exactly (the link can be open in colorbox and directly), in both case...
Thanks for taking care..
Comment #8
donquixote commentedSo the real question would be: How to suppress Crumbs breadcrumb for a specific path?
(or, how to let a specific path have no breadcrumb at all)
An interesting side question: How would we suppress the Drupal breadcrumb for a specific path, if Crumbs was not installed?
Without Crumbs, would the page have a breadcrumb or not?
I can think of some ways to achieve this. Not sure which one of them I would recommend.
I am going to open a new issue named "Suppress breadcrumb for specific path", where I ask this more general question, and write up a list of possible solutions.
Comment #9
donquixote commentedCan you have a look at the solutions I posted in #2898869: Suppress breadcrumb for specific path?
See which of those apply to your use case.
Comment #10
donquixote commentedComment #11
delacosta456 commentedhi
thanks ok
i was already using the alternative
contextually with the Context Module . and will keep that for the moment expecting that Crumbs will later completely cover Field collection's entity
Thanks and i will explore other method later.. many thanks for assistance.
Comment #12
donquixote commentedEven if Crumbs would "cover" field collection entity paths in the same way as other entity paths, this would not help in your specific case.
E.g. for nodes with node/% path, there are plenty of built-in plugins. But to suppress the breadcrumb for node/%, you still need the same tricks described in #2898869: Suppress breadcrumb for specific path. The built-in plugins don't help for that.
So far this has not come up as a big use case.
And in your case I think the more important for you is to hide the breadcrumb in the colorbox popup. I assume you would not mind seeing a breadcrumb on the field collection entity page, if someone opens it as a regular browser tab, not in a colorbox.
Comment #13
delacosta456 commentedhi donquixote
yes now i completely understand everythings