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.

Re: [TYPO3] tinyRTE and urls

2007-10-22 Thread hartmut
> you could propose that for the mainainer of tinyrte I don't think my code is smart enough. Might be sufficient that the maintainer is notified that local file urls don't work. greets hartmut ___ TYPO3-english mailing list TYPO3-english@lists.netfield

Re: [TYPO3] tinyRTE and urls

2007-10-22 Thread hartmut
> @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. You are right. There

Re: [TYPO3] tinyRTE and urls

2007-10-22 Thread Tapio Markula
Jacek Manka > @Tapio Markula: I already tried to advise him of this problem, but he > neither does reply to my emails nor does he answer the threads I have > posted in his own developer-forum. I don't know, what changes would needed ___ TYPO3-english m

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. >>> >>> Do you have any suggestions? >>> >>> Tapio Markula schrie

Re: [TYPO3] tinyRTE and urls

2007-10-22 Thread Tapio Markula
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. >> >> Do you have any suggestions? >> >> Tapio Markula schrieb: >>> Timothy Patterson kirjoitt

Re: [TYPO3] tinyRTE and urls

2007-10-21 Thread hartmut
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. > > Do you have any suggestions? > > Tapio Markula schrieb: >> Timothy Patterson kirjoitti: >>> It looks to me like

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-20 Thread Tapio Markula
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 li

Re: [TYPO3] tinyRTE and urls

2007-10-19 Thread Timothy Patterson
It looks to me like this is done in the tinyrteUtils.php file... Tapio Markula wrote: > Jacek Manka kirjoitti: >> 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://

Re: [TYPO3] tinyRTE and urls

2007-10-19 Thread Tapio Markula
Jacek Manka kirjoitti: > 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:/

[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