Simpleviewer....

Permabanned
Joined
18 Oct 2002
Posts
12,841
Location
Lost!
I use simpleviewer for photographic galleries, however i want to create a gallery front page, using the same software.

Is it possible to make individual images "link" to galleries, as i cannot find where to enter a hyperlink for this to happen.
 
I don't think this is possible with simpleviewer.

There is a commercial equivalent that allows you to do this, called Slideshow Pro.

you can have a look at a typical implementation here.

click

edit: when we bought it, it was 20dollars
 
I don't have a copy of simpleviewer to hand right at this moment. Does the <CAPTION></CAPTION> element allow embedded HTML?

You could add a link to the caption - user clicks a thumbnail, gallery preview image pops up as the large image, and then they can click on the link in the caption to view the entire gallery.

Try:
Code:
<NAME>preview_image.jpg</NAME>
<CAPTION><![CDATA[
<a href="foo.html">Link to gallery 1</a>
]]>
</CAPTION>
Can't guarantee any chance of success with that, but try it out :).

/edit - yes, it does, so that should work. Won't make the large images clickable, but it's a solution of sorts :).
 
Last edited:
Back
Top Bottom