Hi Hal,
About empty parentheses, it's in this file: /themes/<your_theme>/views/Details/ca_collections_default_html.php
You should have some misconfigured related elements (as related collections).
Send me your file and I'll see if you can get a better display with related photographers, donnors or other collections.😉
For the sorting order, if you mean the sorting order of "collections" when you go to Browse > Street View Archives, it's defined in /themes/<your_theme>/conf/browse.conf in the "collection" part.
If you mean the sorting order elements inside a "collection", as the function that calls objects use the "search" engine, I think it's the same browse.conf file but in the "objects" part.
If you want the images displayed in the alphabetical order of title, you have to put the "Title" at fisrt in the list, like this:
sortBy = {
Title = ca_objects.preferred_labels.name,
Identifier = ca_objects.idno
},
sortDirection = {
Title = asc,
Identifier = asc
},
(Clean the cache folder before reloading.)