I tried something like this below, but still had it try to pull ALL the entries (about crashed the browser, LOL). It only pulls the icons for the items IN the gallery I specify, but it keeps trying to grab data from the other galleries (not specified) as well.
{exp:gallery_extended:entries author_id="##" gallery_name="mygallery"}
<a href="{id_path=usergallery/image_full}"><img src="{thumb_url}" class="border" width="{thumb_width}" height="{thumb_height}" border="0" title="{title}" alt="{title}" /></a>
<div class="title_icon">{title}</div>
<span class="text9" style="color:#999999">(<a href="{path=usergallery/my_usergallery/{username}/}">{username}</a>)<br />Viewed {views} times<br />{total_comments} Comments</span>
{/exp:gallery_extended:entries"}
I tried hard coding the author value, though eventually I hope to make it a segment variable instead so I can change it dynamically for various users. Currently I found a way to do this with an IF statement, but the Extended module should make it a lot cleaner if I can get it working.
Thanks for your help,
John