forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: rifitintaken on September 23, 2005, 09:06:56 am

Title: Can You Display Gallery Titles as an A-Z list, without thumbnails ?
Post by: rifitintaken on September 23, 2005, 09:06:56 am
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!


 
 
Title: Re: Can You Display Gallery Titles as an A-Z list, without thumbnails ?
Post by: artistsinhawaii on September 23, 2005, 11:11:55 am
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
Title: Re: Can You Display Gallery Titles as an A-Z list, without thumbnails ?
Post by: rifitintaken on September 23, 2005, 12:05:46 pm
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.
Title: Re: Can You Display Gallery Titles as an A-Z list, without thumbnails ?
Post by: artistsinhawaii on September 23, 2005, 12:34:39 pm
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