How are members submitting images? Is it via them posting it in a topic?
There are many ways this could be done, some more automated than others.
An ideal solution would be to have all the images in 1 location, and generating an XML feed. A custom page could be created where a script parses the feed and displays the images as a gallery. Only problem with this, is you would need 1 place for all images to be and a way to generate the XML, or something that can be parsed via JS.
Another solution could be that a plugin allows you to enter the images manually that get displayed on a gallery page on your forum.
So many ways to go about doing this, it just depends on certain things, and how much work you want to do.
If there aren't many images posted a day, then the plugin route might be good enough for now, and very easy for plugin developers to create.
Thanks for the reply Peter,
I am not to bright with the coding side of things, so a plugin would be fine, all I want is for a member to create an album and then upload photos into it one at a time, then for other members to view the entire album.
So I hope someone out there can help me.