"Summaries" display under thumnails, and I don't want them to (SOLVED)

StevenPUlrick

Joined: 2006-06-13
Posts: 34
Posted: Sun, 2009-01-18 15:41


Gallery URL = http://www.afolkey2.net/gallery2/main.php
Gallery version = 2.3 core 1.3.0 r19643
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.6 apache2handler
Webserver = Apache/2.2.9 (Fedora)
Database = mysqli 5.0.45, lock.system=flock
Toolkits = Gd, Getid3, LinkItemToolkit, Thumbnail, ArchiveUpload, Dcraw, Ffmpeg, ImageMagick, jpegtran, NetPBM
Acceleration = none, none
Operating system = Linux afolkey2.net 2.6.24.3-50.fc8 #1 SMP Thu Mar 20 14:47:10 EDT 2008 i686
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Rows in GalleryAccessMap table = 830
Rows in GalleryAccessSubscriberMap table = 11714
Rows in GalleryUser table = 4
Rows in GalleryItem table = 11713
Rows in GalleryAlbumItem table = 886
Rows in GalleryCacheMap table = 0

Hello Everyone
I used to be able to do the following:
1. Put a name in an album's summary and then sort the albums based on that summary.
2. With the result being that the albums would be sorted by the summary, but the word that I put in the summary would not display on the page.

For example (you can view this on the link I will be giving you later,) "Lydie Pace" would appear before "Leontyne Price" but "Pace" and "Price" would NOT appear below the appropriate thumbnails.

In the sample gallery http://www.afolkey2.net/gallery2/main.php/v/Assorted/BlackHistory/P/
I have the summaries as I want them, and I have chosen to sort the albums by those summaries, but the summaries themselves appear under the thumbnail. This is NOT how I THINK it used to work in the past.

If I have this all wrong, and there is another way to do what I am trying to do, please feel free to let me know.

Steven P. Ulrick

 
StevenPUlrick

Joined: 2006-06-13
Posts: 34
Posted: Sun, 2009-01-18 15:46

Hello again,
I forgot to put a link to my phpinfo.php file. Here it is:
http://www.afolkey2.net/phpinfo.php

Steven P. Ulrick

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-01-18 19:35

remove

                {if !empty($child.summary)}
                <p class="giDescription">
                  {$child.summary|markup|entitytruncate:256}
                </p>
                {/if}

from gallery2/themes/matrix/templates/album.tpl
read the top of the file about editing templates.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
StevenPUlrick

Joined: 2006-06-13
Posts: 34
Posted: Mon, 2009-01-19 01:25
floridave wrote:
remove

                {if !empty($child.summary)}
                <p class="giDescription">
                  {$child.summary|markup|entitytruncate:256}
                </p>
                {/if}

from gallery2/themes/matrix/templates/album.tpl
read the top of the file about editing templates.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Hello :)
That did the trick!

Thank you Very much