Shows the user the hierarchy of the page he is currently viewing.
0
votes
1answer
27 views
How to override breadcrumbs defined by a module using a custom module?
Is it possible, using a module, to override a breadcrumd definition defined in another module's hook_node_view()?
Module property_bc sets a custom breadcrumb for nodes of type Property.
Module ...
0
votes
0answers
13 views
Removing breadcrumb from the Homepage in Bartik theme (Drupal 7)
I am trying to remove the breadcrumb from the homepage (Home link). I am using a bartik theme. I have a page--front.tpl.php and have tried removing the following code snippets and clearing the cache, ...
1
vote
0answers
23 views
Trying to edit the breadcrumbs or title for taxonomies in views
I'm trying to show breadcrumbs and taxonomies title in browser tab with Drupal 6, but not getting the result, I'm having issues generating a custom breadcrumb.
I put a php code in views>header like:-
...
0
votes
1answer
54 views
Are breadcrumbs not working properly?
I am using the following PHP code in the view's header to set the breadcrumbs of the view.
global $base_url;
$path = $base_url . "/tag/" . arg(1) . "/" . arg(2);
$title = ucfirst(str_replace("-", " ...
0
votes
1answer
18 views
How to translate taxonomy breadcrumbs?
My breadcrumbs only show in the original language.
When I change the language, only the heading of the breadcrumb which is in a t() function changes language. I can't put the $breadcrumb variable in ...
0
votes
0answers
13 views
Double breadcrumbs with taxonomy menu and taxonomy menu trails
I have an issue similar to the one described in
Why do my breadcrumbs see double? and How can I control them? A double question?
With taxonomy menu trails I got the breadcrumb to my node related to ...
0
votes
1answer
18 views
Alter breadcrumbs
I am looking around a way to alter my breadcrumb for a particular page,I am using tb_sirate theme and menu_breadcrumbs module.
I have tried altering the breadcrumbs using mytheme_breadcrumbs(), its ...
0
votes
1answer
39 views
How to remove the home link in menu breadcrumb in drupal
I am using menu breadcrumb module in my drupal. I get the breadcrumb like as Home>Content>Aboutus but i need a structure like Content>Aboutus.How can i do this
0
votes
1answer
45 views
How to build custom breadcrumbs
I have to build a breadcrumbs, In fack I only need to add a breacrumbs between the "home" and the "books breadcrumbs" to get something like this:
home>>view-path>>book-breadcrumbs-with-deep
I ...
0
votes
1answer
33 views
Using breadcrumbs with multiple menus for one link
On my website, i have 2 menus : the Main Menu and the Header Menu that i use for "quick links".
I have 1 page that is linked in both menu.
When I'm in that page, the breadcrumb (and other ...
0
votes
1answer
41 views
Altering the breadcrumb contents
I'm trying to use this hook in order to alter a breadcrumb link :
hook_menu_breadcrumb_alter(&$active_trail, $item)
The hook don't seem to be called.
I've tried :
Using the hook on a theme
...
0
votes
1answer
32 views
Crumbs module won't display correct current page. Displays 'Anchor'
I am using the crumbs module to create a breadcrumb for my website. I have the 'Show the current page at the end of the breadcrumb trail.' setting enabled however on one of my pages the current page ...
0
votes
2answers
43 views
How can I alter the breadcrumbs on a search page?
I just enabled search on my Drupal theme and when I go to the search page my breadcrumbs show like this:
home > Search > Content > Search
Is there any way to make it just:
Home > Search
...
1
vote
2answers
50 views
Edit Blog Links & Breadcrumb?
My client would like me to replace the s's with just ' on the links and breadcrumbs of user blogs for user names that end in s.
For example, the breadcrumb and blog links for the user Joe would ...
2
votes
0answers
86 views
Multilingual Breadcrumb for Drupal 7
I need to show a breadcrumb on my client website but it is required to be in two languages I have tried several approaches and modules but all of it show the breadcrumb in one language only.
Please, ...
0
votes
0answers
39 views
Breadcrumbs not displaying for Top level menu items
If the following setting is unticked, the breadcrumbs dont work for the top level menu items:
Append page title to breadcrumb
Instead of
Home > Page
I am not seeing a breadcrumb at all.
The ...
0
votes
1answer
91 views
How can I add multilingual taxonomy breadcrumbs in Panels?
I have a site with two languages and a large number of taxonomy terms. I want to use breadcrumbs on my taxonomy pages, but I can't find a system that works well with multiple languages.
I translated ...
-1
votes
2answers
133 views
Why doesn't Menu Breadcrumbs work for every site?
I've got a couple of websites, the Menu Breadcrumbs module works perfectly in one, but not in the other. By doesn't work, I mean that only the Home level and the active/current level are displayed, ...
2
votes
1answer
53 views
Removing the breadcrumb from frontpage
I'd like to remove the breadcrumb from the frontpage and haven't been able to find a solution in the configuration settings of the theme or custom breadcrumbs. So I am thinking of modifying the ...
3
votes
1answer
59 views
What does 'set breadcrumb' do in Rules?
One of the actions that comes with the Rules module is 'set breadcrumb'.
When trigger this action, however, nothing seems to happen to the breadcrumb.
What is supposed to happen? Does it set the ...
0
votes
3answers
148 views
Custom Breadcrumbs - too much manual work?
I am following the Readme file for the Custom Breadcrumbs module. I am now trying to Add Custom Breadcrumb for Node but am not sure if I'm reading the instructions correctly...
Do I need to add a ...
0
votes
1answer
187 views
No Breadcrumb settings in Bartik theme?
The breadcrumbs in my Bartik theme work perfectly. However, in my Zen subtheme are skipping a level!
I just noticed that there is no Breadcrumb settings section in the Settings for the Bartik theme.
...
0
votes
2answers
56 views
Where are my breadcrumbs coming from?
I at one stage had the Menu breadcrumbs module, then the Custom breadcrumbs module enabled. I have now disabled both of them, but the breadcrumbs are still displaying. Only the Home breadcrumb is ...
0
votes
0answers
32 views
Missing Breadcrumbs for Books
I have an Open Atrium distribution running on Drupal 6. I created a new content type called "Pagina". Now I have created two "Pagina" instances (nodes), "A" and "B". "A" has also a book outline with ...
0
votes
1answer
44 views
What is the best way to start from scratch?
I have a drupal 7 instance at work, and one at home. I added content to both sites BEFORE installing the "menu breadcrumbs" module. On my Drupal instance at work the breadcrumbs don't work properly ...
0
votes
1answer
204 views
where is the breadcrumb printed at in the omega kickstart theme?
can someone tell me where omega kickstart breadcrumb is printed in code I have looked in the templates dir and there dosent seem to be a page.tpl.php and the template.tpl.php in the main dir dosent ...
-1
votes
1answer
93 views
Unable to set custom breadcrumbs
I've enabled the Custom Breadcrumbs module and given the administator (me) rights to create custom breadcrumbs.
I am seeing this message on nodes, where it should allow me to set the custom ...
2
votes
3answers
90 views
Can Crumbs be used with Panels?
I'm building a site with Panels (and Panels Everywhere, with a custom theme based on Precision) and trying to customize the breadcrumbs for particular nodes based on their content type.
The Crumbs ...
0
votes
1answer
145 views
7- Breadcrumbs not showing properly translated
I am using a multilingual site having arabic and english versions. Before it was showing properly, but after the menu translated to arabic the bread crumbs showing only in Arabic.
The not transla
...
2
votes
1answer
80 views
How to show breadcrumbs for taxonomy terms in Drupal 7
I've just now started working on D7 but I can't figure out how to how the terms in the breadcrumbs as we do in D6( I guess using Taxonomy breadcrumb). Taxonomy breadcrumb module for D7 is in dev ...
0
votes
1answer
65 views
Remove facets from breadcrumb
I'm using FacetAPI-SearchAPI and I notice that, on every view based on search api in the breadcrumb there is the "all items" link and, when I add a facet to the search, the facet value is added to the ...
0
votes
0answers
19 views
Why are Hansel breadcrumbs not arriving at theme function?
I'm using Hansel, and I'm also using Delta Blocks (to give me positioning control over the breadcrumbs), and I'm then theming the breadcrumb myself using theme_delta_blocks_breadcrumb()
Using the ...
1
vote
1answer
82 views
Title changed programmatically is not put into breadcrumbs
I have 2 functions in template.php: The first attaches current page title to breadcrumbs; the second sets the title to 'Completion' when the user opens /scores/completion.
function ...
1
vote
1answer
176 views
Proper use of hook_menu_breadcrumb_alter()
I have a situation where I need to mess with a breadcrumb on a page and insert some items in the middle. In my instance drupal_set_breadcrumb() can't be used, so I need to implement a ...
1
vote
1answer
158 views
How to change string which comes from breadcrumbs?
I have used custom breadcrumbs module.
Now one of my title of blog has single quote or double quotes, which is having problems.
So, in titles i have added
[node:title]
so output of the title ...
1
vote
2answers
573 views
breadcrumbs not working as expected
My menu looks like the following:
defs menu is linked to def view, fghs menu is linked to fgh view.
abcs | defs | fghs
Now when I click on defs, a view gets opened.
Now my breadcrumb is the ...
1
vote
1answer
286 views
which hook is effective for setting custom breadcrumbs?
I have a theme which sets breadcrumbs like this:
function mytheme_process_node(&$variables) {
(....)
drupal_set_breadcrumb($my_breadcrumbs_array);
}
This gets overwritten later by ...
1
vote
0answers
33 views
Bread crumbs showing two homes
My bread crumb for some odd reason is showing home -> home ->.
I suspect it has something to do with the site structure but i'm not quite sure what that is.
Any ideas?
0
votes
0answers
77 views
How to make a View of Taxonomy Menu so I can redirect user to Content type view
My question is similar to How to get Taxonomy Menu working properly with Contextual Filters in Views?
Drupal 7
I am creating something similar with my site. Have set a taxonomy menu in navigation ...
0
votes
1answer
509 views
Drupal 7 easy breadcrumb module hides breadcrumbs
When I install the easy breadcrumbs module my breadcrumb disappears.
I am wondering if there is a particular settings that I need to change. If I am on the homepage the breadcrumb home is displayed. ...
2
votes
3answers
171 views
exclude contextual filters from breadcrumb
I'm having a bit of a problem here.
I have a view which contains a list of items. At the top there are some vocabulary terms which you can click. When you click you go to a next page which shows a ...
0
votes
1answer
114 views
Pulling Breadcrumb items from the Menu Link text instead of Title field (D7)
Some of my pages are pulling text for the last breadcrumb item from the menu link text. The rest of my pages are pulling text for the last breadcrumb item from the Title field. What I want is for all ...
0
votes
0answers
56 views
problems with redirects and breadcrumb
I'm running into a problem w/ breadcrumbs and redirects. I have a view called success-stories and that view is in charge of displaying all stories, marketing stories, and recruitment stories.
With ...
0
votes
1answer
144 views
breadcrumbs not displaying correctly for views
I'm pretty new to the world of drupal so I'm hoping this will be a quick fix.
Anyhow here's the situation:
my breadcrumbs work correctly when hitting a node for example when i go to "contact" it ...
0
votes
1answer
719 views
Override (shorten) breadcrumbs on Views page
I'm using Views 3 and I DON'T want the contextual filter to tack itself onto the end of the breadcrumb. In fact, for the whole view, I want only the static breadcrumb Home » My View Name. That's it. ...
1
vote
3answers
2k views
How to setup custom breadcrumbs with taxonomy?
I have content types that use taxonomy to categorize content. The Pathauto url alias structure is 'content type' / 'taxonomy term' For example:
Food/japanese - where food is the content type and ...
0
votes
0answers
60 views
Custom Breadcrumbs strips double slashes in http://
I am using Custom Breadcrumbs and I am using tokens to recreate the taxonomy hierarchy. I know there is an option in the settings to do that automatically but it doesn't work when several ...
0
votes
1answer
145 views
How to tell Custom Breadcrumbs which vocabulary to use?
In my site I have pages with a single vocabulary called "category" and Custom Breadcrumbs displays the taxonomy hierarchy and it works.
Another content types has several vocabularies, including ...
1
vote
1answer
135 views
Hierarchical taxonomy breadcrumbs for Views
I have a View that is capable of displaying terms hierarchically via a Views Attachment but neither the URL nor the breadcrumb keeps track of where it is in the hierarchy. For example, a taxonomy ...
0
votes
2answers
102 views
Slash at the end of the breadcrumbs
How can I remove the slash at the end of my breadcrumbs?
Markup:
<div class="breadcrumb">
<a href="/">Главная</a>
/
<a href="/admin">Управление</a>
/
...