Kat,
If you're using the non-template version, you can alter
rsgallery2.html.php as so:
Change the last few lines of the function
RSGalleryInline to read:
}
$i++; $j++;
// show the thumbs
HTML_RSGALLERY::RSShowPictures( $catid, 100, 0 );
}
//end of inline
The parameters for the function
RSShowPictures are category id, number of thumbs to show before inserting page nav links, and number of the thumb to start with. "0" tells it to start at the beginning of the thumbs for the category.
The second param should be sufficiently high. I don't know what the page nav links would do - they would probably take you to a page showing only the thumbs in the category (no main photo).
You can get away with modifying this "core" file by making a copy of it in a directory called "components" in your template directory, and making changes to that copy. It will be used in place of the standard copy.
Screenshot attached.
Kent