On my site I have a list of links refering to another site, but when the URL includes a '?' the URL ends there...

I.e. the URL I want to link to, and have entered in the URL field reads:

http://www.travsport.no/Andre-elementer/Sok-etter-hestkusklop/Sok-etter-...

But what gets printed is

http://www.travsport.no/Andre-elementer/Sok-etter-hestkusklop/Sok-etter-...

Comments

jcfiala’s picture

Status: Active » Closed (works as designed)

It'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.

juliekj’s picture

Status: Closed (works as designed) » Active

I'm experiencing a blond moment here...

In what code should I look ?
I can't find any theme functions...???

jcfiala’s picture

Well, 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!

tim.plunkett’s picture

Category: bug » support
jcfiala’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

It'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.