PDA

View Full Version : paged archive showing no thumbnails


donaldtownsend
10-15-2005, 02:03 PM
Host Information
PHP-version 4.3.10 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 3.23.58-log (Pixelpost's min requirement: MySQL 3.23.58)
GD-lib bundled (2.0.28 compatible) with JPEG support
Server software Apache/df-exts 1.2 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7d AuthPG/1.3
EXIF Pixelpost is using exifer v1.5 for EXIF information.

The Tag <THUMBNAILS_WHOLE_PAGED> does not result in any thumbnails on the page. The dropdown menu (<BROWSE_CATEGORIES_PAGED>) faithfully shows the categories and the number of images within.

<ARCHIVE_PAGES_NUM>::<THUMBNAILS_PAGES_LINKS> shows the actual page and the links to the other pages.

When I use the regular browse template archive thumbnails are shown.

Does anyone know why no thumbnails are shown?

Joe[y]
10-15-2005, 05:10 PM
can you post a link please.

donaldtownsend
10-15-2005, 05:38 PM
http://www.guenter-baus.de/index.php?x=browse&pagenum=1

This is a link to the page. I used the regular browse_template.html and changed it a little bit.

donaldtownsend
10-15-2005, 05:39 PM
This is the html of the body part of that page


<body>

<div id="navigation">
<h1>
<a href="index.php" title="Return to current image"><SITE_TITLE></a>
</h1>
<span class="menu">
<a href="index.php" title="Return to Homepage">Startseite</a> |
<a href="<SITE_BROWSELINK>" title="Browse">St&ouml;bern</a> |
<a href="index.php?x=about" title="About">&Uuml;ber</a>
</span>
</div>

<div id="page">
<span class="title">Galerie durchst&ouml;bern:</span><hr /><br />
<div align="center">
<BROWSE_CATEGORIES_PAGED>
<br /><br />
<THUMBNAILS_WHOLE_PAGED>
</div>
</div>
<br /><br />
<ARCHIVE_PAGES_NUM>::<THUMBNAILS_PAGES_LINKS>
<div id="footer">
Site Style: <a href="#" onclick="setActiveStyleSheet('light'); return false;">Light</a> /
<a href="#" onclick="setActiveStyleSheet('dark'); return false;">Dark</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<SITE_RSS_LINK> / <SITE_ATOM_LINK>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="http://validator.w3.org/check/referer" title="This website uses Valid xHTML">Valid xHTML</a> / <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This website uses Valid CSS2">Valid CSS</a>
</div>

</body>


I use style: dark

In the source of the page as seen in a browser there is just a blank where <THUMBNAILS_WHOLE_PAGED> says the thumbnails should be.

I don't think it's a problem of how I linked the page. On the index page there is a link called Archive.
http://www.guenter-baus.de/index.php?x=browse&pagenum=1

donaldtownsend
12-02-2005, 05:52 PM
Thanks to the new version 1.4.3 the problem is gone. Fine!