[Typo3] image links do not work?

Bing Du du_bing at hotmail.com
Fri Aug 5 16:11:13 CEST 2005


Hi Reinhard,

Reinhard Müller wrote:
> Hi Bing				
> 
> You dont't have necessarily to upload the image on your T3-Server.
> 
> You can insert a statement like this into your RTE. Be sure that the Checkbox "Source Code" is selected:
> <img src="http://www.youredomain.com/images/image.gif">
> 
> Then T3 will automatically upload your image from the source and copy it into "fileadmin/uploads/". Then you also could see it in your content.
> 
> Alternativly you could download the image from the server ,  store it into a temp dictionary on your local computer  and then upload it with the "insert picture" comand of the RTE.
> 
> Be sure that your RTE is configurated to accept such HTML statements above.
> 

That sounds close to what I'm after.  How can I access RTE 
configurations, like the Checkbox "Source Code"?
There are hundreds of images that need to be inserted into various 
content elements.  I don't want to insert images manually in the 
backend.  So I wrote a Perl script to insert images into the tt_content 
table directly.  Then I noticed that only inserting image link in the 
image_link field did not show the image at all.  Sorry if this bit more 
background information came so late.

The images have already been uploaded into the subdirectories within 
fileadmin.

Anyway, thanks much for all your help.

Bing
			



More information about the TYPO3-english mailing list