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:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.