One minor annoyance with creating an album in Gallery is the checkbox to make the album public is not checked by default. This could cause your members to wonder why their album is not receiving visitors or comments. This is easy to fix however.
ACP > Look / Feel > Skin Manager > (edit skin) > Manage Templates / CSS > "(Gallery) Albums" > Album Form >
Find...
<input type="checkbox" name="public" id='public' value="1" class='input_check' {$data['public']} /><input type="checkbox" checked="checked" name="public" id='public' value="1" class='input_check' {$data['public']} />