Closed (outdated)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Sep 2010 at 13:10 UTC
Updated:
2 Jun 2025 at 08:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jean.cedric.t commentedAfter thinking about it, it maybe better to create another identifier.
Comment #2
MGN commentedMarking 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.
Comment #3
MGN commentedClosing this issue because it seems to have gone stale. See comments in #2 and reopen if there is interest in this.
Comment #4
bpresles commentedProposed 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.
Comment #5
summit commentedHi, Anyone knows how to build this patch in Drupal 7 please?
greetings, Martijn
Comment #6
summit commentedComment #7
summit commentedHi, not necessary anymore. I used the readme.txt function in my template.php. greetings, Martijn
Comment #8
lamp5Drupal 7 reached EOL so I close this issue.