picture information table not showing picture information table not showing
 

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

picture information table not showing

Started by dbasulto, September 21, 2005, 11:39:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dbasulto

after inserting some test files on my newly created album i noticed that the keywords and other file information were missing. since i remember from another install, they keywords are there by default. i see them on displaypicture.php
so i searched trough the html code and saw that the table is there..but not showing up on the browser??

take a look at this URL: http://www.plataformaurbana.cl/copp/displayimage.php?album=2&pos=1

if you dig trough the html source code you'll find that between the "rate picture" and "add smileys" tables, there's the file description table!

Quote<!-- Start standard table -->
<table align="center" width="600" cellspacing="1" cellpadding="0" class="maintable">
        <tr><td colspan="2" class="tableh2_compact"><b>File information</b></td></tr>
        <tr><td class="tableb_compact" valign="top" nowrap>Filename:</td><td class="tableb_compact">Pink_Sugar.jpg</td></tr>
        <tr><td class="tableb_compact" valign="top" nowrap>Album name:</td><td class="tableb_compact"><span class="alblink"><a href ="profile.php?uid=1">admin</a>  (200.30.210.117[200.30.210.117]) / <a href="thumbnails.php?album=2">123123</a></span></td></tr>

        <tr><td class="tableb_compact" valign="top" nowrap>Keywords:</td><td class="tableb_compact"><span class="alblink"><a href="thumbnails.php?album=search&search=imagen">imagen</a> <a href="thumbnails.php?album=search&search=mujer">mujer</a> <a href="thumbnails.php?album=search&search=rosada">rosada</a> <a href="thumbnails.php?album=search&search=ojos">ojos</a> <a href="thumbnails.php?album=search&search=pdf">pdf</a></span></td></tr>
        <tr><td class="tableb_compact" valign="top" nowrap>File Size:</td><td class="tableb_compact"><span dir="LTR">24&nbsp;KB</span></td></tr>

        <tr><td class="tableb_compact" valign="top" nowrap>Dimensions:</td><td class="tableb_compact">200 x 275 pixels</td></tr>
        <tr><td class="tableb_compact" valign="top" nowrap>Displayed:</td><td class="tableb_compact">1 times</td></tr>
        <tr><td class="tableb_compact" valign="top" nowrap>URL:</td><td class="tableb_compact"><a href="http://www.plataformaurbana.cl/copp/displayimage.php?pos=-4" >http://www.plataformaurbana.cl/copp/displayimage.php?pos=-4</a></td></tr>
        <tr><td class="tableb_compact" valign="top" nowrap>Favorites:</td><td class="tableb_compact"><a href="addfav.php?pid=4">Add to Favorites</a></td></tr>
</table>

<!-- End standard table -->
not showing on IE 6.0 - FF 1.06

any ideas?

Joachim Müller

use the (https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fcoppermine-gallery.net%2Fdemo%2Fcpg13x%2Fimages%2Finfo.gif&hash=58b631b8e51be896ad6ab48c50da13b3246b66f1) button to toggle the info section with the keywords on or off. You can specify in coppermine's config if the info section is suppossed to show up by default or not.