Is it possible to show a list of titles when entering a gallery instead of seeing the thumbnails. I want to be able to click a gallery and simply see a list of titles sorted A-Z. If possible having a 2 or 3 column list alphabetically would be better than a single long column.
I want to make a cover archive style site. Any help would be great thanks!
If you are talking about the album list page, the first thing you see when you enter your coppermine site, then read this :
http://forum.coppermine-gallery.net/index.php?topic=12719.msg57666#msg57666
Dennis
No i mean on the Thumb nail list view, within each album. Id like to remove the thumbnail and just have text links as a list.
I'm not all that well versed with coding but you could try this.
(back up your theme.php first)
search for : <a href="{LINK_TGT}">{THUMB}</a>
replace {THUMB} with {CAPTION}
remove the subsequent {CAPTION} entry.
You will probably have to play with the td's and tr's a bit to get it to look the way you want.
Insofar as no. of columns and rows. You can control that from the Admin Config menu.
Dennis