[TYPO3] tinyRTE and urls

2007-10-19 Thread Jacek Manka
Hi everybody, I would like to create links to files which are not located on our typo3 server, but on another fileserver (no webserver). Therefore I try to create a file:/// url like file:///h:/test.txt, but everytime I save my input tinyRTE converts it to http://h/test.txt I've never had such pr

Re: [TYPO3] tinyRTE and urls

2007-10-20 Thread Jacek Manka
I already did take a look at both files and saw the str_replace, but without having basic skills in php it's very difficult for me to do some changes. Do you have any suggestions? Tapio Markula schrieb: > Timothy Patterson kirjoitti: >> It looks to me like this is done in the tinyrteUtils.php

Re: [TYPO3] tinyRTE and urls

2007-10-22 Thread Jacek Manka
Tapio Markula schrieb: > hartmut kirjoitti: >> Jacek Manka schrieb: >>> I already did take a look at both files and saw the str_replace, but >>> without having basic skills in php it's very difficult for me to do >>> some changes. >>> >

Re: [TYPO3] tinyRTE and urls

2007-10-23 Thread Jacek Manka
hartmut schrieb: > >> @hartmut: thanks for your code - I already replaced the lines in >> tinyrteUtils.php, but there is still a conversion. Instead of >> http://h/test.txt the output now looks like http://file///h:/test.txt. >> >> So there is another conversion somewhere else in the extension.