Same here. I am a bit tired of the lightbox and similar ways to view images. So I have implemented the ImageBrowser into a page. Looks great but the problem is the same as all the comments above, reloads the page. Is there any one who knows how to implement an ajax functionality into this. Or a question to Alex, is this something you would consider to implement into future releases.
Great Plugin, by far the best available for wordpress…
I figured it out. I had to change the following from Jowens example
$out .= '<h3 class="gallerytitle">'.$gallerycontent->title.'</h3>';
to
$out .= '<h3 class="gallerytitle">'.$gallerycontent-> galdesc.'</h3>';
I have tried to follow Jowens example. all that comes up is the gallery title not the actual description. or is that all that should be displayed, how can I display the gallery description. thanks!