Active
Project:
Advanced Taxonomy Blocks (abandoned)
Version:
6.x-3.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 19:30 UTC
Updated:
29 Sep 2011 at 10:12 UTC
I need to put variables in the link for controlling an exposed filter in the taxonomy term view.
But the ? is changed into %3F and the = into %3D.
Is there any solution to archieve this?
Comments
Comment #1
dhallennem commentedsubscribing
Comment #2
dhallennem commentedThe problem is due to an urlencode() function.
One solution but not perfect : just decode the url of the menu created.
On line 645 of taxonomyblocks.module :
PS : I don't know why, but it doesn't work for the caracter & (code %26)