PDA

View Full Version : Custom icons


skb
11-06-2008, 05:39 PM
Hello,

We'd like to have an icon next to each result, but the icon is to be chosen, not based on the type of file, but based on the value of a identifier in the source of the tile (like a meta field), or based on the directory the file is found in.

Is this at all possible?

Thanks,

Steve

wrensoft
11-06-2008, 07:22 PM
See these FAQ.
Q. How do I associate a thumbnail with an image for my search results? (http://www.wrensoft.com/zoom/support/faq_plugins_image_layout.html#associate_thumb)
Q. How do I associate a thumbnail with a particular page? (http://www.wrensoft.com/zoom/support/faq_plugins_image_layout.html#zoomimage)

The meta field is ZOOMIMAGE, e.g.
<meta name="ZOOMIMAGE" content="images/redshoes.jpg">

skb
11-07-2008, 12:41 PM
Thanks. That should work with some programming.

Steve