View Single Post
  #8  
Old 10-01-2002, 09:22 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

If your having problems with your extra images (i did) then the answer is pretty simple.

All you need to do is create a directory inside skin1_images folder and call it say my_images.

drop all your extra images in there and upload the lot to the server.

When you want to use any of the new images you must refer to the as follows ...

[img]../{ #ImagesDir# }/my_images/my_pic.gif[/img]

Because you have prefixed the location with ../{ #ImagesDir# }/ it works on either the normal or secure server as the ="../{ #ImagesDir# }/ gets replaced with the right address.

I tried it and it works fine .

I had hard coded my extra images to all load through my secure server address to start with which worked but would have been much slower then doing it this way.
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote