How do I include a thumbnail image

in/of the route I wish to upload to the DLS. I know how to make the image. Where do I put it so it gets uploaded with the route?

Thanks,
Randy
 
in/of the route I wish to upload to the DLS. I know how to make the image. Where do I put it so it gets uploaded with the route?

Thanks,
Randy

Your screenshot (or image) must be resized to a 240x180 jpg,
(the name of the image must be the same as the name in the config).

in the config add:

thumbnails
{
0 {
image "your image.jpg"
width 240
height 180
}
}

Regards,

Dave Snow
`
 
Thanks for the reply Dave.

That gets me started but................where do I put the actual image file so it gets attached to the route when I upload it?

Do you know where I can find the documentation on the process? I looked in the 2006 manual and the wiki.

Randy
 
In the folder where all your files are:

Screenshot.jpg


`
 
I got it done. Thankyou.

I could not get CM to upload though, had to go thru the website @ planetauran to upload the route. Awaiting approval now.
 
Back
Top