Simpleviewer plugin/module

nextlevelp

Joined: 2010-04-14
Posts: 9
Posted: Wed, 2010-04-14 22:35

I have gotten simpleviewer correctly setup and configured.

gallery2 is working fine when using the simpleviewer module within itself:

http://www.nextlevelmarket.com/gallery/main.php?g2_view=simpleviewersource.Slideshow&g2_itemId=7

But when using simpleviewer to feed from an external gallery "gallery2" its not showing any pictures.

My guess is that perhaps its loading from the incorrect thumbnail/images folders? the images load as a big "X" mark.

You can view this at this link:

http://www.nextlevelmarket.com/simpleviewer/

Any suggestions on what might be wrong?

 
alecmyers

Joined: 2006-08-01
Posts: 4342
Posted: Thu, 2010-04-15 23:28

Where did you get the code you're using at http://www.nextlevelmarket.com/simpleviewer/? It doesn't match the code I linked to at http://codex.gallery2.org/Gallery2:Modules:simpleviewersource

In your case, try unescaping the %26 back to the &, thus:

Quote:
flashvars.galleryURL = "http://www.nextlevelmarket.com/gallery/main.php?g2_view=simpleviewersource.XMLOut&g2_itemId=7"

 
nextlevelp

Joined: 2010-04-14
Posts: 9
Posted: Fri, 2010-04-23 01:17

Hello and Thank you for your response!

I tried changing %26 by the "&" sign bit it gives me the following:

Gallery XML not found.

This is Simpleviewer Version 2.X+

 
nextlevelp

Joined: 2010-04-14
Posts: 9
Posted: Fri, 2010-04-23 01:20

By the way, I am making this change in the .HTML file... or does this go in the gallery.xml file?

 
alecmyers

Joined: 2006-08-01
Posts: 4342
Posted: Fri, 2010-04-23 02:08

The simpleviewersource module was written for Simpleviewer 1.x and I have no evidence (either way) as to its compatibility with Simpleviewer 2.x - I've never tried it.