Here is a patch for D6.
Is this also possible for D7 version please?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jean.cedric.t’s picture

After thinking about it, it maybe better to create another identifier.

MGN’s picture

Status: Needs review » Needs work

Marking this as needs work because the suggested changes would break normal behavior. Custom breadcrumbs has always assumed the paths are internal drupal paths. I think the correct modification to use absolute paths would be to set $options['absolute'] = TRUE. Of course more would be needed to make this feature request work. I like the idea of adding a special identifier for this and would be happy to test a patch (against 6.x-2.x-dev) that did this.

MGN’s picture

Status: Needs work » Closed (won't fix)

Closing this issue because it seems to have gone stale. See comments in #2 and reopen if there is interest in this.

bpresles’s picture

Assigned: jean.cedric.t » bpresles
Status: Closed (won't fix) » Needs review
FileSize
1.83 KB

Proposed better patch for this issue.

This in facts detects wether the path of the item is absolute or not (based on wether a host and scheme part is found by parse_url()), and generate an absolute link if it's the case. The original behavior remains strictly the same in case of relative paths.

Summit’s picture

Issue summary: View changes

Hi, Anyone knows how to build this patch in Drupal 7 please?
greetings, Martijn

Summit’s picture

Version: 6.x-2.0-beta3 » 7.x-2.x-dev
Priority: Minor » Normal
Issue summary: View changes
Status: Needs review » Active
Summit’s picture

Hi, not necessary anymore. I used the readme.txt function in my template.php. greetings, Martijn