Closed (won't fix)
Project:
Link
Version:
6.x-2.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2010 at 13:02 UTC
Updated:
6 Nov 2014 at 05:22 UTC
Jump to comment: Most recent
Comments
Comment #1
jcfiala commentedIt's not broken - it just puts the querystring part of the url into a different place - if you're not using one of the theme functions that comes with the module, then it's possible to miss that. I suggest you take a look around at the theme functions in the code. I assure you, if the link field didn't handle querystrings, there'd be a lot more people complaining about it here.
Comment #2
juliekj commentedI'm experiencing a blond moment here...
In what code should I look ?
I can't find any theme functions...???
Comment #3
jcfiala commentedWell, this is the link module, so you start by going into the link directory and finding link.module.
Once there, you can find the list of possible theme functions defined in link.module by finding the function link_theme. Each of the keys of the array it's building is the name of a link function, minus the 'theme_' prefix. Have a look!
Comment #4
tim.plunkettComment #5
jcfiala commentedIt's been four years since this bug, and no one's touched it. If you need to you can re-open this ticket, but I suspect you don't need this fixed anymore.