[TYPO3] tinyRTE and urls

Tapio Markula tapio.markula at xetpoint.fi
Sat Oct 20 09:39:22 CEST 2007


Timothy Patterson kirjoitti:
> It looks to me like this is done in the tinyrteUtils.php file...

maybe - the base file defines some JavaScript, which relates with link 
generation.

Both seems to have string replace.

the base file has
str_replace("http://","file://

this caused problem creating links file://, which didn't work in the net 
and I must hack that part of the base file

utils seems to have reversal code:
str_replace("file://", "http://"



More information about the TYPO3-english mailing list