[TYPO3] CoolURI: problems with Tip-A-Friend Plus extension

Morten Kjems mortenkjems at gmail.com
Tue Sep 18 16:06:36 CEST 2007


Stano Paška skrev:
> I have similar problems with original tipafriend extension.
> Problem was in double urlencoding of link.
> I solved it with this modification.
> 
> // original line
> //		$url = $this->validateUrl(t3lib_div::_GP('tipUrl'));
> 
> // modified
> $url = t3lib_div::_GP('tipUrl');
> $url = $this->validateUrl(rawurldecode($url));
> 
> I think that tipafriend plus is similar...

The code is different in tipafriend plus, so it is not an option.

But when I try the same with tipafriend I stille get Urls like:
http%3A%2F%2Fdomain.......om%252525252Fmail-form.html

But thank for trying.

/Morten


More information about the TYPO3-english mailing list