Bug in Banner Link translation.
Status: Abandoned
Brought to you by:
jshaver
In the administration page it allows you to enter a URL
to assign to the banner when it is clicked. I decided
that I wanted it to be a mailto with a predefined subject:
mailto:Heidi@wherever.net?subject=Hairstyles
So I entered that in, but when the page is rendered the
link always appears like this (with an extra slash).
Outlook seems to still understand it, but other clients
like Eudora put the slash in at the end of the email
address.
mailto:Heidi_Miller@byu.edu\?subject=Car Request
I can manually take out the slash in config_enc.php and
it works, but if I ever change any more settings and
that file is re-written, I have to track it down again.
Hope this helps.
Logged In: YES
user_id=713937
we need to add removeslash(link) to the header command...
but not certain if this will have side effect of making the
link a security risk?