I'm trying to implement jQuery Cycle Lite (http://www.malsup.com/jquery/cycle/lite/) instead of the Flash viewer. To get it to work, all it needs is a series of image tags like this :
<img src="images/beach1.jpg" width="200" height="200" />
<img src="images/beach2.jpg" width="200" height="200" />
So to get that I'm modifying the image browser function in nggfunctions.php, and I'll call it like this: <?php echo nggShowImageBrowser(7); ?>. But that call will only output one image since the function expects an array, not just the gallery ID. So how can I use the echo syntax (instead of the shortcode) but return an array?
http://wordpress.org/extend/plugins/nextgen-gallery/
You need to lookup for a gallery template like my version from Galleryview : http://nextgen-gallery.com/templates/galleryview/
To call up the imagebrowser you are indeed not able to get the array
levingston
Member
Posted 1 year ago #
I just want to create a very simple 'non-flash' slideshow like the one at http://nextgen-gallery.com/playground/jquery-cycle/, is this already built into the nextGen plugin?
Hello alexrabe,
Most of us want to get rid of the flash slideshow.
Is the jquery cycle template for nextgen avaliable for download?
http://nextgen-gallery.com/playground/jquery-cycle/
Thank you!!