Perhaps not the job for this module but seems like it would be; but is there a place somewhere where i can set the path that goes with the Home crumb. I see on CB admin page i can set the text for it; but not the path.

Does this sound like an odd request? I think the Home crumb is hard coded to go to / for the site. But in the case of using Front module the "home" page would be the site's opening banner; and typically not the real home page for the site.

Also, on many large sites where the Drupal site is possibly only a section of the site's overall web site - the Home crumb may even be an external url (but this is likely a different feature request).

Comments

Anonymous’s picture

Subscribe

MGN’s picture

Version: 6.x-2.0-rc1 » 6.x-2.x-dev
Category: support » feature

The home path is set to <front> which is a special path that drupal associates with the front page. The default path to the front page is set in Administer > Site information. But I understand how this could be a useful feature in the cases that you mention. Marking it it as a feature request.

Danny_Joris’s picture

The special identifiers in the latest 6.x-2.x-dev does not include < front >

I'm getting errors lately: the tokens don't change to their value anymore and I receive the following errors on pages with breadcrumbs: warning: preg_match_all() expects parameter 2 to be string, array given in /Applications/MAMP/htdocs/blahblah/www/modules/acquia/token/token.module on line 701.

For a moment I thought the < front > tag was the issue because it wasn't listed (anymore?). But it wasn't the case.

ELC’s picture

Specifically regarding your preg_match_all() issue, see this issue. It's a bug in the way token is called.

#1327960: Invalid use of token_replace API - causes preg_match_all errors in token module

mgifford’s picture

Would be great to have some easy way for departments to use so that if there are multiple Drupal installs that they can share elements of the breadcrumbs or atleast starting points.

lamp5’s picture

Issue summary: View changes
Status: Active » Closed (outdated)