Closed (fixed)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Aug 2009 at 03:21 UTC
Updated:
20 Apr 2012 at 23:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
drupalfo commentedI found this, not sure if it is related. But it is a patch for 5.x
http://drupal.org/node/217875
Comment #2
drupalfo commentedOK , the problem is using relative paths...
node?filter=1 becomes node%3Ffilter%3D1
but example.com/node?filter=1 works and does not convert the URL.
I also realized this is the ssame with Taxonomy Breadcrumb module.
However , I do think you should consider adding this as a feature because you should be able to link
to a view with something already selected.
Comment #3
MGN commentedThis patch implements parse_url (as originally suggested in #217875: Allow Query String in paths ) to properly handle all parts of the url. Can you try this and see if it solves the problem?
Thanks.
Comment #4
MGN commentedSeems to work well on my test sites. Committed to 6.x-2.x-dev http://drupal.org/cvs?commit=254122. Reopen if this has not fixed the original problem.
Comment #6
lotyrin commentedThis appears to have been broken in 7.x.
Comment #7
lotyrin commentedComment #8
lotyrin commentedComment #9
lotyrin commentedNevermind, it's 7.x-1.x that has the issue.
Any plans on releasing 7.x-2.x?