Hi Nicholas,
Thanks for the reply. This is really odd, that you can see the map. The map does not display for me in Firefox or IE, but I can see the scripts for Google Maps with Firebug.
When you saw the page, and when I have that problem, I had this code implemented:
$myGallery = new HTML_SOBI();
$myGallery->getPlugin($mySobi, "jview");
As you can see on attached screenshot, the map is not showing, but the three thumbnails for my listing are displaying in the vcard.
Also, when I use the above code, the listing opens in a new page, and not in the shadowbox, even if I have set that option in JMaps module.
The effect I want with that code is not so important, the fact that the thumbnails are showing is OK.
But when I was implementing the same code (change "jview" with "gallery") with Gallery Plugin, when I clicked on each thumbnail, the image opened in slimbox on the same window.
From this thread ->
www.sigsiu.net/forum/index.php?topic=16146.0 I quote:
"simply add this code to your vcard template instead of the standard gallery plugin code to generate the gallery images in vcard with full slimbox effect."
I also would like to control the max amount of thumbnails showing in vcard, if I can get this to work.
But of course, when I use this code:
everything is working good. Listing opens in shadowbox, map is showing. But I don't have the thumbnails in Vcard.
Maybe I just don't need it, but would be good to get it working, JView gallery is allready such an improvement on the older Gallery Plugin, would be good to make it the same and better in all ways!