Topic: Simpleviewer V1.8
Hello,
I use simpleviewer in combination with Coppermine. I have this setup working with simpleviewer v1.7. This is an example of an XML header for v1.7:
<SIMPLEVIEWER_DATA maxImageDimension="480" textColor="0xFFFFFF" frameColor="0xFFFFFF" bgColor="0x181818" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="right" navDirection="LTR"title="Test Album 1" imagePath="userpics/10001/normal_" thumbPath="userpics/10001/mini_">
Now I've upgraded simpleviewer, and tried to load the pictures with this XML header:
<simpleviewerGallery maxImageWidth="350" maxImageHeight="350" textColor="0xFFFFFF" frameColor="0xffffff" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" title="Test Album 1" enableRightClickOpen="true" backgroundImagePath="" imagePath="userpics/10001/normal_" thumbPath="userpics/10001/mini_">
In v1.8 the pictures & thumbs don't get loaded, but the imagePath and thumbPath settings seem ok.
On the frontpage I've read the note "Note: Some of the gallery generation methods are not yet compatible with SimpleViewer v1.8.".
Is this the issue, when will it work again? Or am I doing something else wrong?
Thank you.
PS: if someone is interested in a script that generates simpleviewer XMLs from your coppermine database. Let me know ;)