monica The fact remains that visitors to our website will want to browse by lot donors. Residents of our county will want to browse a list of donors, recognize a family name they're familiar with, and click on it to see the pictures of that family.
If you go to our website and click on Browse, then click on Donors, you get a broken page. I tried to get that page to work by going into this configuration file: themes/<my_theme>/conf/browse.conf and adding this code:
Lots = {
displayName = _(Donors),
labelSingular = _("donor"),
labelPlural = _("donors"),
table = ca_object_lots,
restrictToTypes = [],
showLetterBarFrom = ca_object_lots.preferred_labels,
showLetterBarSorts = [ca_object_lots.preferred_labels],
views = {
images = {},
list = {}
},
sortBy = {
Relevance = _natural,
Identifier = ca_object_lots.idno_stub,
Name = ca_object_lots.preferred_labels
},
},
(I can't get the code to display correctly)
Not being a website coder, I realize I may have done something wrong. But I would appreciate, if you can, an explanation as to why our visitors can't browse by lot. Thanks!