Is there a way so that the main page of the gallery is listed like in text and not pictures? I mean right now it has a small pic and then say the Category and then how many albums are in it.
Can't it just have a text list on all front like :
We're making a theme system for Beta 3, you'll be able to do this easily. However, for now you will have to edit the output code in gallery.php.
Lines 520 through 538 of gallery.php produce the XHTML thumbnails for the collections page.
You could mess with the code here, maybe try something like $output .= '<li><a href="' . generate_url("album",$row["id"],$row["name"]) . '">'.$row["name"].'</a></li>;