Picture Error!

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
jakob
Inductee
Inductee
Posts: 1
Joined: Thu Jan 04, 2007 8:51 am

Picture Error!

Post by jakob »

Hello

I tryed to edit a template for Index-Images. But they are not shown on the page...only some time 1 picture and the rest is error! Can you tell me where the mistake is

Image
Image
User avatar
Conor
Top Dog
Posts: 5344
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Post by Conor »

This was answered via email; but in case another user is looking to modify that template by adding images here is the answer. At the top of the template file there is a line that reads:

Code: Select all

<meta name="image-export" content="no" />
This line tells the program not to export the images as they will be exported by the details page. You can remove that line to export the images, but you then end up with a larger website as you will have two images folders. it's best to reference the images that will be exported by the details with:

<img src="details/[Key:CoverImageURL]" />
Post Reply