Can You Display Gallery Titles as an A-Z list, without thumbnails ? Can You Display Gallery Titles as an A-Z list, without thumbnails ?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Can You Display Gallery Titles as an A-Z list, without thumbnails ?

Started by rifitintaken, September 23, 2005, 09:06:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rifitintaken

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!




artistsinhawaii

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
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

rifitintaken

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.

artistsinhawaii

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
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.