forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: artistsinhawaii on August 16, 2005, 07:17:25 am

Title: Changes in the thumbnail view
Post by: artistsinhawaii on August 16, 2005, 07:17:25 am
OOps forget the rest of this... mark it invalid... for some reason the meta tags + - weren't working on my site.. but pasting the section mentioned below back into it, running it, then removing it again made it work. Can't say I know why.. but at least I now  know what the "  +  -  " do.   ---I'd remove this message but can't see how it can be done.
    ---------

In Theme.inc, from line 495 :

 // HTML template for title row of the thumbnail view (album title + sort options) ...

was the following  block of code deliberately left off the end of the block? Without it, you end up with those seeminglly useless bits on the right sode of the Album title row. ie... Title + - , Filename + -, etc..

$template_thumb_view_title_row = <<<EOT

                        <table width="100%" cellpadding="0" cellspacing="0">
                        <tr>
                                <td width="50%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
                                <td><img src="images/spacer.gif" width="1"></td>
                                <td class="statlink">
                 <h3>Click on image to see larger versions.</h3>
                                </td>
                        </tr>
                        </table>


EOT;


Dennis